[BACK]Return to nat.2 CVS log [TXT][DIR] Up to [local] / src / share / ipf

Diff for /src/share/ipf/Attic/nat.2 between version 1.4 and 1.5

version 1.4, 1998/06/12 11:53:02 version 1.5, 1999/02/17 23:27:09
Line 11 
Line 11 
 NAT will not work.  The standard way to do this is to make sure  NAT will not work.  The standard way to do this is to make sure
 /etc/ipf.rules is installed and edit /etc/rc.conf changing  /etc/ipf.rules is installed and edit /etc/rc.conf changing
 "ipfilter=NO" to "ipfilter=YES" then reboot.  "ipfilter=NO" to "ipfilter=YES" then reboot.
   
   When you bring up NAT it needs the interface to have an address.  If you are
   using the ppp0 interface unless you start pppd from /etc/rc you cannot start
   NAT there.  Instead, in the /etc/ppp/ip-up shell script add
   
   /sbin/ipnat -CF -f /etc/ipnat.rules
   
   to start NAT when the link comes up and the interface has an address.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5