Linux#
- List all network interfaces
ip link
ip a- Default gateway? Next hop?
route- Other IP?
arp -a- DNS server?
cat /etc/resolv.conf- Non-standard domain names?
cat /etc/hostsWindows#
- All network interfaces
ipconfig /allList all IP in arp table
arp -aList routing table
route print