joe, ipf only rewrites packets transiting a physical interface. hence, your ipnat rules play no part when telnet'ing to the localhost address.
jim Joseph Spenner wrote:
I found: rdr bge0 0.0.0.0/0 port 80 -> 0.0.0.0 port 8080 and rdr bge0 0/0 port 80 -> ip.of.bge0 port 8080 work, but only when attempting to hit port 80 from a different box, which is Bradley's goal. So, when either of the above are in place, and I'm on a different host, I can: telnet ip.of.bge0.host-above 80 And connect. But if I'm on the same host itself: telnet localhost 80 telnet ip.of.bge0 80 neither of the 2 above work. My problem is I need to have either of the 2 work from the box itself. Is this not possible?
