Subject: Re: I can't get IPNAT to work
To: None <netbsd-help@netbsd.org>
From: None <KenJackson@ieee.org>
List: netbsd-help
Date: 01/12/2002 15:28:33
Manuel Bouyer writes:
 > On Sat, Jan 12, 2002 at 01:53:20PM -0500, KenJackson@ieee.org wrote:
...
 > > /etc/ipf.conf ------------------
 > > pass in any to any
 > > pass out any to any
 > 
 > I'm not sure this syntax is correct, I think you should have
 > pass in from any to any
 > pass out from any to any
...
 > > 
 > > Command on OLD486:  tcpdump -i ppp0 -e -n > tcpdump.txt
 > > 
 > > ping from OFFICE to my ISP, unsuccessful, source IP is not translated
 > 
 > This may be because of the error in ipf.conf, which cause ipfilter to
 > not be enabled.
 > what does
 > /etc/rc.d/ipfilter start
 > say ?

# /etc/rc.d/ipfilter start
Enabling ipfilter.
IP FIlter: already initialized
1: unexpected keyword (any) - from
2: unexpected keyword (any) - from


Oh!  Thanks.  I'll try your suggestion and try again.

-Ken