Ch. 4.4 Flashcards
What command-line tools report a host’s IP configuration?
Windows vs Linux
What tool verifies if a host can contact another host?
What does ipconfig do?
Displays IP Address, Subnet Mask, and Gateway for all network interfaces
What does ipconfig /all do?
Shows TCP/IP config for all devices, DHCP, and MAC addresses
What does ipconfig /renew interface do?
Forces DHCP client to renew IP lease
What does ipconfig /release interface do?
Releases IP address from DHCP so interfaces don’t have an IP address?
What does ipconfig /displaydns do?
Shows DNS cache
What does ipconfig /flushdns do?
Clears DNS cache
What is ifconfig?
Legacy Linux command to check network configuration
What is ip command?
Updated Linux command of ifconfig
What does ip addr do?
Shows current address configuration on Linux
What does ip addr show dev eth0 do?
Reports single interface on Linux
What does ip link do?
Status of interfaces on Linux
What does ip -s link do?
Shows interface statistics on Linux
What does ip link set eth0 up|down do?
Enables/disables an interface on Linux
What does ip addr add|delete do?
Modify IP address configuration on Linux