Displaying 2 results from an estimated 2 matches for "xenbri".
Did you mean:
xenbr0
2011 Feb 12
0
xen 3.4.3 on CentOS 5.5 dom0: multiple nic issue -- eth1 won''t restart
...set -e
# First arg is the operation.
OP=$1
shift
script=/etc/xen/scripts/network-bridge-xen
case ${OP} in
start)
$script start vifnum=0 bridge=xenbr0 netdev=eth0
$script start vifnum=1 bridge=xenbr1 netdev=eth1
# $script start vifnum=2 bridge=xenbri netdev=dummy0
;;
stop)
$script stop vifnum=0 bridge=xenbr0 netdev=eth0
$script stop vifnum=1 bridge=xenbr1 netdev=eth1
# $script stop vifnum=2 bridge=xenbri netdev=dummy0
;;
status)
$script status vifnum=0 bridge=xenbr0 net...
2007 Feb 26
0
Xen network bridge questions (using network configuration tools provided by distribution)
Hi list!
I''m trying to figure out a way to use network configuration scripts provided
by the distribution to manage network/bridge configuration with xen..
This means I dont''t want use xen "network-bridge" (or any other) script at
all, because they are a bit limited in functionality.
I want to setup VLAN interfaces with the scripts/tools provided by the