[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] multi bridge support?
I just upgraded my centos 5.2 x86_64 box from xen 3.0.3 to xen 3.3.1. Everything went great for the most part except my multi bridge script is no longer working. I basically have two physical interfaces that I am trying to create two virtual interfaces with. I was modifying my xend-config.sxp file with the following change: (network-script network-multi-bridge) And then in /etc/xen/scripts/ I had the file network-multi-bridge: #!/bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 bridge=xenbr0 netdev=eth0 "$dir/network-bridge" "$@" vifnum=1 bridge=xenbr1 netdev=eth1 Any within my guest configs, I had something like: vif = [ "mac=00:16:3e:29:08:a6,bridge=xenbr0", "mac=00:16:3e:5c:28:e2,bridge=xenbr1,script=vif-bridge" ] So my question now is, how the heck are we supposed to do it now with 3.3.1? Any help is sincerely appreciated. Thanks, Mark _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |