Displaying 1 result from an estimated 1 matches for "xen_start_bridg".
Did you mean:
xen_start_bridges
2005 Jul 18
0
DOMU loses outside connection
...also.
However, after running the script below the first domU loses connection
with xen-br0 and thus loses connection with the outside world. Any
ideas on how the preserve xen-br0 connectivity?
Thanks
********************My Start Bridge Script**************************
#!/bin/bash
# /etc/xen/xen_start_bridges.batch
#
#
# enable forwarding in xen0
echo "1" > /proc/sys/net/ipv4/ip_forward
#
# disassociate old vif''s if they are still arround
brctl delif xen-br0 vif1.1
brctl delif xen-br0 vif1.2
brctl delif xen-br0 vif2.1
brctl delif xen-br0 vif3.1
#
#
# add internal bridge between...