Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 08:21:41 -0400
From:      Bob Johnson <bob@eng.ufl.edu>
To:        noir@wananchi.com
Cc:        questions@freebsd.org
Subject:   Re: tcpd
Message-ID:  <3AE41E55.293F84B0@eng.ufl.edu>

next in thread | raw e-mail | index | archive | help
> 
> Date: Mon, 23 Apr 2001 14:43:41 +0300
> From: Online Netizen <noir@wananchi.com>
> Subject: tcpd
> 
> - --hYooF8G/hrfVAmum
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> Hi
> I seem to be a bit lost! In FreeBSD 3.x there was a clear implementation
> of tcpd and I was able to wrap services in inted.conf.
> This seems to have changed in 4.x but somehow I missed it and this is very
> critical.

In 4.x, wrapper support is by default compiled into the basic 
services (telnetd, ftpd, and I don't know what else).  You don't 
need to modify inetd.conf; just edit /etc/hosts.allow

> My collegue wants to run some service that requires that its tcpd-wrapped.
> Could someone point me to the notes on howto with the current release
> (4.x) - how do I use tcpd in 4.x???
> 

The man pages for this aren't as easy to find as they should be:
man hosts_options    
man hosts_access

If you need to wrap something that isn't wrapped by default, you'll 
need to dig a little deeper.  I suspect it will involve either 
modifying the application to add wrapper support, or installing the 
/usr/ports/security/tcp_wrapper port.


> Thanks
> 
> - -Wash
> 

Good luck,

- Bob

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?3AE41E55.293F84B0>