Fix an address specification in the IPNAT port redirection example.
Left as 0/32, it would only redirect Very Weird Packets(tm), while as 0.0.0.0/0 it will indeed process all the traffic as intended. Submitted by: "Michael P. Soulier" <msoulier@digitaltorque.ca>
This commit is contained in:
parent
be122238a0
commit
ac0dc22ace
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30089
1 changed files with 1 additions and 1 deletions
|
@ -1944,7 +1944,7 @@ block in log first quick on dc0 all
|
|||
|
||||
<para>or:</para>
|
||||
|
||||
<programlisting>rdr dc0 0/32 port 80 -> 10.0.10.25 port 80</programlisting>
|
||||
<programlisting>rdr dc0 0.0.0.0/0 port 80 -> 10.0.10.25 port 80</programlisting>
|
||||
|
||||
<para>or for a LAN DNS Server on LAN address of <hostid
|
||||
role="ipaddr">10.0.10.33</hostid> that needs to receive
|
||||
|
|
Loading…
Reference in a new issue