network-info
SKILL.md
Network Information Skill
Explores network configuration and connectivity on Linux systems.
Suggested Workflow
- Run
./scripts/netinfo.shfor a structured overview of interfaces, IPs, routes, DNS, and listening ports. - Check
ip addrfor interface status and assigned addresses. - Verify routing with
ip routeand DNS withcat /etc/resolv.conf. - Inspect listening services with
ss -tulnto identify open ports.
Commands Reference
Network Interfaces
ip addrorip a- Show all network interfaces and IP addressesip link- Show interface status (up/down)cat /sys/class/net/*/address- MAC addresses