From owner-freebsd-questions@FreeBSD.ORG Wed May 10 20:56:38 2006 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 3062E16AC2B for ; Wed, 10 May 2006 20:56:38 +0000 (UTC) (envelope-from shiemstra@h2.com) Received: from hermes.h2web.com (mx1.h2web.com [67.132.72.11]) by mx1.FreeBSD.org (Postfix) with SMTP id A505D43D70 for ; Wed, 10 May 2006 20:56:06 +0000 (GMT) (envelope-from shiemstra@h2.com) Received: (qmail 40086 invoked by uid 1011); 10 May 2006 16:55:20 -0400 Received: from unknown (HELO hanky) (192.168.1.3) by hermes.h2web.com with SMTP; 10 May 2006 16:55:20 -0400 From: "Scott Hiemstra" To: Date: Wed, 10 May 2006 16:57:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20060510205147.0834443D6D@mx1.FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ0cuvusZdNUTS9TPOclukh+OiNcgAAJ/5AAAAwkSA= Message-Id: <20060510205606.A505D43D70@mx1.FreeBSD.org> Subject: RE: daemon to listen on localhost only? 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: Wed, 10 May 2006 20:56:38 -0000 Actually, it would be: ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -D -a 127.0.0.1 Sorry for the confusion, Scott > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Scott Hiemstra > Sent: Wednesday, May 10, 2006 4:54 PM > To: freebsd-questions@freebsd.org > Subject: RE: daemon to listen on localhost only? > > For the stock freebsd ftpd, you should be able to change inetd.conf: > FROM > ftp stream tcp nowait root /usr/libexec/ftpd > ftpd -l > TO > ftp stream tcp nowait root /usr/libexec/ftpd > ftpd -l -a > 127.0.0.1 > > I think that should work but untested. > > Scott > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Sean Murphy > > Sent: Wednesday, May 10, 2006 4:43 PM > > To: 'freebsd-questions@freebsd.org' > > Subject: Re: daemon to listen on localhost only? > > > > the ftp daemon that is started with inetd it is the ftp that > > comes with > > the freebsd system 5.4. > > _______________________________________________ > > 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" > > > > > > > _______________________________________________ > 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" > >