bittorrent and pf (fbsd 5.4)
Jayel Villamin
jarthel at gmail.com
Sun Aug 21 08:14:12 GMT 2005
snippets of relevent pf.conf code
=======
ext_if = "tun0"
tomo_bittorrent = "19969"
tomo = "192.168.2.2/32"
rdr on $ext_if proto tcp from any to ($ext_if) port $tomo_bittorrent -> $tomo
pass in quick on $ext_if inet proto tcp from any to $tomo port
$tomo_bittorrent flags S/SA keep state
==============
my problem is that I can't upload to people but I can download from
them. Does anyone have any ideas?
The client I'm using allows users to change the default port to a custom one.
Thanks for the replies. :)
More information about the freebsd-pf
mailing list