Snort mailing list archives

Re: icmp pass rules


From: "Stephen Reese" <rsreese () gmail com>
Date: Wed, 22 Oct 2008 14:02:09 -0400

On Wed, Oct 22, 2008 at 1:32 PM, Joel Esler <eslerj () gmail com> wrote:
Your rules have no "sid" keyword in them. You must put an sid number in
there above 1 million.
J

Thank you Joel, got it with the following:

#Ignore redirects from the main router
var 3825ROUTER [172.31.1.1/32]
pass icmp $3825ROUTER any -> $HOME_NET any (msg:"ICMP Destination
Unreachable Protocol Unreachable"; sid:1000000;)

#Chatty Minolta copiers
var DI200 [172.31.1.223/32,172.31.1.240/32]
pass icmp $DI200 any -> $3825ROUTER any (msg:"ICMP redirect net"; sid:1000001;)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: