Thanks for all of your help thus far, I really appreciate it.

I have tried the two methods you mentioned, but with the same results.
Snoop still shows the destination port on the communication from the
external machine going to port 80. It appears as if ipnat is not having
any affect.


Brad Mann
Software Engineer - Information Access Services
HARRIS Corporation / GCSD
(321) 984-6292

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Sandoz
Sent: Friday, July 14, 2006 4:50 PM
To: IPFilter
Subject: Re: Easy port forwarding question


ok, below looks good then.

we have to find out why the port is not getting rewritten now.
this line
158.147.71.95 -> 158.147.51.44 TCP D=80 S=2033 Syn Seq=2372153113
should actually look like this
158.147.71.95 -> 158.147.51.44 TCP D=8080 S=2033 Syn Seq=2372153113

try putting
rdr bge0 158.147.51.44/32 port 80 -> 127.0.0.1 port 8080
in your ipnat.conf, and reload rules.

then use snoop as shown before.

if that does not work, just for kicks try
rdr bge0 158.147.51.44/32 port 80 -> 158.147.51.44 port 8080

jim




Mann, Bradley wrote:
> There is a long delay and I can see the HTML of my homepage.


Reply via email to