This is a discussion on Re: [Snort-users] Problem with the -o option within the Snort forums, part of the System Security and Security Related category; At 10:50 AM 11/5/2004, Kaplan, Andrew H. wrote: >2. The pass rules all have the <&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At 10:50 AM 11/5/2004, Kaplan, Andrew H. wrote:
>2. The pass rules all have the <> operand between every instance of the source >and destination. Is there anything else I need to do within >the file? Can you post an example of what your pass rules look like? they should be of the format: pass ip host1/32 any <> host2/32 any or pass ip net1/cidrmask1 any <> net2/cidrmask2 any (of course, you can make the pass rule more restrictive, by specifying source/dest ports and a protocol other than IP (ie: tcp)) pass host1 <> host2 isn't valid, as far as I know. The last example sounds like what you're trying to describe, but I'm not sure exactly what your pass rules look like based on your vague description. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |