Network Command Line Tools Flashcards
Network Command Line Tools:
ipconfig
Windows TCP/IP configuration
Network Command Line Tools:
ipconfig /all
Display all IP configuration details
Network Command Line Tools:
ipconfig /release
Release the DHCP lease
Network Command Line Tools:
ipconfig /renew
Renew the DHCP lease
Network Command Line Tools:
ipconfig /flushdns
Flush the DNS resolver cache
Network Command Line Tools:
ifconfig
Linux interface configuration
Network Command Line Tools:
netstat -a
Show all active connections
Network Command Line Tools:
netstat -b
Show binaries
Network Command Line Tools:
netstat -n
Do not resolve names
Network Command Line Tools:
ping
Test reachability to a TCP/IP address
Network Command Line Tools:
ping -t
Ping until stopped with Ctrl-c
Network Command Line Tools:
ping -a
Resolve address to a hostname
Network Command Line Tools:
ping -n
Send # of echo requests
Network Command Line Tools:
ping -f
Send with Don’t Fragment flag set