Network Debug Skill
Diagnose network issues and test connectivity.
When to Use This Skill
- •Checking network connectivity
- •Debugging DNS resolution
- •Inspecting open ports
- •Tracing network routes
- •Checking network performance
Steps
- •Check connectivity —
curl -v http://endpoint/ - •Check DNS —
nslookup domain.com - •List ports —
netstat -tulpn - •Test connection —
nc -zv host port - •Trace route —
traceroute host