Ipconfig
IPCONFIG¶
Show all Network Adapter Information¶
- DNS, DHCP, etc.
1
ipconfig /all
Release DHCP IP Address¶
- The first command releases all
- The second command releases all that start with Wireless
1 2
ipconfig /release ipconfig /release Wireless*
Renew DHCP IP¶
- The first command renews all
- The second command renews all that start with Wireless
1 2
ipconfig /renew ipconfig /renew Wireless*
Display DNS Cache¶
1 |
|
Flush Your DNS Cache¶
1 |
|
Initiate Dynamic DNS Registration¶
- This ipconfig command is great for troubleshooting DNS name registration issues without rebooting the computer.
1
ipconfig /registerdns