From owner-freebsd-stable@FreeBSD.ORG Mon Jan 27 13:59:49 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06A91762 for ; Mon, 27 Jan 2014 13:59:49 +0000 (UTC) Received: from owa.bsquare.com (firewall.bsquare.com [206.165.213.66]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA4201A97 for ; Mon, 27 Jan 2014 13:59:48 +0000 (UTC) Received: from [10.150.16.15] (10.150.16.15) by BREAL.camelot.bsquare.com (192.168.100.67) with Microsoft SMTP Server id 14.3.123.3; Mon, 27 Jan 2014 05:58:41 -0800 Message-ID: <52E66612.9080009@bsquare.com> Date: Mon, 27 Jan 2014 13:58:42 +0000 From: Mike Pumford User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23 MIME-Version: 1.0 To: Subject: Re: Advertising a specific address and/or port range for ftpd References: <20140127141350.768fccea@mr185083> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.150.16.15] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 13:59:49 -0000 Ronald Klop wrote: > On Mon, 27 Jan 2014 14:13:50 +0100, Patrick Lamaiziere > wrote: > >> Le Sun, 26 Jan 2014 22:33:46 -0500, >> Chris Ross a écrit : >> >>> I am migrating some server functionality from a NetBSD host to a >>> newly built FreeBSD (stable/10) host. One of the functions of this >>> server is accepting authenticated FTP connections to receive data >>> files. The NetBSD ftpd has a configuration file (ftpd.conf) that >>> allows, amongst other things, setting the "advertised address" and >>> "port range" to be used for PASV connections (and assumedly EPSV, for >>> port range). Is any of this possible with the base ftpd in FreeBSD >>> 10? If not, is there a well-known suggested port that can be >>> configured to perform this way? Running ftpd out of inetd would be >>> fine, but I could run it as a long-lived service if that's strongly >>> recommended. Last time I checked (which admittedly was a couple of years ago the netbsd FTP daemon was in ports (as nbftpd) so you could just install that and migrate the config. Mike