Subject: Re: [vserver] If I start guest3 after guest1 and guest2, guest1 and guest2 lose their Internet access
From:Stéphane Klein <klein.stephane@gmail.com>
Date: Wed, 16 Feb 2011 14:46:17 +0100

2011/2/16 cryptronic <mail@cryptronic.de>:
> try:
>
> sysctl -w net.ipv4.conf.all.promote_secondaries = 1
>
> before start ff first vserver
>
> or add it to /etc/sysctl.conf

Thanks, it's that.

Thanks to Bertl, he has help me on irc.

Tips to show current promote_secondaries configuration :

# sysctl -a | grep promote
net.ipv4.conf.all.promote_secondaries = 1
net.ipv4.conf.default.promote_secondaries = 0
net.ipv4.conf.lo.promote_secondaries = 0
net.ipv4.conf.eth0.promote_secondaries = 0
net.ipv4.conf.dummy0.promote_secondaries = 0

Regards,
Stephane