|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen4.0 debian vlan config
In xend-config.sxp you need to turn off (comment out) the network-script
and vif-script line.
if one vlan should be used in dom0 only you can use something like that:
auto eth0.2
iface eth0.2 inet manual
mtu 1500
vlan_raw_device eth0
address 192.168.50.50
netmask 255.255.255.0
without the bridge part.
If you want to use the bridges in a domU, you need this in domU cfg file
(example):
vif = [ 'bridge=xenbr5, mac=00:16:3e:05:31:50', 'bridge=xenbr15,
mac=00:16:3e:02:31:50' ]
With this setting you have 2 Interfaces in the domU. First tagged for
vlan5 and second for vlan15.
Am 24.05.2010 01:56, schrieb Peter Braun:
Thank you.
And what about xend-config.sxp keep the "network-script network-bridge" ?
Howo to dedicate one vlan to dom0 form that eth0.2 eth0.5 eth0.15?
Peter
Greetz
PS: sorry for my english
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|