5.2 commands Flashcards
What command should be used to manually enter the default gateway for a computer?
route
Which Windows network diagnostic tool displays the path packets take between two endpoints?
tracert
nslookup does what?
Displays the domain name associated with an IP, or the IP of a known domain.
arp does what?
Shows the MAC address for a known IP address
ipconfig does what?
Displays IP address, subnet mask, gateway, DNS, and other TCP/IP stack parameters on a Windows PC
What are the four most important ipconfig flags?
/release
/renew
/flushdns
/all
What is ifconfig?
Displays IP address configuration parameters on a Unix based device
Ping and tracert use what protocol? Why is this important to know?
They both use ICMP, it is good to know because it may be blocked by a firewall or have low priority which will impact troubleshooting
What can you use to perform the functions of ping and traceroute with one command?
pathping
Which POSIX/Unix network diagnostic tool displays the path packets take between two endpoints?
traceroute
IOS uses a different version of traceroute, what port does it use?
UDP/33434
What tool can be used to find information on DNS server such as names and IP addresses?
nslookup (Windows)
dig (Unix)
dig has replaced what?
nslookup
What is iptables?
Linux stateful firewall
What command can control inbound and outbound traffic on Linux?
iptables