pc.jpg

STOP spending your hard earn money by having someone else fix your Computer. Do it yourself and save a bundle of cash.
Click for more info --> Windows PC Troubleshooting Unleashed!

Quick Fix For Broken VM Guest Network Connection Running In VMWare Server

vmwarelogo.jpgEvery now and then, you may have notice the network connection for a Virtual Machine guest running on VMWare Server has stopped working. The guest VM could be running any version of Windows or Linux distribution and restarting the Virtual Machine does not fix the problem. If this happens to you, a possible work around to get the Network re-connected can be fixed by restarting the VMWare Server NAT service.

 

Several ways exist to restart the NAT service when running VMWare Server either on a Windows or Linus host. The easiest way is from the VmWare Server Console.

To re-start the NAT service, connect to the Console and select Host \ Virtual Network Settings… from the menu.

vmwarenatsvcs1.png

 

Select the NAT tab, and at the bottom click on the Restart button.

vmwarenatsvcs2.png

Then click on the Apply button, to restart VNWare Server NAT service. After the service has restarted, the Service request field will be blank and the Service status field will display Started.

Another method to restart the service, is from the command prompt on Windows by running the following command (NOTE: must include quotes):

net stop "VMware NAT Service"

then to restart the service:

net start "VMware NAT Service"

On Linux, open a Terminal window or session, and run the following command (depending on the distribution, this command may not work):

/etc/init.d/vmware restart

Filed under VMware Tips by

Comment

Comments on Quick Fix For Broken VM Guest Network Connection Running In VMWare Server »

July 10, 2007

Carlo Santagostino @ 4:27 pm

Thankyou!!!
Works perfectly for resuming the connection in vmware!!!

May 23, 2008

roland @ 12:25 pm

i assume this only applies for VMs bound to vmnet8,i.e. Nat network.

is this correct ?

or does this also fix networking issues with bridged and host-only networking ?

May 26, 2008

Watching The Net @ 5:55 pm

@roland

Yes this is only for NAT. To restart other VMnet hosts (VMnet0 to 9) Just use the pull down to select.

June 4, 2008

Not Karl Rove @ 11:18 pm

Yep, that sorted me out… Been wrestling with this for about a day, and had trouble even figuring out the right query to throw at Google to find something helpful.

Thanks for posting this. Now my only concern is, the VM I'm building will be used in demos by other people. I hope they don't also have an issue with this service needing a quick restart.

June 6, 2008

not karl rove @ 6:18 pm

Then again… maybe not.

This step fixed the problem yesterday but today it's broken again, and this fix doesn't seem to work this time. :( Maybe I will have to reboot everything (host and guest) and see where I wind up.

Any other thoughts/tips?

June 12, 2008

pieman @ 8:50 am

Been tearing my hair out with the exact same problem for over a week now, but the problem has been with a guest using a bridged NIC.
setup as follows: -
Hardware: Dell PowerEdge R200 with 2 Broadcom NetExtreme G/Bit NIC's
Host: Windows 2003 R2 SP2 running VMWare Server 1.0.5 (was running 1.0.6)
Role: 2 x NIC RRAS server
Guest: Windows 2003 R2 SP2
Role: 1 x NIC intranet web server
The guest VM would have full network connectivity 1 day, then randomly loose connectivity with all other nodes on the LAN, restarting the guest didn't sort the problem, resarched the issue on VMWare communities and came up with a problem with the NIC's installed on the server in that the Broadcom NetExtreme NIC's must have the following options disabled in the driver advanced properties tab: -
CheckSum Offload,
Large Send Offload
This appeared to initially corrected the problem, for a couple of days atleast, VMWare Server 1.0.6 update released upgraded fine, all still working, then random lost of guest network connectivity again, downgraded back to VMWare Server v1.0.5 everything worked again, went away happy, attempted to access the server and it's lost connectivity again. came accross this post thankfully even though it was relating to NAT on the VMNet8 interface, it got me thinking… so disabled the option "Automatically choose an available physicall network adapter to bridge to VMNet0" from the Host - Virtual Network Settings - Automatic Bridging tab, and suddenly everything starts working again… Jobs-a-good-n!!!

Hope that this helps someone else out.
Pieman

Watching The Net @ 1:33 pm

@pieman

Great tip, this should help other readers with the same problem.

June 24, 2008

Anonymous @ 10:03 am

Solved my problem, Thanks!

SPB @ 3:06 pm

Thanks for the article, I'm glad to finally have a working connection in my Windows VM.

Leave a Comment

Subscribe without commenting