From owner-freebsd-questions Mon Apr 23 5:22:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 421A537B42C for ; Mon, 23 Apr 2001 05:22:14 -0700 (PDT) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id IAA17565; Mon, 23 Apr 2001 08:21:42 -0400 (EDT) Message-ID: <3AE41E55.293F84B0@eng.ufl.edu> Date: Mon, 23 Apr 2001 08:21:41 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: noir@wananchi.com Cc: questions@freebsd.org Subject: Re: tcpd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Date: Mon, 23 Apr 2001 14:43:41 +0300 > From: Online Netizen > 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