From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 21:42:46 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 AB60E16A419 for ; Tue, 29 Jan 2008 21:42:46 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 41D4013C458 for ; Tue, 29 Jan 2008 21:42:46 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 6B0361CC8B for ; Tue, 29 Jan 2008 12:42:45 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 29 Jan 2008 22:42:43 +0100 User-Agent: KMail/1.9.7 References: <479CD201.7050000@adminlife.net> In-Reply-To: <479CD201.7050000@adminlife.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801292242.44190.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Outgoing FTP connections with pf and ftp-proxy 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, 29 Jan 2008 21:42:46 -0000 On Sunday 27 January 2008 19:48:33 Matthias Kellermann wrote: > I'm trying to get outgoing FTP sessions to work with pf and > ftp/ftp-proxy in a NAT environment. > Are you sure you need it? FTP should work out of the box on BSD boxes, since by default FTP_PASSIVE_MODE=yes is set in environment. No ftp-proxy should be needed for outgoing traffic. Incoming is a different story. If you disable this ftp-proxy setup, can you fetch a package from one of the FreeBSD ftp servers? I have a net with pf nat, so if you have specific servers that don't work for you, maybe I can see if those don't work for me either. Any specific ftp-client program? For me, the default ftp client, ncftp3, browser ftp and fetch all work. -- Mel