|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Re: Setting up firewall as Dom-U
>also under etc/xen/scripts, I created this script to setup the bridges
>- it only seems to work at boot, running the script after the system
>is booted yielded weird results for me
>
># cat my-network-script
>#!/bin/sh
>dir=$(dirname "$0")
>"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
>"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
>"$dir/network-bridge" "$@" vifnum=2 netdev=eth2 bridge=xenbr2
>"$dir/network-bridge" "$@" vifnum=3 netdev=dummy0 bridge=xenbr3
>
>you also need to change /etc/xen/xend-config.sxp and tell it to run
>your script, instead of the default.
Gordon,
What version of Xen are you using? I am using 3.2 and my original network
script is significantly more complicated than this, are there any issues I face
not using that existing script in my version?
Also, I disabled libvirtd and pointed my vifs to eth0 as my bridge currently
while I test and this is working well so far. Will your script work with that
service disabled?
Thanks for all your help!
jlc
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|