cool commands :D - Dleifnesor/NET-150 GitHub Wiki
Cool commands :D
Ipconfig and ipconfig/all -- (ifconfig in linux) - shows the IP address and /all shows the DNS server, MAC, and a buncha other info
Tracert -- (traceroute in linux) - shows all the routers a packet travels through to get to the destinaton address
ping (ip address) -- sends a packet to test if a packet can be recieved and confirmed to an address
arp -a -- works on both linux and windows(shows the mac addresses of connected network devices)
arp -d (windows) ip -s -s neigh flush all (linux) flushes the ARP cache