daemon to listen on localhost only?

Scott Hiemstra shiemstra at h2.com
Wed May 10 13:51:51 PDT 2006


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 at freebsd.org 
> [mailto:owner-freebsd-questions at freebsd.org] On Behalf Of Sean Murphy
> Sent: Wednesday, May 10, 2006 4:43 PM
> To: 'freebsd-questions at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"
> 
> 




More information about the freebsd-questions mailing list