Bug 33258

Summary: document changes
Product: Documentation Reporter: Marc Silver <marcs>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marc Silver 2001-12-27 21:00:01 UTC
This is just a change to the document.

Fix: Please apply the following patch to the document:



# Allow ICMP (for ping and traceroute to work).  You may wish to
 # disallow this, but I feel it suits my needs to keep them in.
-$fwcmd add 65435 allow icmp from any to any
+$fwcmd add allow icmp from any to any

 # Deny all the rest.
-$fwcmd add 65435 deny log ip from any to any</programlisting>
+$fwcmd add deny log ip from any to any</programlisting>

     <para>You now have a fully functional firewall that will allow on
       connections to ports r80 and 22 and will log any other connection--KLKW8MQW5PByssf0XXkMQ2ez1TXZZgIEKATRiIFwy3v4aLvH
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- article.sgml.orig   Thu Dec 27 20:55:36 2001
+++ article.sgml        Thu Dec 27 20:56:13 2001
@@ -229,10 +229,10 @@
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2002-01-07 21:48:24 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc

Misfiled.
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2002-01-12 00:20:52 UTC
State Changed
From-To: open->closed

Appears to be a duplicate of the (already handled and closed) 
PR docs/33270.