Subject: simple nat question
To: None <current-users@NetBSD.ORG>
From: Wailer <banshee@gabriella.abattoir.com>
List: current-users
Date: 02/07/1997 04:04:47
With a fresh install of utilities, I'm stumbling about through the ipf tools.
I'm attempting to do a simple setup of ipnat, remapping from one of my
allocated ip #s to another one.  (Specifically an unused one to a used one)

However it doesn't appear to work.

207.33.158.57 is my active host.
207.33.158.58 is my loose ip.

gabriella# ipnat -l
map ppp0 207.33.158.58/32  -> 207.33.158.57/32 

>From my reading this -should- map ok but doesn't appear to do anything.
ipnat -s doesn't register anything happening.  My kernel contain ipfilter.

-j