From owner-cvs-doc@FreeBSD.ORG Sun May 8 14:09:49 2005 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759C016A4E3; Sun, 8 May 2005 14:09:49 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132DF43D9D; Sun, 8 May 2005 14:09:48 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) j48E9jAC077211; Sun, 8 May 2005 16:09:45 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j48E9jqK002369; Sun, 8 May 2005 16:09:45 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j48E9jDw002368; Sun, 8 May 2005 16:09:45 +0200 (CEST) (envelope-from marc) Date: Sun, 8 May 2005 16:09:45 +0200 From: Marc Fonvieille To: Remko Lodder Message-ID: <20050508140945.GB586@gothic.blackend.org> References: <200505081245.j48CjUa1060246@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505081245.j48CjUa1060246@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/firewalls chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 14:09:49 -0000 On Sun, May 08, 2005 at 12:45:30PM +0000, Remko Lodder wrote: > remko 2005-05-08 12:45:30 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/firewalls chapter.sgml > Log: > Update the IPMON section by making it suitable for 5.X (and reference > 4.X for people still using 4.X). > Hello, =================================================================== RCS file: /usr/local/www/cvsroot/FreeBSD/doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml 2005/05/01 20:44:49 1.58 +++ doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml 2005/05/08 12:45:29 1.59 @@ -1,7 +1,7 @@ @@ -766,10 +766,11 @@ ipnat_rules="/etc/ipnat.rules" # rule Syslogd uses its own special method for segregation of log data. It uses special groupings called facility and level. IPMON - in mode uses local0 as - the facility name. All IPMON logged data goes - to local0. The following levels can be used - to further segregate the logged data if desired: + in mode uses security + (local0in 4.X) as the facility ^ missing space + name. All IPMON logged data goes to security + (local0in 4.X). The following levels can be ^ missing space + used to further segregate the logged data if desired: LOG_INFO - packets logged using the "log" keyword as the action rather than pass or block. LOG_NOTICE - packets logged which are also passed @@ -791,12 +792,19 @@ LOG_ERR - packets which have been logged by software applications like IPF. Add the following statement to - /etc/syslog.conf: + /etc/syslog.conf for &os; 5.X and ^ it may be good to add a non-breaking space for those sort of things. Marc