| Summary: | document changes | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Marc Silver <marcs> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: gnats-admin->freebsd-doc Misfiled. State Changed From-To: open->closed Appears to be a duplicate of the (already handled and closed) PR docs/33270. |
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 @@