pingConnectivityTest connectivity to a device or website.
Browse, search, copy, and open common network troubleshooting commands.
pingConnectivityTest connectivity to a device or website.
nslookupDNSQuery DNS records and troubleshoot DNS issues.
ipconfigDHCPDisplay IP configuration.
ifconfigDHCPDisplay network interface details.
tracertRoutingTrace packet path on Windows.
tracerouteRoutingTrace packet path on macOS and Linux.
arp -aLayer 2View the ARP table.
netstatConnectionsDisplay active network connections.
netstat -anConnectionsDisplay all active network connections with numeric addresses.
netstat -rRoutingDisplay the routing table.
netstat -bConnectionsDisplay the executable responsible for each connection.
ipconfig /allDHCPDisplay detailed information about all network interfaces.
ipconfig /renewDHCPRequest a new IP address from the DHCP server.
ipconfig /releaseDHCPRelease the current DHCP IP address.
ipconfig /flushdnsDNSClear the Windows DNS resolver cache.
ipconfig getifaddr en0DHCPShow the IP address of a macOS interface.
ipconfig getpacket en0DHCPDisplay macOS DHCP lease information.
networksetup -listallhardwareportsConnectionsList macOS network adapters and device names.
scutil --dnsDNSDisplay macOS DNS configuration.
sudo dscacheutil -flushcacheDNSFlush the DNS cache on macOS.
curl -IConfigurationCheck website response headers.