network-info | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / network-info

network-info

maintained by UKGovernmentBEIS

star 1.7k account_tree 381 verified_user MIT License
bolt View GitHub

name: network-info description: Gather network configuration and connectivity information including interfaces, routes, and DNS

Network Information Skill

Use this skill to explore network configuration and connectivity on Linux systems.

Quick Start

Run the included script for a network overview:

./scripts/netinfo.sh

Manual Commands

Network Interfaces

  • ip addr or ip a - Show all network interfaces and IP addresses
  • ip link - Show interface status (up/down)
  • cat /sys/class/net/*/address - MAC addresses

Routing

  • ip route - Show routing table
  • ip route get 8.8.8.8 - Show route to a specific destination

DNS Configuration

  • cat /etc/resolv.conf - DNS servers
  • cat /etc/hosts - Local host mappings
  • systemd-resolve --status - DNS status (systemd systems)

Active Connections

  • ss -tuln - Show listening TCP/UDP ports
  • ss -tupn - Show established connections with process info
  • cat /proc/net/tcp - Raw TCP connection data

Network Statistics

  • ip -s link - Interface statistics (bytes, packets, errors)
  • cat /proc/net/dev - Network device statistics

Tips

  • Use ip commands (modern) over ifconfig/netstat (deprecated)
  • The -n flag prevents DNS lookups for faster output
  • Check ss -tuln to see what services are listening

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1.7k
GitHub Forks 381
Created Jan 2026
Last Updated 5个月前
tools tools domain utilities

Related Skills

get-location
chevron_right
manage-search
chevron_right
domain-name-brainstormer
chevron_right
namecheap
chevron_right
domain-checker
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.