ipconfig
ping
ping
* Test reachability
– Determine round-trip time
– Uses Internet Control Message Protocol (ICMP)
netstat
Network statistics
– Many different operating systems
*netstat -a
Show all active connections
*netstat -b
– Show binaries (Windows)
netstat -n
Do not resolve names
nslookup
Lookup information from DNS servers
– Canonical names, IP addresses, cache timers, etc
net
Windows network commands
* View network resources
– net view \<servername>
– net view /workgroup:<workgroupname>
* Map a network share to a drive letter
– net use h: \\<servername>\<sharename>
* View user account information and reset passwords
– net user <username>
– net user <username> * /domain</username></username></sharename></servername></workgroupname></servername>
tracert
pathping
Combine ping and traceroute