All of lore.kernel.org
 help / color / mirror / Atom feed
* -m recent
@ 2003-01-23 13:11 uniplex
  2003-01-23 19:15 ` Stephen Frost
  0 siblings, 1 reply; 9+ messages in thread
From: uniplex @ 2003-01-23 13:11 UTC (permalink / raw)
  To: netfilter

Has anyone here had any luck with this?

It's logging the ip and ttl etc etc in the file it's supposed to, but 
the --update -j DROP rule I'm using doesn't seem to have any effect.

Here's a snip of rules from my script that I've been using to test with. 
I've put them in the same order as they appear in the script. It's not 
the entire script(of coarse) and I'm matching to icmp packets just to 
test with.

iptables -A INPUT -i eth0 -p all -m recent --name icmps --update -j DROP

iptables -N icmps
iptables -A INPUT -i eth0 -p icmp -j icmps
iptables -A icmps -m recent --name icmps --set -j DROP
iptables -A icmps -j DROP

Thanks in advance.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-02-24 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-23 13:11 -m recent uniplex
2003-01-23 19:15 ` Stephen Frost
2003-01-23 15:59   ` uniplex
2003-01-23 22:40     ` Stephen Frost
2003-01-24  2:03       ` uniplex
2003-01-24  8:15         ` Fabrice MARIE
2003-01-25  1:29         ` Stephen Frost
2003-01-30 19:50           ` uniplex
2003-02-24 13:59             ` Stephen Frost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.