search for: xenbr100

Displaying 4 results from an estimated 4 matches for "xenbr100".

2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
...th 100 Mbit cards 4. VLANs work with 100 Mbit cards I use network-bridge script shipped with Xen 3.1. 1. Bonding + VLAN leads to an Oops: ifup bond0 ifup bond0.100 ifup bond0.200 ./network-bridge start vifnum=0 netdev=bond0 bridge=xenbr0 ./network-bridge start vifnum=1 netdev=bond0.100 bridge=xenbr100 # Ooops (and/or panic) here! ./network-bridge start vifnum=2 netdev=bond0.200 bridge=xenbr200 2. Bonding + VLAN works - note the "enslave": ifup bond0 ./network-bridge start vifnum=0 netdev=bond0 bridge=xenbr0 ifenslave pbond0 eth0 eth1 ifup bond0.100 ifup bond0.200 ./network-bridg...
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
...th 100 Mbit cards 4. VLANs work with 100 Mbit cards I use network-bridge script shipped with Xen 3.1. 1. Bonding + VLAN leads to an Oops: ifup bond0 ifup bond0.100 ifup bond0.200 ./network-bridge start vifnum=0 netdev=bond0 bridge=xenbr0 ./network-bridge start vifnum=1 netdev=bond0.100 bridge=xenbr100 # Ooops (and/or panic) here! ./network-bridge start vifnum=2 netdev=bond0.200 bridge=xenbr200 2. Bonding + VLAN works - note the "enslave": ifup bond0 ./network-bridge start vifnum=0 netdev=bond0 bridge=xenbr0 ifenslave pbond0 eth0 eth1 ifup bond0.100 ifup bond0.200 ./network-bridg...
2007 Feb 02
0
VLANs with Xen - work with 1 Gbit, doesn''t with 100 Mbit cards?
...LANs. I use a stock "network-bridge" comming from Xen for setting up networking: #!/bin/bash dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0 "$dir/network-bridge" "$@" vifnum=1 netdev=eth0.100 bridge=xenbr100 "$dir/network-bridge" "$@" vifnum=2 netdev=eth0.200 bridge=xenbr200 If the server has a 1 Gbit network card (e1000, tg3 module), VLANs work flawlessly. If, however, I replace the card, and use a 100 Mbit one (Intel/e100 or Realtek/8139too module), and don''t change...
2010 Aug 21
24
Freeze with 2.6.32.19 and xen-4.0.1rc5
...e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 14.342030] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Added VLAN with VID == 100 to IF -:eth0:- [ 14.352613] device eth0.100 entered promiscuous mode [ 14.357464] device eth0 entered promiscuous mode [ 14.368491] xenbr100: port 1(eth0.100) entering learning state Waiting for xenbr100 to get ready (MAXWAIT is 20 seconds). [ 23.369074] xenbr100: port 1(eth0.100) entering forwarding state if-up.d/mountnfs[xenbr100]: waiting for interface eth0.100 before doing NFS mounts (warning). if-up.d/mountnfs[xenbr100]: waiting...