From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 06:36:48 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 280C637B401 for ; Tue, 15 Apr 2003 06:36:48 -0700 (PDT) Received: from exchange.wan.no (exchange.wan.no [80.86.128.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0177D43FCB for ; Tue, 15 Apr 2003 06:36:47 -0700 (PDT) (envelope-from sten.daniel.sorsdal@wan.no) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 15 Apr 2003 15:36:36 +0200 Message-ID: <0AF1BBDF1218F14E9B4CCE414744E70F1F3CE8@exchange.wanglobal.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Multiple FTP servers with different characteristics on one server? Thread-Index: AcMC3Y1z2EWXMkm2RkSqqCFSc5eJTgAdm/4Q From: =?iso-8859-1?Q?Sten_Daniel_S=F8rsdal?= To: 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: Tue, 15 Apr 2003 13:36:48 -0000 > Greetings again. Under NetBSD, the inetd.conf file could have=20 > entries such as: >=20 > 10.0.0.1:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d=20 > -ll -c /etc/a > 10.0.0.2:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d=20 > -ll -c /etc/b >=20 > Meaning that an FTP session request to 10.0.0.1 would use the=20 > configuration in /etc/a, while one to 10.0.0.2 would use the=20 > configuration in /etc/b. >=20 > That doesn't work in FreeBSD 4.8: the first field is not recognized. >=20 > How can I get this functionality, just for FTP? I don't see anything=20 > in the inetd or ftpd man pages that indicate how this might work. >=20 > --Paul Hoffman Using 'xinetd' (/usr/ports/security/xinetd) gives you the ability to=20 bind services to given IP's like NetBSD's inetd. - Sten