xen on a 2950 - HELP
Dan Metcalf
dan.metcalf at wbisp.com
Wed Aug 2 16:51:55 CDT 2006
Can anybody help with a network problem on a 2950? I can't ping the
network/gateway when booting into xen on FC5 or SUSE 10.1? I was given this
script but it does NOT appear to be running, any help would be appreciated -
thank you
Dan
=BEGIN
#!/bin/bash
# Exit if anything goes wrong.
set -e
# First arg is the operation.
OP=$1
shift
script=/etc/xen/scripts/network-bridge
case ${OP} in
start)
$script start vifnum=1 bridge=LAN netdev=eth0
$script start vifnum=0 bridge=DMZ netdev=eth1
brctl delif LAN vif0.1
brctl delif DMZ vif0.0
brctl addif LAN vif0.0
brctl addif DMZ vif0.1
;;
stop)
$script stop vifnum=0 bridge=LAN netdev=eth0
$script stop vifnum=1 bridge=DMZ netdev=eth1
;;
status)
$script status vifnum=0 bridge=LAN netdev=eth0
$script status vifnum=1 bridge=DMZ netdev=eth1
;;
*)
echo 'Unknown command: ' ${OP}
echo 'Valid commands are: start, stop, status'
exit 1
esac
=END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20060802/42584b27/attachment-0001.htm
More information about the Linux-PowerEdge
mailing list