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:
Peter Pentchev 2007-04-25 15:01:58 +00:00
parent be122238a0
commit ac0dc22ace
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30089

View file

@ -1944,7 +1944,7 @@ block in log first quick on dc0 all
<para>or:</para>
<programlisting>rdr dc0 0/32 port 80 -&gt; 10.0.10.25 port 80</programlisting>
<programlisting>rdr dc0 0.0.0.0/0 port 80 -&gt; 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