Update to r54041:
Fix typo in IPFW page and s/reassamble/reassemble/g
This commit is contained in:
parent
5d2128ab2e
commit
924672eca5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54342
1 changed files with 2 additions and 2 deletions
|
|
@ -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 $pif same_ports unreg_only reset</programlisting>
|
|||
|
||||
<programlisting>$cmd 005 allow all from any to any via xl0 # exclude LAN traffic
|
||||
$cmd 010 allow all from any to any via lo0 # exclude loopback traffic
|
||||
$cmd 099 reass all from any to any in # reassamble inbound packets
|
||||
$cmd 099 reass all from any to any in # reassemble inbound packets
|
||||
$cmd 100 nat 1 ip from any to any in via $pif # NAT any inbound packets
|
||||
# Allow the packet through if it has an existing entry in the dynamic rules table
|
||||
$cmd 101 check-state</programlisting>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue