From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 16:48:33 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 16BF337B401 for ; Mon, 14 Apr 2003 16:48:33 -0700 (PDT) Received: from boris.st.hmc.edu (boris.ST.HMC.Edu [134.173.63.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839E743FAF for ; Mon, 14 Apr 2003 16:48:32 -0700 (PDT) (envelope-from jeff@unixconsults.com) Received: from boris.st.hmc.edu (localhost.st.hmc.edu [127.0.0.1]) by boris.st.hmc.edu (8.12.6p2/8.12.6) with ESMTP id h3ENmVGW034598; Mon, 14 Apr 2003 16:48:31 -0700 (PDT) (envelope-from jeff@unixconsults.com) Received: from localhost (jeff@localhost)h3ENmVGL034595; Mon, 14 Apr 2003 16:48:31 -0700 (PDT) X-Authentication-Warning: boris.st.hmc.edu: jeff owned process doing -bs Date: Mon, 14 Apr 2003 16:48:31 -0700 (PDT) From: Jeff Jirsa X-X-Sender: jeff@boris.st.hmc.edu To: Paul Hoffman In-Reply-To: <20030414163953.N34498-100000@boris.st.hmc.edu> Message-ID: <20030414164717.I34594-100000@boris.st.hmc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by unixconsults.com cc: freebsd-questions@freebsd.org Subject: Re: Multiple FTP servers with different characteristics on one server? 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: Mon, 14 Apr 2003 23:48:33 -0000 On Mon, 14 Apr 2003, Jeff Jirsa wrote: > > On Mon, 14 Apr 2003, Paul Hoffman wrote: > > > > > 10.0.0.1:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d -ll -c /etc/a > > 10.0.0.2:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d -ll -c /etc/b Eh, long day. > > Specifically, I'd assume the following should work, although I don't have > a box to test with at the moment: > > ftpd -d -ll /etc/a -D -a 10.0.0.1 > ftpd -d -ll /etc/b -D -a 10.0.0.2 Should be: ftpd -d -ll -D -a 10.0.0.1 ftpd -d -ll -D -a 10.0.0.2 - Jeff