Hi
I’m working on the implementation on
XEN in my company, I’ve got a strange issue.
 
I’ve installed a CentOS 5.2 x86_64
Xen server on a Dell PowerEdge 1955 Server.
 
We use automated installation trough home
made scripts (more than 150 servers and keep growing fast), we use this
architecture :
 
 
dom0                                                                                  domU
Eth0--------------
                               |             |------xenbr0-------------------eth0------
                               |             |                                             |                             |
                               |             |                                             |                             |-----bond0----bond0.11
                               |-----bond0---bond0.11               |-----eth1-------|             |--------bond0.120
                               |             |------bond0.120
Eth1--------------
 
We try to do the same on domU on PE 1955 but
only the native VLAN (bond0) can go trough.
 
We use 2.6.18-92.1.13.el5xen kernel  with
Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet (rev 12) nic cards.
 
I’ve saw on the internet that this
may be an issue with the driver included with the kernel, I’ve rebuilt
the driver picked from Broadcom site and it still the same issue.
 
If anyone can help me with that thx
 
Thomas