From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 23:12:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1F916A4CE for ; Sun, 27 Mar 2005 23:12:48 +0000 (GMT) Received: from av1-2-sn4.m-sp.skanova.net (av1-2-sn4.m-sp.skanova.net [81.228.10.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4978543D41 for ; Sun, 27 Mar 2005 23:12:47 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id E886637E50; Mon, 28 Mar 2005 01:12:45 +0200 (CEST) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av1-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id D808637E4F for ; Mon, 28 Mar 2005 01:12:45 +0200 (CEST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 961B537E42 for ; Mon, 28 Mar 2005 01:12:45 +0200 (CEST) Received: (qmail 38315 invoked by uid 1001); 27 Mar 2005 23:12:44 -0000 Date: Mon, 28 Mar 2005 01:12:44 +0200 From: Erik Trulsson To: Pat Maddox Message-ID: <20050327231244.GA38236@falcon.midgard.homeip.net> Mail-Followup-To: Pat Maddox , FreeBSD Questions References: <810a540e05032715014cced54c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <810a540e05032715014cced54c@mail.gmail.com> User-Agent: Mutt/1.5.9i cc: FreeBSD Questions Subject: Re: cvsup, portupgrade, installing ports, and firewalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 23:12:48 -0000 On Sun, Mar 27, 2005 at 04:01:08PM -0700, Pat Maddox wrote: > I've got the pf firewall installed, and every time I run cvsup, > portupgrade or try to install ports, I have to disable it. What > outgoing and incoming ports do I need to allow in order to run these > without disabling the firewall? The cvsup(1) manpage describes exactly what ports need to be opened for cvsup to work. (Normally just outgoing TCP connections to port 5999 on the server.) Fetching distfiles for ports is usually done via either HTTP or FTP, so if you allow those out everyting should work. -- Erik Trulsson ertr1013@student.uu.se