Networking Troubleshooting Tools Flashcards
In Windows operating systems, displays or refreshes IP settings for network interfaces.
ipconfig
In Unix-like operating systems, displays or configures IP settings for network interfaces.
ifconfig
In Windows, displays diagnostic information for NetBIOS over TCP/IP.
nbtstat
Displays a variety of network information including active connections, routing tables, and traffic statistics
netstat
Performs DNS lookups and displays the IP address of a given host name
nslookup
Tests the reachability and latency of a given host.
ping
Displays the hop-by-hop path to a given host, along with the round-trip time to each hop
traceroute/tracert
In Windows, behaves similarly to tracert by pinging every hop along the route to determine relative latency
pathping
Displays additional information for each interface, including name, physical address, DNS, and DHCP settings.
Ipconfig /all
Releases the current IPv4 address for all interfaces, or for a single specified interface. Useful for removing bad DHCP settings.
Ipconfig /release [interface]
Renews the current IPv4 or IPv6 address for all interfaces, or for a single specified interface. Useful for checking or repairing DHCP settings.
Ipconfig /renew [interface]
Like /release , but for IPv6 address.
Ipconfig /release6 [interface]
Like /renew , but for IPv6 address
Ipconfig /renew6 [interface]
Displays the current contents of the DNS cache
Ipconfig /displaydns
Deletes the DNS cache. Useful when the current cache has incorrect entries
Ipconfig /flushdns