search for: xenbr200

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

Did you mean: xenbr100
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
...en 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-bridge start vifnum=1 netdev=bond0.100 bridge=xenbr100 ./network-bridge start vifnum=2 netdev=bond0...
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
...en 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-bridge start vifnum=1 netdev=bond0.100 bridge=xenbr100 ./network-bridge start vifnum=2 netdev=bond0...
2007 Feb 02
0
VLANs with Xen - work with 1 Gbit, doesn''t with 100 Mbit cards?
...ng: #!/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 the scripts, VLANs are not working. Why is it so? What is so fundamental in Xen network...
2010 Aug 21
24
Freeze with 2.6.32.19 and xen-4.0.1rc5
....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 for interface eth0.200 before doing NFS mounts (warning). if-up.d/mountnfs[xenbr100]: waiting for interface xenbr200 before doing NFS mounts (warning). Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config Added VLAN with VID == 200 to IF -:eth0:- [ 23.698451] device eth0.200 entered promiscuous mode [ 23.711535] xenbr200: port 1(eth0.200) entering learning state Waiting for xenbr200 t...