Displaying 1 result from an estimated 1 matches for "jakemagee".
2009 Oct 08
2
[Bug 613] New: iptables not accepting RELATED, ESTABLISHED udp packets
...packets
           Product: iptables
           Version: unspecified
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P1
         Component: iptables
        AssignedTo: laforge at netfilter.org
        ReportedBy: bugzilla at jakemagee.com
My system sends out a UDP packet (snmptrap) to a server and expects to get a
UDP packet back (snmptrap -Ci).  However, the return UDP packet never reaches
the system (it is dropped).  I have the following rule set in the INPUT filter
table:
iptables -t filter -I INPUT -p all -m state --state...