Subject: Re: I still can't get IPNAT to work
To: None <netbsd-help@netbsd.org>
From: None <KenJackson@ieee.org>
List: netbsd-help
Date: 01/13/2002 23:45:54
Manuel Bouyer writes:
> On Sun, Jan 13, 2002 at 03:32:59PM -0500, KenJackson@ieee.org wrote:
> > As before, traffic from OFFICE is not translated and is passed
> > to ppp0 unmodified. For example:
>
> This is strange, really. What does 'ipfstat -io' and 'ipnat -l' show ?
> And also make sure you have something like "IP Filter: v3.4.16 initialized"
> in the kernel boot messages ('dmesg' or 'cat /var/run/dmesg.boot').
# ipfstat -io
pass out from any to any
pass in from any to any
# ipnat -l
List of active MAP/Redirect filters:
map ppp0 198.168.1.0/24 -> 0.0.0.0/32 proxy port ftp ftp/tcp
map ppp0 198.168.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 10000:40000
map ppp0 198.168.1.0/24 -> 0.0.0.0/32
# dmesg | grep Filter
IP Filter: v3.4.9 initialized. Default = pass all, Logging = enabled
I notice you said v3.4.16. But I have v3.4.9, which came with my
1.5.2 distribution. Is this my problem?
I don't see ipf among the packages on my CDs. Do I have to learn CVS
to get an upgrade, or does someone have it broken out separately on an
ftp site somewhere?
-Ken