Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 16:54:01 -0400
From:      "Scott Hiemstra" <shiemstra@h2.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: daemon to listen on localhost only?
Message-ID:  <20060510205147.0834443D6D@mx1.FreeBSD.org>
In-Reply-To: <44625052.3000602@calarts.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
> 
> 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060510205147.0834443D6D>