Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2005 18:14:11 +1000
From:      Jayel Villamin <jarthel@gmail.com>
To:        freebsd-pf@freebsd.org
Subject:   bittorrent and pf (fbsd 5.4)
Message-ID:  <b2d2a52705082101144dfe5a49@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

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. :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2d2a52705082101144dfe5a49>