search for: bridge_xenbr0

Displaying 2 results from an estimated 2 matches for "bridge_xenbr0".

2010 Jul 09
2
Xen bridge no longer working
...null [...] * Starting Xen control daemon ... And the bridge doesn''t come up. The normal behaviour should be that the Xenbr0 bridge comes up automatically, but it doesn''t anymore. Here''s my network configuration file (/etc/conf.d/net): config_eth0=( "null" ) bridge_xenbr0="eth0" brctl_xenbr0=( "setfd 0" "stp off" ) config_xenbr0=( "dhcp" ) I don''t understand why, the bridge doesn''t come up. This is the output of the ifconfig command: lo Link encap:Local Loopback inet addr:127.0.0.1...
2008 Jun 16
1
3.2.1 HVM network packets dropped
...cal" ) dns_domain_eth1=( "joris2k.local" ) dns_servers=( "192.168.10.a 192.168.10.b 192.168.10.c" ) dns_servers_eth0=( "192.168.10.a 192.168.10.b 192.168.10.c" ) dns_servers_eth1=( "192.168.10.a 192.168.10.b 192.168.10.c" ) config_eth0=("null") bridge_xenbr0=("eth0") brctl_xenbr0=("setfd 0" "sethello 0" "stp off") config_xenbr0=( "192.168.10.d netmask 255.255.255.0" ) routes_xenbr0=( "default via 192.168.10.e" ) depend_xenbr0() { need net.eth0 } config_eth1=( "null" ) brctl_x...