Hi all, i need config xen with this ___________ __________ |VM1 |----------------bridge1-------------------| | |__________ | | | ____________ | |-----BALBLA |VM2 | |VM4 | |__________ |-----------------bridge2------------------ |Firewall| ____________ | | |VM3 | | | |__________ |-----------------bridge3------------------ |________| is one-bridge-per-VLAN Thanks my so is debian sarge and use Xen 3.0.3 thanks thanks thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Go to /etc/xen/scripts make a file vlan-network-bridge en put this in it: vconfig set_name_type DEV_PLUS_VID_NO_PAD vconfig add eth0 1 vconfig add eth0 3 vconfig add eth0 4 vconfig add eth0 5 dir=$(dirname "$0") "$dir/network-bridge" "$@" netdev=eth0 vifnum=0 bridge=xenbr0V1 "$dir/network-bridge" "$@" netdev=eth0.2 vifnum=1 bridge=xenbr0V2 "$dir/network-bridge" "$@" netdev=eth0.3 vifnum=2 bridge=xenbr0V3 "$dir/network-bridge" "$@" netdev=eth0.4 vifnum=3 bridge=xenbr0V4 "$dir/network-bridge" "$@" netdev=eth0.5 vifnum=4 bridge=xenbr0V5 Go to /etc/xen/xend-config.sxp en change (network-script network-bridge) in (network-script vlan-network-bridge) Restart the server and now you have vlan 1 to 5. Regards Kevin -----Original Message----- From: xen-users-bounces@lists.xensource.com on behalf of Nicolas Sent: Mon 3/26/2007 21:18 PM To: xen-users@lists.xensource.com Cc: Subject: [Xen-users] VLan help! :D? Hi all, i need config xen with this ___________ __________ |VM1 |----------------bridge1-------------------| | |__________ | | | ____________ | |-----BALBLA |VM2 | |VM4 | |__________ |-----------------bridge2------------------ |Firewall| ____________ | | |VM3 | | | |__________ |-----------------bridge3------------------ |________| is one-bridge-per-VLAN Thanks my so is debian sarge and use Xen 3.0.3 thanks thanks thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users