Network Console Commands Flashcards
Displays detailed configuration, including DHCP and DNS servers, Mac address, and NetBIOS status.
ipconfig /all
Releases the IP address obtained from a DHCP server so that the network adapter(s) will no longer have an IP address.
ipconfig /release
AdapterName
Forces a DHCP client to renew the lease it has for an IP address.
ipconfig /renew
Displays the DNS resolver cache. This contains host and domain names that have been queried recently.
ipconfig /displaydns
Clears the DNS resolver cache.
ipconfig /flushdns
Displays the IP address, subnet mask, and default gateway (router) for all network adapters to which TCP/IP is bound.
ipconfig
Used to test whether a host can communicate with another host on the same network or on a remote network.
ping
Used to trace the route a packet of information takes to get to its target.
tracert
Used to investigate open ports and connections on the local host.
netstat
Displays all the connections and listening ports.
netstat -a
Shows the process that has opened the port.
netstat -b
Displays ports and addresses in numerical format.
netstat -n
Used to troubleshoot DNS.
nslookup