Aug 9, 2024
ping 9.9.9.9
to test connectivity to a DNS provideripconfig
ipconfig /all
for detailed informationifconfig
or ip address
(newer versions)nslookup www.professormesser.com
dig www.professormesser.com
tracert
traceroute
tracert 9.9.9.9
arp -a
arp -a
to view the ARP cachenetstat -a
: All connectionsnetstat -b
: Executable involved in network connections (Windows)netstat -n
: Shows IP addresses instead of domain namesnetstat -n
to see active connectionshostname
route print
netstat -r
route print
to view IPv4 routing tabletelnet 10.1.10.222 5000
nmap -f 10.1.10.222
for a fast scanshow interfaces status
)show run
for running configuration)show ip route
)