You will need to put a sid value in the rule. While you are at it I would
probably put a rev too. Per the FAQ private SID numbers start with 1000000
but you will want to make sure you don't have any conflicts.
pass icmp $EXTERNAL_NET any -> $HOME_NET any (icode:3; itype:3;
sid:1000000; rev:1;)
pass icmp any any -> any any (icode:13; itype:3; sid:1000001; rev:1;)
Cheers,
Jeff
> -----Original Message-----
> From: snort-users-bounces@lists.sourceforge.net
> [mailto:snort-users-bounces@lists.sourceforge.net] On Behalf
> Of James Lay
> Sent: Friday, November 17, 2006 6:12 AM
> To: Snort
> Subject: [Snort-users] Pass rules need SID in 2.6.1
>
> Hrmmm:
>
> Nov 17 04:07:33 myshield snort[29024]: FATAL
> ERROR: /chroot/snort/etc/snort/rules/myshield.rules(1) => Each rule
> must contain a Rule-sid
>
> myshield.rules:
>
> pass icmp $EXTERNAL_NET any -> $HOME_NET any (icode:3; itype:3;)
> pass icmp any any -> any any (icode:13; itype:3;)
>
> Looked in the docs but didn't see why this is now...
>
> James
>
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
> chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> _______________________________________________
> 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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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
|