I'm installing VMware Server 2.0 on an Ubuntu 9.04 system. I have an Ubuntu 9.04 guest with Bridged network interface configured.
When I try to get an address during installation, the guest fails to contact the DHCP server. NAT and Host-only networking both work fine, however.
Answering my own question, as the information is located in two places and not easily searchable, hopefully this helps someone else.
The problem is that the VSOCK module isn't getting compiled, despite gcc, binutils and the kernel source packages all being present.
There is actually a bug filed on Launchpad about this issue, and a user submitted a patch to a similar query on Ubuntu Forums. Patching the vmware-config.pl as described worked for me. Here's the patch:
Did you actually get the bridged networking working? I just installed 2.0.1 on jaunty (2.6.28-11) and it doesn't appear to be working.
Help!
I guess my question was more regarding 2.0.1, I tried the patch but it bridged networking still doesnt appear to be working. What would be a good test? I just create a VM with a ubuntu server 9.04 iso and see if it can pull an ip from DHCP... when it cant I think that bridged networking is not working.
Should I download server 2.0.0 and try this?