VMware

This Question is Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (6 pts)
8 Replies Last post: Jul 4, 2007 4:45 AM by wfischer1  

Vmware Server network problems: host ubuntu 7.04, guest Vista posted: Apr 24, 2007 11:58 AM

Click to view federico1978's profile Novice 4 posts since
Apr 24, 2007
Dear all,
I am running on my machine ubuntu 7.04 as host operative system and I've installed the latest version of VMware server.
I created a virtual machine for Windows Vista.
I would like to be able to connect to the Internet using the virtual machine and/or the host os.
I tried to follow the procedures suggested by other posts and I tried to set in the network connection under "Virtual Machine settings" Bridged and NAT but still windows was not able to find any network connection. I am trying to use the ethernet 1 device.
Besides Vista says that no hardware network device is configured.

What should I do to sort this problem? Is there anything else I need to install except for VMware server?
I want to highlight that I don't have much knowledge of VMware and of networking. However I read the manual and I tried to follow step by step what was suggesting.

Thanks in advance for your attention

Federico
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004
You will need to use the E1000 virtual network adapter in the virtual machine

Change or Add to the .vmx file to include the following line

ethernet0.virtualDev = "e1000"
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004
I Don't see a reason why Vista device manager should not be able to install the driver.

You can reinstall Vista with the e1000 in the .vmx file and this time it should install the driver for you.
Click to view Yitzon's profile Novice 4 posts since
Jun 27, 2007
Hi,

I have a similar problem,

I am running on my machine Ubuntu 7.04 as host operative system and I've installed the latest version of VMware server.

I created a virtual machine for XP, another one for Debian.

The Virtual machines receive IP address from the DHCP server in my LAN correctly, they have connection without problem to and from any machine in my LAN (ssh, http, smb, etc).

My problem is: I can not connect to my guest by ssh from my host server and vice versa, I can not open the guest's web pages from my host server. Only the ping is working from guest to host server and host server to guest.

Thanks a lot.

Yitzon Belandria

PD: I don't know if I should open a new post.
Click to view Yitzon's profile Novice 4 posts since
Jun 27, 2007
Hi,

Even between the XP and the Ubuntu virtual machines I don't have any problem with connections.

Between any machine in my LAN and my host server I don't have any problem.

thanks
Click to view wfischer1's profile Novice 5 posts since
Jul 4, 2007
I had the same problem and found the solution at https://bugs.launchpad.net/ubuntu/+source/vmware-player/+bug/105697

When I disabled offload functions of my hosts network card, I was able to connect from the host system to the guest system via ssh.

I did the following
[root@host ~]# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
[root@host ~]# ethtool -K eth0 sg off rx off tx off tso off
[root@host ~]# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: off
tx-checksumming: off
scatter-gather: off
tcp segmentation offload: off
[root@host ~]#

And then it worked...
btw: I have the following network card (lspci output):
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities