On 2012-06-06, bofh <goodb...@gmail.com> wrote:
> I have a simple network.  My home machines are on a RFC 1918 space.  I
> sometimes run a bit-torrent client on my macbook, and I'd like to
> redirect incoming 22222 to my bit-torrent client on my macbook.
>
> In 4.4, I just do a:
>
> rdr pass on $ext_if proto { tcp udp } from any to any port $bt ->
> $macbook port $bt
>
> I was reading up on relayd and noticed that I could use "listen on" -
> is it better to use a simple rdr (whatever the 5.1 syntax is) or to
> use relayd?  Any benefits to using relayd?

no benefits for this, just use a simple PF rdr-to.

Reply via email to