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
Received on Sat Oct 21 18:39:43 2006