Snort mailing list archives

RE: Error using the -T option


From: "Mike Koponick" <mike () redhawk info>
Date: Tue, 10 Dec 2002 10:03:31 -0800

Erick,

Thanks for pointing out my obvious error.

Mike

-----Original Message-----
From: Erick Mechler [mailto:emechler () techometer net]
Sent: Tuesday, December 10, 2002 9:36 AM
To: Mike Koponick
Cc: snort-users () lists sourceforge net
Subject: Re: [Snort-users] Error using the -T option


:: "snortd test" does the following:
::   test)
::         echo -n "Testing Snort's Confguration"
::         /usr/local/bin/snort -T $INTERFACE -c $CONFIG
::         echo
::         ;;
:: 
:: The interface being "eth1" which is set in the script.

You need to pass the '-i' flag before $INTERFACE.

  /usr/local/bin/snort -T -i $INTERFACE -c $CONFIG

Cheers - Erick


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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: