Thanks! The initial test worked perfectly =) Regards Johan Ryberg aka rancor
On Thu, Feb 12, 2009 at 3:51 AM, Stuart Henderson <s...@spacehopper.org> wrote: > > here's an example you can base it on. to simplify my example, this doesn't > restrict to a specific client - this could have some repercussions if you're > configuring the pf box remotely, so probably best do it from the console. > :-) > > mirror="11.22.33.44" > server="33.44.55.66" > > rdr on re0 proto tcp to $mirror -> $server > no nat on re0 proto tcp from $mirror to $server > nat on re0 proto tcp to $server -> $mirror > > this is tested and does work.