|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen4.0 debian vlan config
On Mon, May 24, 2010 at 3:58 PM, Christoph Kaminski <mangel@xxxxxx> wrote:
> 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.
I'd actually recommend you create the bridge anyway, and put IP
address on the bridge. Make this the only bridge that has an IP
address (inet static). The "dedicate" part is simply not using it in
any domU.
It'd make it easier if someday you decide to use that vlan for domU as
well. Example: if domU is a firewall, and you want to use same
management address for dom0s and firewalls.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|