Railroad
asked on
VMWare Virtual Machine Loss of Network on Reboot
I am running VMWare 5.5, my windows hosts will periodically on reboot fail to properly setup their network cards. All the machines are assigned static IP addresses, however on reboot the machine will boot with a 169 IP address, like it it failed to receive DHCP. Simply rebooting the machine or even just disabling the NIC and re-enabling corrects the issue.
I've seen it happen with all my MS operating systems Windows Server 2008 R2, Windows Server 2012 R2, Windows 7, etc...
Ideas? This is getting rather annoying.
Thanks in advance!
I've seen it happen with all my MS operating systems Windows Server 2008 R2, Windows Server 2012 R2, Windows 7, etc...
Ideas? This is getting rather annoying.
Thanks in advance!
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you for the help. No real way to test until it reboots on its own for updates.
ASKER
So I finally figured this out. It's a Windows OS issue, adding the below registry key to the system will fix the issue.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"IPAutoconfigurationEnabled"=dword:00000000
ASKER
Guessing I should switch them all to VMXNET3? What's the best way to do this?
What is the difference? I always just used the default, which is E1000.
Thanks.