Iptables not accounting for certain packets

2001-12-12 Thread Marcel Welschbillig
Hi, Thanks to all who replied to my previous ip accounting question. I got iptables to account by using the following... /usr/local/sbin/iptables -A FORWARD -s 0.0.0.0/0 -d 202.65.74.116 -o eth0 /usr/local/sbin/iptables -A FORWARD -s 202.65.74.116 -d 0.0.0.0/0 -i eth0 this works fine accept t

Iptables not accounting for certain packets

2001-12-12 Thread Marcel Welschbillig
Hi, Thanks to all who replied to my previous ip accounting question. I got iptables to account by using the following... /usr/local/sbin/iptables -A FORWARD -s 0.0.0.0/0 -d 202.65.74.116 -o eth0 /usr/local/sbin/iptables -A FORWARD -s 202.65.74.116 -d 0.0.0.0/0 -i eth0 this works fine accept t