Please wait while we fetch the data
Essential networking commands for troubleshooting, configuration, and analysis. This reference covers commands for Windows, Linux, and macOS systems.
Display current network configuration
Modern alternative to ifconfig
Test connectivity to a host
Trace the path packets take to a host
Combines ping and traceroute functionality
Query DNS servers
Advanced DNS lookup tool
Display network connections and statistics
Modern replacement for netstat
List open files and network connections
Capture and analyze network traffic
GUI-based packet analyzer
View and manipulate routing tables
View and manipulate ARP cache
Configure firewall rules
Test internet bandwidth speed
Network performance measurement tool
man command (Linux/macOS) or command /? (Windows) to see manual pagesipconfig | findstr "IPv4" (Windows) or ifconfig | grep "inet " (Linux/macOS)sudo on Linux/macOS for commands requiring elevated privilegestcpdump and analyze in Wireshark