Am Donnerstag, den 26.11.2009, 19:01 +0100 schrieb Marc Chantreux:
> hello,
>
>
> I can read at http://linux-vserver.org/Networking_vserver_guests,
> ------------------------------------------------------------------------
> d /etc/vservers/$VSERVER/interfaces/0
> echo dummy0 > dev
> echo 192.168.1.1 > ip
> echo 1 > name
> echo 24 > prefix
>
> Consider using a value of name equal to the last digit of the IP for
> easy separation.
> ------------------------------------------------------------------------
>
> i try to figure out what's the "name" of the interface and what are the
> authorized values. Anyone to point me on the good part of the
> documentation ?
The name is what you would use as an ip alias / label for that secondary
interface that gets created when you start the vserver.
set it to XXX and
ip addr ls | grep XXX
will show you.
Tom
Received on Thu Nov 26 18:46:07 2009