nimiux 14/04/11 18:55:41 Modified: shb-intrusion.xml Log: More fixes from bug #507220 - Update conf.d/snort
Revision Changes Path 1.6 xml/htdocs/doc/es/security/shb-intrusion.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml?r1=1.5&r2=1.6 Index: shb-intrusion.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- shb-intrusion.xml 11 Apr 2014 18:54:19 -0000 1.5 +++ shb-intrusion.xml 11 Apr 2014 18:55:41 -0000 1.6 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml,v 1.5 2014/04/11 18:54:19 nimiux Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/security/shb-intrusion.xml,v 1.6 2014/04/11 18:55:41 nimiux 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 (Entorno Avanzado de Detección de Intrusos)</title> @@ -346,12 +346,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>
