From owner-freebsd-doc  Wed Nov 14  1:50: 8 2001
Delivered-To: freebsd-doc@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id AD4DD37B418
	for <freebsd-doc@freebsd.org>; Wed, 14 Nov 2001 01:50:01 -0800 (PST)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id fAE9o1k79080;
	Wed, 14 Nov 2001 01:50:01 -0800 (PST)
	(envelope-from gnats)
Received: from riffraff.plig.net (riffraff.plig.net [195.40.6.40])
	by hub.freebsd.org (Postfix) with ESMTP id 6EFA837B419
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Nov 2001 01:46:31 -0800 (PST)
Received: by riffraff.plig.net (Postfix, from userid 3010)
	id 45E7D47B37; Wed, 14 Nov 2001 09:46:30 +0000 (GMT)
Message-Id: <20011114094630.45E7D47B37@riffraff.plig.net>
Date: Wed, 14 Nov 2001 09:46:30 +0000 (GMT)
From: Marc Silver <marcs@riffraff.plig.net>
Reply-To: Marc Silver <marcs@riffraff.plig.net>
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.113
Subject: docs/31976: update to dialup firewall article
Sender: owner-freebsd-doc@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-doc.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-doc>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-doc>
X-Loop: FreeBSD.org


>Number:         31976
>Category:       docs
>Synopsis:       update to dialup firewall article
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 14 01:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Marc Silver
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD riffraff.plig.net 4.3-STABLE FreeBSD 4.3-STABLE #3: Thu Jul 12 16:56:00 BST 2001 shastie@riffraff.plig.net:/usr/src/sys/compile/RIFFRAFF i386


	
>Description:
        This is merely an update of the documentation with some
	information changing values using sysctl.
>How-To-Repeat:
	
>Fix:

Please apply the following patch:

--- article.sgml.orig	Wed Nov 14 09:33:37 2001
+++ article.sgml	Wed Nov 14 09:42:53 2001
@@ -213,7 +213,7 @@
 $fwcmd add allow tcp from any to any via tun0 established
 
 # Everyone on the internet is allowed to connect to the following
-# services on the machine.  This example shows that people may connect
+# services on the machine.  This example specifically allows connections
 # to ssh and apache.
 $fwcmd add allow tcp from any to any 80 setup
 $fwcmd add allow tcp from any to any 22 setup
@@ -284,7 +284,9 @@
             command.  Alternatively, you may increase the log limit in
             your kernel configuration with the
             <option>IPFIREWALL_VERBOSE_LIMIT</option> option as
-            described above.</para>
+            described above.  You may also change this limit (without
+	    recompiling your kernel and having to reboot) by using the
+	    net.inet.ip.fw.verbose_limit &man.sysctl.8; value.</para>
         </answer>
       </qandaentry>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message