Having got this problem and found this solution I think I should perhaps try netsh int ip reset reset
command but I am afraid it can reset some important settings and disable me from reaching the server remotely. So what exactly does it reset?
Having got this problem and found this solution I think I should perhaps try netsh int ip reset reset
command but I am afraid it can reset some important settings and disable me from reaching the server remotely. So what exactly does it reset?
This is the first hit in google for the command you're asking about.
http://support.microsoft.com/kb/299357
It is shorthand for:
The last 'r' being the "log file" that you really don't care to read.
What does it do? It hits your TCP/IP stack with a sledge hammer. And forcefully rebuilds it via a rewrite of two Registry keys:
Please do this command in an Administrative command prompt http://www.thewindowsclub.com/how-to-run-command-prompt-as-an-administrator
See http://support.microsoft.com/kb/299357
I can tell you from experience that it removes any static IP information for all the NICs on the machine. I tried it on a server that was acting up and had to re-enter all the IP/netmask/gateway information for 6 network interfaces.
Interestingly enough, it did remember which interfaces were configured as static and what "items" were checked off on the interface (e.g. IPv4, Client for Microsoft Networks, etc). It also kept the interface names which we had previously changed.