Thursday, May 10, 2012

CLI network utilities

CLI utility to reverse DNS look-up
C:\>nslookup google.com
C:\>nslookup 74.125.232.199
C:\>ping -a 74.125.232.199 
C:\>ipconfig /flushdns
C:\>tracert google.com
C:\>netsh -help
C:\>netsh interface ip show configThis or C:\>netsh int ip show config
C:\>netsh int ip reset C:\tcplog.txt
C:\>netstat
C:\>pathping google.com #Ping and Tracert

The traceroute utility checks how many "hops" (transfers through other computers on a network) it takes for your computer to contact another computer. You can use traceroute if you know the other computer's IP address, web site address, or name
$traceroute on Linux tracert on Windows

No comments:

Post a Comment