From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 06:24:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9778F16A420 for ; Tue, 13 Dec 2005 06:24:10 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06F843D70 for ; Tue, 13 Dec 2005 06:23:59 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-91-226-109.san.res.rr.com [66.91.226.109]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id jBD6NwWl019126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Dec 2005 22:23:58 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20051212221306.033d22f0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 12 Dec 2005 22:18:58 -0800 To: Jose Borquez , FreeBSD Questions group From: Glenn Dawson In-Reply-To: <439E5ED8.40401@sbcglobal.net> References: <439E5ED8.40401@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: pkg_add blocked by IPFirewall 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: Tue, 13 Dec 2005 06:24:10 -0000 At 09:40 PM 12/12/2005, Jose Borquez wrote: >I am attempting to install cvsup using pkg_add -r but I keep getting >the following error: > >Error: FTP Unable to get >ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz: >No route to host >pkg_add: unable to fetch >'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui.tbz' >by URL > >I know that it is being blocked by my firewall. What are the tcp >and udp ports that I need to open up for pkg_add to get the package? The control connection for ftp is tcp on port 21. As long as you have FTP_PASSIVE_MODE=YES in your environment, that's all you should need. However, the message "no route to host" suggests you have a routing problem. -Glenn >Thank you in advance. >Jose > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"