Hi. I am working with iptables v1.2.8 on a mandrake 9.2. My computer that is running iptables is 128.0.0.1 An other computer has @ 128.0.0.2. I try to followings commands : iptables -t nat -A PREROUTING -i eth0 -j LOG iptables -t mangle -A PREROUTING -i eth0 -j LOG iptables -A INPUT -i eth0 -j LOG if I ping 128.0.0.1 from 128.0.0.2, I see the packets in the syslog. if I ping 128.0.0.10 ( for example ) from 128.0.0.2, there is nothing in the syslog. Is it normal ? I thought that I was going to see all the packets in the NAT and not only the packets with the right IP @. Missing something ??? Thanks Chris