It seems vmware server (tested with 1.03) has the same bug as vmware gsx..
If network interface name is longer than 8 characters, only the first 8 characters of the name are used by the "vmnet-bridge".. obviously causing the networking to be broken.. in this case vmnet-bridge tries to bind to wrong (possibly non-existing) interface.
Example of such interface name: bond0.123 .. it's a basic bonded interface with a VLAN on top of it.
Name for the network interface should be allowed to be at least 10 characters.. 12 would be better. Possible name: "bond12.4095" .. that would be 11 characters long.
Old "bug report" for GSX:
http://www.vmware.com/community/thread.jspa?threadID=38988&tstart=120
Any idea how to get this fixed? The workaround from that old gsx thread works but it's a hack..
If network interface name is longer than 8 characters, only the first 8 characters of the name are used by the "vmnet-bridge".. obviously causing the networking to be broken.. in this case vmnet-bridge tries to bind to wrong (possibly non-existing) interface.
Example of such interface name: bond0.123 .. it's a basic bonded interface with a VLAN on top of it.
Name for the network interface should be allowed to be at least 10 characters.. 12 would be better. Possible name: "bond12.4095" .. that would be 11 characters long.
Old "bug report" for GSX:
http://www.vmware.com/community/thread.jspa?threadID=38988&tstart=120
Any idea how to get this fixed? The workaround from that old gsx thread works but it's a hack..