It did it ! Thanks ! Everything is now running fine.
Marc.
Tim Mecking a écrit :
> Hi Marc,
>
> Marc Kalberer wrote:
>
>
>> I got a
>> IN=lo OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=10.0.0.151
>> DST=10.0.0.151 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP
>> SPT=5432 DPT=54937 WINDOW=32767 RES=0x00 ACK SYN URGP=0
>>
>
> Never ever block any local traffic. Enter the following lines as root in
> a root-server shell and your problem should be gone:
>
> iptables -I INPUT -i lo -j ACCEPT
> iptables -I OUTPUT -o lo -j ACCEPT
> iptables -I FORWARD -i lo -o lo -j ACCEPT
>
> Bye,
> Tim
> _______________________________________________
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
>
-- Programmers.ch Solutions libres et Opensources Tel: ++41 76 44 888 72 Site: http://www.programmers.ch Site: http://openprojects.ch
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Mon Oct 23 00:23:47 2006