Linux
ip addr
- Similar information toipconfig
on Windowsip route show
- Also fairly similar toipconfig
route -n
- Seemed to be the fastest way to get default gatewayifconfig
- Also fairly similar toipconfig
ping -c 3
- Pretty much the same usage as for windows, but include-c <some_number>
so that it doesn't loop forever.traceroute
- Same astracert
in Windows.arp -d <ip>
- Remove arp entry forip
arp -n
- list known MAC'sip -s -s neigh flush all
- Remove all known MAC's from ARP