Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv11578/scripts
Modified Files:
snort
Log Message:
snort can now run on multiple interfaces
Index: snort
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/snort,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- snort 3 Nov 2003 19:35:41 -0000 1.13
+++ snort 23 Dec 2003 03:25:02 -0000 1.14
@@ -57,6 +57,10 @@
echo "# Start Snort?" >> $CONFIGFILE
echo "START_$MYNAME=no" >> $CONFIGFILE
echo >> $CONFIGFILE
+ echo "# on which interfaces should snort listen?" >> $CONFIGFILE
+ echo "# you need to have a config file /etc/snort/snort-<interface>.conf" >> $CONFIGFILE
+ echo "SNORT_INTERFACES=\"eth0\"" >> $CONFIGFILE
+ echo >> $CONFIGFILE
echo "HELP_$MYNAME=\"$MYNAME is a network intrusion detection system\"" >> $SOFTWAREHELP
fi
;;
|