From owner-freebsd-pf@FreeBSD.ORG Sun Aug 21 08:14:12 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2131016A41F for ; Sun, 21 Aug 2005 08:14:12 +0000 (GMT) (envelope-from jarthel@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB38543D45 for ; Sun, 21 Aug 2005 08:14:11 +0000 (GMT) (envelope-from jarthel@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so569151nzd for ; Sun, 21 Aug 2005 01:14:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Flv7GfWWyAWFoRIw022cHkW90w7QIjHqmFn4UAFsGc50XW2s/7cUbjjszijFFnbTVw4aKbkxLQdDf7J1jjK5ePdZ6XjE2+BVjT/A/WcUeDo2QRzykeHawI+0yMEn/+X77Sh726g9gQKtBGF726tixFqH2b79YCaeSgWlcftUrAk= Received: by 10.36.39.2 with SMTP id m2mr1381480nzm; Sun, 21 Aug 2005 01:14:11 -0700 (PDT) Received: by 10.36.113.16 with HTTP; Sun, 21 Aug 2005 01:14:11 -0700 (PDT) Message-ID: Date: Sun, 21 Aug 2005 18:14:11 +1000 From: Jayel Villamin To: freebsd-pf@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: bittorrent and pf (fbsd 5.4) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 08:14:12 -0000 snippets of relevent pf.conf code =3D=3D=3D=3D=3D=3D=3D ext_if =3D "tun0" tomo_bittorrent =3D "19969" tomo =3D "192.168.2.2/32" rdr on $ext_if proto tcp from any to ($ext_if) port $tomo_bittorrent -> $to= mo pass in quick on $ext_if inet proto tcp from any to $tomo port $tomo_bittorrent flags S/SA keep state =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 on= e. Thanks for the replies. :)