search for: mychain

Displaying 3 results from an estimated 3 matches for "mychain".

2018 Dec 03
1
[Bug 1306] New: burst packets becomes burst bytes
...OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: c.marquis at viapass.com "burst X packets" becomes "burst X bytes" 'nft add rule ip filter mychain iif eth0 limit rate 512 kbytes/second burst 5 packets counter jump accepted' results in: 'nft list chain ip filter mychain' == table ip filter { chain mychain { iif "eth0" limit rate 512 kbytes/second burst 2 bytes counter packets 0 bytes 0 jump a...
2007 Jan 23
0
iptables rules disappearing!!!
Hi all. I have got to see a strange thing. Some of my iptables'' rules are disaprearing after several days!!! I have many rules like: # iptables -t mangle -A $MYCHAIN -s $SRC_IP -d $DST_IP -j MARK --set-mark $MARK for classifying traffic for shaping, total about 100 rules with different 20 marks, and rules like # iptables -A FORWARD -m mark --mark $MARK for accounting shaping classes, total 20 rules (for all marks). The are also many other filtering and nat r...
2008 May 21
4
Show IP Traffic on a port
I am trying to determine the root of an issue I am having. How can I watch traffic destined to a specific port on my CentOS 5.1 box to see if its even hitting it? It would be udp traffic. Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080520/d5066957/attachment-0005.html>