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

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





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