View Single Post
  #7  
Old 02-15-2010, 11:44 AM
ShadMan's Avatar
ShadMan ShadMan is offline
Westerly neighbor
 
Join Date: May 2009
Location: Houston, TX
Posts: 1,996
Cash: 3,562
Default

ipconfig by itself will provide the IP address of the currently-in-use network adapter.

ipconfig /all shows all settings on all configured network adapters, including the DNS server IPs and suffixes applied.

ipconfig /release will release the binding of the network adapter.

ipconfig /renew will renew the connections.

ipconfig /flushdns will flush the DNS cache on the machine so it pulls new IPs from the DNS server instead of using local cache.

ipconfig ? will give you a list of the other possible commands with a short explanation and all possible switches.
__________________
Quote:
Originally Posted by W
My Ego is way bigger than any trout you ever caught
Reply With Quote