Hax - Networking
Command Line
Windows

"Making IT happen on the
Information Superhighway"

 

2600 | Antionline | Astalavista | Blacklisted 411 | Crypto-Gram | Defcon | Geeks Are Sexy | IT Conversations | Shoutwire | Slashdot | Tech Tales | The Daily WTF |

Forums | Linux | News |Telephone | Windows |

 

Display all PCs on network  
  • $ net view
  •  

Display Connection Configuration  
  • $ ipconfig /all
  •  

Display DNS Cache Info Configuration  
  • $ ipconfig /displaydns
  •  

Clear DNS Cache  
  • $ ipconfig /flushdns
  •  

Release All IP Address Connections  
  • $ ipconfig /release
  •  

Renew All IP Address Connections IP Configuration  
  • $ ipconfig /renew
  •  

Refresh DHCP and Re-Register the DNS connections  
  • $ ipconfig /registerdns
  •  

Display DCHP Class Information  
  • $ ipconfig /showclassid
  •  

Change/Modify DHCP Class ID  
  • $ ipconfig /setclassid
  •  

Network Connections  
  • $ control netconnections
  •  

Network Setup Wizard  
  • $ netsetup.cpl 
  •  

Test Connectivity  
  • $ ping Example: ping www.whatismyip.com
  •  

Trace IP address Route  
  • $ tracert
  •  

Displays the TCP/IP protocol sessions  
  • $ netstat
  •  

Display Local Route  
  • $ route
  •  

Display Resolved MAC Addresses  
  • $ arp
  •  

Display Name of Computer Currently on  
  • $ hostname
  •