Tagged with Netsh

Why does my Windows 2008 server keep loosing its gateway IP?

I have come across this issue and it seems most common in virtual machines. The fix I found is: Logon to the server (using ILO or virtual console) NIC settings (and write down all settings) Open a CMD prompt with elevated permissions (“Run as Administrator”) Run the command: netsh int ip reset Reboot the server […]

Import / Export IP Settings Using Netsh

To quickly export your IP (inc dns / wins) settings to a text file, use the following command: netsh -c interface dump > c:\work-net.txt When you connect to another LAN netsh -c interface dump > c:\home.txt Once you have everything in a text file, you can use this command to import the settings depending on […]