Hi Everyone:
I am having network problems with Ubuntu Server 11.10 when installed on Workstation 8.0.1.
The problem occurs when I assign a static IP address to the network adaptor (eth0 in this case). The OS no longer connects to the network and pinging any network device goes without response. I've tried this on the VMnet8 NAT network and on the VMnet5 private network with a WS2K8R2 server configured with RRAS as a gateway. Here are the settings that I use for the eth0 adaptor on a 192.168.100.0/24 subnet:
/etc/network/interfaces
...
auto eth0
iface eth0 inet static
address 192.168.100.211
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.1
# ifdown eth0
# ifup eth0
/etc/resolv.conf
...
nameserver 192.168.100.1
Typing ifconfig at the prompt returns the correct settings for eth0. However, pinging any device goes without response (I enabled ping response from WS2K8R2 gateway). I also tried different addresses just in case, but no change in behavior.
Here's where it gets crazy, when I return the configuration to dhcp
auto eth0
iface eth0 inet dhcp
# ifdown eth0
# ifup eth0
entering ifconfig returns the same address (192.168.100.211) that was set previously despite an entry in the DHCP table of 192.168.100.100. Sometimes ping begins to work again, sometimes not. I then tried pinging the Ubuntu Server from the WS2K8R2 gateway. First I tried the assigned dhcp address (192.168.100.100) and it responds. Then I pinged the static address (192.168.100.211) and it responds too! Mind you, there's nothing else on this network. It is like a ghost connection that some how got left behind in the switch.
After double checking and triple checking the configuration, I figured that maybe there was something I may have missed. I then installed CentOS 6.2 and the DHCP assignment worked fine, however, when I assigned a static IP to eth0 the exact same problem occurred.
I restored the defaults in the Virtual Network Editor to no avail. For comparison, I installed both OSs on MS Hyper-V and alternated between static IPs and DHCPs without problem. I've tested a number of WS2K8 R2 VMs on Workstation 8.0.1 and never had any problems like this. Based on my observations, I am beginning to suspect a Linux networking problem with Workstation 8 but I don't know how to dig into this further to confirm or refute.
Anyway, I've searched the internet without much success and thought I'd see if anyone in the VMware community has experienced this, would attempt to replicate the problem, or is interested in tackling this issue. Any suggestions would be appreciated. Thanks!
Shaun
P.S. Please let me know if there is a more suitable post location if this is not the correct discussion topic.