Subject: Re: ipnat help
To: James Webster <netbsd-help@netbsd.org>
From: Matt Bell <mtbell@mb1.dial.servtech.com>
List: netbsd-help
Date: 05/06/2000 17:12:07
Hi,
Try this:
rdr ppp0 0/0 port 80 -> 10.0.1.10 port 80 tcp/udp
-Matt
At 11:18 AM 5/6/00 -0700, James Webster wrote:
> Its been a while since I mucked with ipf, so could someone tell me
>what I'm doing wrong? ne1 = interface for 10.0.x.x ep0 = ifaliases
>include 207.202.145.161 I want all port 80 connections to
>207.202.145.161 redirected to 10.0.1.10 Here is the rule I added: >
>10.0.1.10 port 80 I've verified that I can hit 10.0.1.10 port 80 on the
>gateway, but from the internet side of the gateway I can't connect
>indicating my redirection isn't working as expected. Thanks in
advance....