From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 06:23:11 2003 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 4DBB337B401 for ; Thu, 7 Aug 2003 06:23:11 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5481543F93 for ; Thu, 7 Aug 2003 06:23:08 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 3203E38C12; Thu, 7 Aug 2003 15:22:34 +0200 (CEST) Date: Thu, 7 Aug 2003 15:22:33 +0200 From: Simon Barner To: Free BSD Questions list Message-ID: <20030807132233.GA1475@zi025.glhnet.mhn.de> References: <20030807130348.GA683@teddy.fas.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <20030807130348.GA683@teddy.fas.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: Re: What ports need to be open on a firewall to allow cvsup? 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: Thu, 07 Aug 2003 13:23:11 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, > The company I work for is implementing a new firewall, and there is some > posibilty I might be able to get the apropriate ports to cvsup my FreeBSD > machines open. >=20 > Assuming pasive mode cvsup, what ports would I need open? I think that the multiplexed mode is more appropriate for your needs since the passive mode will need 2 TCP connections from your machine to the CVSup-Server (one to the CVSup port 5999 and an abitrary other one). If you use the multiplexed mode, however, CVSup will work with a single TCP connection from your machine to the CVSup server's port 5999. The cvsup(1) man page explains this in detail, but basically your firewall must permit outgoing TCP traffic from your machine to cvsup.server:5999 and incoming TCP traffic from cvsup.server:5999 to your machine. Regards, Simon --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/MlKZCkn+/eutqCoRAqA5AJ43fNcATG32seqMCLuNLEgl9Pxg8ACgkKcg siMebhIffL2z8kDmUrVrFGs= =yErT -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--