[Bug 80] Not detected packets?
bugzilla-daemon@netfilter.org
bugzilla-daemon@netfilter.org
Fri, 18 Apr 2003 21:54:37 +0200
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=80
------- Additional Comments From ral928@wish.nl 2003-04-18 21:54 -------
/proc/sys/net/ipv4/conf/*/rp_filter are set to "1"
/proc/sys/net/ipv4/conf/*/accept_source_route are set to "0"
The first three ruls of the FORWARD chain are:
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
12 576 REJECT all -- eth1 eth0 0.0.0.0/0 192.168.0.0/16
reject-with icmp-port-unreachable
0 0 DROP all -- eth0 * 192.168.0.0/16 0.0.0.0/0
0 0 DROP all -- eth0 * 192.168.1.101 0.0.0.0/0
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.