From owner-freebsd-questions@FreeBSD.ORG Wed May 10 20:51:49 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 00C9316B353 for ; Wed, 10 May 2006 20:51:49 +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 0834443D6D for ; Wed, 10 May 2006 20:51:47 +0000 (GMT) (envelope-from shiemstra@h2.com) Received: (qmail 39798 invoked by uid 1011); 10 May 2006 16:51:46 -0400 Received: from unknown (HELO hanky) (192.168.1.3) by hermes.h2web.com with SMTP; 10 May 2006 16:51:46 -0400 From: "Scott Hiemstra" To: Date: Wed, 10 May 2006 16:54:01 -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: <44625052.3000602@calarts.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcZ0cuvusZdNUTS9TPOclukh+OiNcgAAJ/5A Message-Id: <20060510205147.0834443D6D@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:51:51 -0000 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" > >