swift 14/04/10 18:49:58 Modified: shb-intrusion.xml Log: More fixes from bug #507220 - Update conf.d/snort
Revision Changes Path 1.8 xml/htdocs/doc/en/security/shb-intrusion.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml?r1=1.7&r2=1.8 Index: shb-intrusion.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- shb-intrusion.xml 9 Apr 2014 18:17:22 -0000 1.7 +++ shb-intrusion.xml 10 Apr 2014 18:49:58 -0000 1.8 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v 1.7 2014/04/09 18:17:22 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-intrusion.xml,v 1.8 2014/04/10 18:49:58 swift Exp $ --> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> @@ -7,8 +7,8 @@ <sections> -<version>3</version> -<date>2014-04-09</date> +<version>4</version> +<date>2014-04-10</date> <section> <title>AIDE (Advanced Intrusion Detection Environment)</title> @@ -331,12 +331,13 @@ </p> <pre caption="/etc/conf.d/snort"> -PIDFILE=/var/run/snort_eth0.pid +SNORT_IFACE="eth0" +PIDFILE=/run/snort_eth0.pid MODE="full" -NETWORK="10.0.0.0/24" +NETWORK="192.168.0.0/24" LOGDIR="/var/log/snort" -CONF=/etc/snort/snort.conf -SNORT_OPTS="-D -s -u snort -dev -l $LOGDIR -h $NETWORK -c $CONF" +SNORT_CONF=/etc/snort/snort.conf +SNORT_OPTS="-q -D -u snort -d -l $LOGDIR -h $NETWORK -c $SNORT_CONF" </pre> <p>
