Hello,

I have a BitTorrent server on the inside network and have coded the
following rdr to expose ports 6881-6889:

| rdr on $ext_if inet proto tcp from any to ( $ext_if ) \
|       port 6881:6889 -> $bittorrent_server

This works as it is supposed to, but I wonder if I should also execute:

| sysctl -w net.inet.tcp.baddynamic=+6881 [through +6889]

when pf comes up?  netstat doesn't show any listeners at ports
6881-6889, so I wonder what mechanism is encumbering those ports (if
any)?

--
David Andrews
[EMAIL PROTECTED]




Reply via email to