Subject: Re: IPNAT: rdr?
To: Simon Raahauge DeSantis <xiamin@ghostpriest.rakis.net>
From: Wes Zuber <wes@uia.net>
List: netbsd-users
Date: 11/14/2000 19:55:48
> ghostpriest:8000 over to cube:80. (Cube being a machine on my internal =
10.*=20
> network) Maybe I need to be using bimap. I don't know. The two line=20
> description of rdr's functionality in ipnat(5) seems to be what I want=20=

> though. But the syntax for ipnat.conf?! As far as I can make out I =
need=20
> something like=20
> rdr le0 0.0.0.0/32 -> cube.my.lan ports 8000 80 tcp=20

rdr    fxp0 65.6.6.6/32 port 8000 -> 10.x.x.x port 80

I think you want something like this.

--Wes