Subject: Re:
To: davemc99 <list.mac68k@tandb.com.au>
From: Pat Wendorf <mlist@beholder.homeunix.net>
List: port-mac68k
Date: 01/21/2003 12:45:38
Hey Tom,

I use ipnat and my /etc/ipnat.conf file uses redirects like this:

# Redirect SMTP port to Axolotl
rdr ppp0 0/0 port 25 -> 192.168.0.6 port 25 tcp

If you want to redirect a range of ports, it looks like this:

# Redirect for Speak Freely on Laptop
rdr ppp0 0/0 port 2074-2076 -> 192.168.0.146 port 2074 udp

The dest only shows one port, this is some syntax wierdness with ipnat.  =
It is=20
correct.

- Pat

On January 21, 2003 11:45 am, davemc99 wrote:
> Did anyone resolved this issue??
>
>
> Subject: PPP NAT inbound mapping ports
> To: None <port-mac68k@netbsd.org>
> From: T&B <list.mac68k@tandb.com.au>
> List: port-mac68k
> Date: 08/06/2001 12:33:55
> Okay, I'm stumped. I have PPP NAT working well so my internal clients c=
an
> connect to external servers. But how do I configure to map specific por=
ts
> to internal servers?
>
> eg I want to allow incoming SMTP (port 25) connections from the outside
> through my public PPP IP address of 203.57.42.254 to an internal SMTP
> server running at 192.168.1.218. Similarly, I want web requests from th=
e
> outside to go to 192.168.1.220.
>
> Thanks in advance.
>
> Tom
>
>
> THE MAN