Snort mailing list archives

Re: Error using the -T option


From: Erick Mechler <emechler () techometer net>
Date: Tue, 10 Dec 2002 09:36:13 -0800

:: "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: