Hallo!
I want to setup an GSX-Server on a SLES8. This SLES uses the Bonding-Interface and VLAN-Tagging. So i want to setup the vmnet0-Interface on the virtual-interface bond0.60 (Bonding-Interface bond0 with VLAN-Tag 60). The Problem comes up when kernel-module for vmnet were loaded:
-
dmesg----
/dev/vmnet: open called by PID 11224 (vmnet-bridge)
/dev/vmnet: hub 2 does not exist, allocating memory.
/dev/vmnet: port on hub 2 successfully opened
bridge-bond0.6: peer interface bond0.6 not found, will wait for it to come up
bridge-bond0.6: attached
-
dmesg----
it seems the vmnet-module cuts the interface-names after 7chars.....
How can i solve it?