From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 01:26:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28D921065672 for ; Thu, 7 Aug 2008 01:26:52 +0000 (UTC) (envelope-from mark.picone@deakin.edu.au) Received: from mx-f-00-ext.its.deakin.edu.au (mx-f-00-ext.its.deakin.edu.au [128.184.136.213]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB9C8FC2A for ; Thu, 7 Aug 2008 01:26:51 +0000 (UTC) (envelope-from mark.picone@deakin.edu.au) X-IronPort-AV: E=Sophos;i="4.31,317,1215352800"; d="asc'?scan'208";a="23254881" Received: from 128-184-148-58.its.deakin.edu.au (HELO [128.184.148.58]) ([128.184.148.58]) by mx-f-00-int.its.deakin.edu.au with ESMTP; 07 Aug 2008 11:26:34 +1000 Message-ID: <489A4F47.8020209@deakin.edu.au> Date: Thu, 07 Aug 2008 11:26:31 +1000 From: Mark Picone User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: luizbcampos , freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7ADA5F12A693C378FA45DED8" Cc: Subject: Re: rtorrent under pf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 01:26:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7ADA5F12A693C378FA45DED8 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi, Have you done these things? 1. Setup ~/.rtorrent.rc properly=09 2. Change default ports for rtorrent. eg: 'port_range =3D 22145-22245' 3. Ensure pf is setup correctly. eg: net_if =3D "rl0" rt =3D "{ 22145-22245 }" pass in on $net_if proto tcp from any to any port $rt_tcp keep state pass in on $net_if proto udp from any to any port $rt_udp keep state This works fine for me. Thanks, Mark Picone, Trainee Unix Administrator Information Technology Services Division Phone: 03 5227 8602 International: +61 3 5227 0806 Fax: 03 5227 8799 International: +61 3 5227 8799 Email: mark.picone@deakin.edu.au Website: http://www.deakin.edu.au luizbcampos wrote: > After I had setup .rtorrent.rc on FBSD-7.0 amd64, I type > "rtorrent" the tracker connects to server and nothing more happens, > the screen seems to be frozen about dowloading. What to do? I've > enabled ports 6890-6999 at /etc/pf.conf >=20 >=20 > -----------------------------------------------------------------------= - >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" --------------enig7ADA5F12A693C378FA45DED8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkiaT0oACgkQT0rbm+uXW2ySBwCffLtLI6UzmqEcI4g9fcAn/S33 zMMAoKqb+CkhfWbr09ul1pTETM2MZoOd =4KO+ -----END PGP SIGNATURE----- --------------enig7ADA5F12A693C378FA45DED8--