Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 16:36:43 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Brian Anderson <bunicula@rcn.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: TCP_Wrappers and FTPd 
Message-ID:  <67611.947515003@axl.noc.iafrica.com>
In-Reply-To: Your message of "Mon, 10 Jan 2000 09:28:30 EST." <Pine.LNX.4.21.0001100922560.4521-100000@charon> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 10 Jan 2000 09:28:30 EST, Brian Anderson wrote:

> Running FreeBSD 3.4-RELEASE. I installed the tcp_wrappers port, and it's
> all working well, other than FTP.

You don't need to do that, since tcp_wrappers is built into FreeBSD now.
Specifically, inetd(8) has switches to enable wrapping.

> my inetd.conf file has
> > ftp     stream  tcp     nowait  root    /usr/local/libexec/tcpd ftpd -l

Rather start inetd with -wW (which is the default in 3.4-RELEASE) and
use the following in inetd.conf:

ftp     stream  tcp     nowait  root    /usr/libexec/ftpd ftpd -l

And the following in /etc/hosts.allow:

ftpd : ALL : allow

Remove the tcp_wrappers package. :-)

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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