On Tue, Mar 28, 2006 at 08:59:18AM -0500, Chuck wrote:
> is there any in-depth guide/documentation to fully explain
> construction of vlans with respect to vservers?
don't know ...
> my boss now wants to change our "unique port" network vlan structure
> to multiple vlans on a single port.
should be straight forward, i.e. use a vlan
interface instead of the normal one for the
guest config (eth0 -> eth0.100) the tools
will automagically create the interface for
you (and use vlan tagging for that), if you
don't want that behaviour (e.g you want to
setup them yourself), just use the nodev or
novlandev commands ...
just to summarize:
ip=192.168.0.10 nodev
ip will be used, nothing will be created
ip=192.168.0.10 dev=eth0
ip will be assigned to eth0, and used
ip=192.168.0.10 dev=eth0.10 novlandev
ip will be assigned to eth0.10 (which
must exist) and will be used
ip=192.168.0.10 dev=eth0.10
vlan device eth0.10 will be created
(eth0 must exist) the ip will we assigned
and used
interfaces and assignments done by the tools
will be removed on guest shutdown ...
HTH,
Herbert
> --
>
> Chuck
>
> _______________________________________________
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Tue Mar 28 15:11:10 2006