Update to r54041:

Fix typo in IPFW page and s/reassamble/reassemble/g
This commit is contained in:
Bjoern Heidotting 2020-07-13 19:30:42 +00:00
parent 5d2128ab2e
commit 924672eca5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54342

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/firewalls/chapter.xml,v 1.53 2012/04/30 16:15:52 bcr Exp $
basiert auf: r53911
basiert auf: r54041
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -2464,7 +2464,7 @@ ipfw -q nat 1 config if &dollar;pif same_ports unreg_only reset</programlisting>
<programlisting>&dollar;cmd 005 allow all from any to any via xl0 # exclude LAN traffic
&dollar;cmd 010 allow all from any to any via lo0 # exclude loopback traffic
&dollar;cmd 099 reass all from any to any in # reassamble inbound packets
&dollar;cmd 099 reass all from any to any in # reassemble inbound packets
&dollar;cmd 100 nat 1 ip from any to any in via &dollar;pif # NAT any inbound packets
# Allow the packet through if it has an existing entry in the dynamic rules table
&dollar;cmd 101 check-state</programlisting>