On Fri, Aug 14, 2015 at 3:20 AM, Stuart Henderson <s...@spacehopper.org> wrote:
> Config for this would be fairly similar to this example:
> http://www.openbsd.org/faq/pf/rdr.html#rdrnat

I'm guessing you mean this example (?).
==========================================
With an additional NAT rule on the internal interface, the lacking
source address translation described above can be achieved.

pass in on $int_if proto tcp from $int_net to $ext_if port 80 \
   rdr-to $server
pass out on $int_if proto tcp to $server port 80 \
   received-on $int_if nat-to $int_if
==========================================

I've tried a few different twists on it but without success so far. As
I'm coming in from the outside and need to appear that I'm inside. As
it's written "This construct is rather complex".

Chris

Reply via email to