Networking commands Flashcards
How to check Ping on command prompt
Type: ping (website name or IP address)
Ping -t
Persistent ping. will ping the remote host until stopped by the client (by using ctrl+C)
-n count
Specifies the number of echo requests to send
-l size
specifies the packet size to send
ping -4
ping to IPv4
ping -6
ping to IPv6
ipconfig/ all
shows full configuration information
ipconfig/ release
releases the IP address, if you are getting addresses from a DHCP server
ipconfig/ release6
releases the IPv6 address
ipconfig/ renew
obtains new IP address from DHCP server
ipconfig/ renew6
obtains a new IPv6 address from a DHCP server
ipconfig/ flushdns
flushes the domain name system (DNS) server name resolver cache.
ipconfig for Linux, UNIX, and macOS
ifconfig
tracert for Linux, UNIX, and macOS
traceroute