[Bug 729] iptables + ipset rules apply but nothing go to the chain
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Mon Jul 25 11:07:25 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=729
onorua <onorua at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |onorua at gmail.com
Component|iptables |ip_tables (kernel)
Product|iptables |netfilter/iptables
Version|unspecified |linux-2.6.x
--- Comment #1 from onorua <onorua at gmail.com> 2011-07-25 11:07:25 ---
Forgot to mention, if I do following:
iptables -A INPUT -s 193.43.210.32 -p icmp -j DROP
and then start pinging of the host, counter is increasing:
~ # iptables -nvL INPUT
Chain INPUT (policy ACCEPT 114 packets, 7790 bytes)
pkts bytes target prot opt in out source destination
0 0 DROP icmp -- * * 0.0.0.0/0 0.0.0.0/0
match-set iUser src
17 1428 DROP icmp -- * * 193.43.210.32 0.0.0.0/0
That means that iptables functionality is working fine, except iptables+ipset
bunch.
P.S. I think component choice was wrong, so changing it to netfilter/iptables
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list