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.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=80
laforge@netfilter.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
------- Additional Comments From laforge@netfilter.org  2003-04-30 19:19 -------
I have no idea about your network setup, etc. - so it's pretty impossible to
make any diagnosis.
Are you aware that FORWARD is only for forwarded packets, so packets with a
local destination on the firewall itself will hit the INPUT chain?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Possibly Parallel Threads
- [Bug 80] Not detected packets?
- Performance tuning questions for mail server
- [Bug 47] conntrack breaks nfs, corrupted packets
- [Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
- [Bug 680] Packets disappear after NAT on 2nd gateway