Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 09:46:30 +0000 (GMT)
From:      Marc Silver <marcs@riffraff.plig.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/31976: update to dialup firewall article
Message-ID:  <20011114094630.45E7D47B37@riffraff.plig.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011114094630.45E7D47B37>