node-ping-gateway

Ping the gateway IP for a specified network interface on a target node.

225|28|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/scitix/siclaw --skill node-ping-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-ping-gateway
Source: https://github.com/scitix/siclaw/tree/main/skills/core/node-ping-gateway
Command: npx skills add https://github.com/scitix/siclaw --skill node-ping-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps diagnose network connectivity issues by pinging the gateway IP address associated with a specific network interface on a node.

Core Features & Use Cases

  • Gateway Detection: Automatically identifies the gateway IP address from the node's routing table for a specified interface.
  • Configurable Pinging: Allows customization of the number of ping packets sent and the source interface or IP address.
  • Use Case: When a service running on a node cannot reach external resources, this skill can quickly determine if the issue lies with the node's default gateway connectivity.

Quick Start

Ping the gateway for the 'bond0' network interface on the 'nodepool-061' node.

Frequently Asked Questions about node-ping-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ping the gateway IP address for a specific network interface on a node?

To ping a gateway IP address, this Skill automatically detects the target node's default gateway from the routing table for a specified network interface and validates network reachability by sending configurable ping packets.

Why does my node fail to reach external resources and how can I check default gateway connectivity?

Checking default gateway connectivity isolates network issues by verifying if the node can successfully ping its gateway, determining if connectivity loss stems from local routing configuration or external network reachability problems.

Can I configure the ping count and source interface when diagnosing network reachability?

Yes, you can configure network reachability diagnostics by specifying the number of ping packets sent and designating a source interface or IP address to test connectivity from a precise node network path.

Does this gateway ping diagnostic require manual routing table lookup?

No, gateway detection is fully automated; the Skill identifies the correct gateway IP address directly from the node's routing table for the specified interface, eliminating the need for manual routing table lookup.

What is the best way to validate network reachability to a default gateway on a target node?

Validating network reachability to a default gateway is best done by targeting a specific interface, auto-detecting its route, and sending ICMP ping packets to confirm the node can communicate with its upstream gateway.