Displaying 1 result from an estimated 1 matches for "feed_me_more".
2011 Sep 06
2
[Bug 747] New: IPtables marked packets not being inpsected in NAT table.
...udp -m udp --dport 514 -m limit --limit 303/sec -j RETURN
-A PREROUTING -p udp -m udp --dport 514 -m limit --limit 400/sec -j MARK
--set-xmark 0x4/0xffffffff
-A PREROUTING -p udp -m udp --dport 514 -m limit --limit 400/sec -j RETURN
-A PREROUTING -p udp -m udp --dport 514 -j LOG --log-prefix "Feed_Me_More: "
COMMIT
# Completed on Tue Sep 6 11:15:41 2011
When I push events that exceed the first 100 pkts/sec ount, the marking happens
properly but the "NAT" table does not read the marked packets properly. Here
is a packet counts to show this behavior.
root at europeanroller:~# iptab...