Diagnose and resolve connectivity issues using simulated ping, traceroute, nslookup, and more
ping <host>
Test Layer 3 reachability. Sends ICMP echo requests to a target.
traceroute <host>
Show the path packets take. Reveals where connectivity breaks.
nslookup <domain>
Query DNS. Check if name resolution is working correctly.
ipconfig
Show local IP configuration: address, mask, gateway, DNS.
arp -a
Show the ARP table. Maps IP addresses to MAC addresses.
netstat
Show active connections and listening ports on the local host.
arp -a and watch the MAC for the conflicting IP change between checks.