Subject: Re: [vserver] If I start guest3 after guest1 and guest2, guest1 and guest2 lose their Internet access
From: cryptronic <mail@cryptronic.de>
Date: Wed, 16 Feb 2011 12:15:32 +0100

Hi Stephane,

try:

sysctl -w net.ipv4.conf.all.promote_secondaries = 1

before start ff first vserver

or add it to /etc/sysctl.conf

best regards

Am 16.02.2011 11:24, schrieb Stéphane Klein:
> Hi,
>
> I've a vserver server host with 3 guest :
>
> * guest1
> * guest2
> * guest3
>
> If I do :
>
> vserver guest1 restart
> vserver guest2 restart
> vserver guest3 restart
>
> guest1 and guest2 have NOT access to Internet.
>
> If I do :
>
> vserver guest3 restart
> vserver guest1 restart
> vserver guest2 restart
>
> guest3 and guest1 and guest2 HAVE access to Internet.
>
> I use shorewall to configure iptable… I use it on other server with success.
>
> I don't understand why guest3 down all other internet access.
>
> I've you an idea ? I've looked everywhere in my configuration files… I
> found nothing.
>
> Thanks for your idea.
> Regards,
> Stephane