Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2001 10:30:36 -0500
From:      Gene Harris <g.harris@tetronsoftware.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Please clarify about  =?koi8-r?q?tcpd=2F=9F=3F=3F=3F=3F=3F=20=3F?= tcpd
Message-ID:  <01060310303601.17430@ns1.tetronsoftware.com>

next in thread | raw e-mail | index | archive | help
On Sunday 03 June 2001 09:09, vasily babbled on about:
> Hi, ALL!
>
> Would you be so kind to inform the name of the program which works as
> TCP wrappers in FreeBSD 4.1 or in higher versions?
> Thank you in advance.
>
> Подскажите название программы, которая выполняет роль TCP wrappers в
> FreeBSD 4.1 или более старших версиях.
> Спасибо заранее.
>
> vasily@maryno.net
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

It is built in to inetd and sendmail.  Note the command line parameters -w
and -W as you read man inetd:

     -w      Turn on TCP Wrapping for external services.  See the
             IMPLEMENTATION NOTES section for more information on TCP
 Wrappers support.

     -W      Turn on TCP Wrapping for internal services which are built in to
             inetd.

You should set these options in your rc.conf file.
inetd_flags="-w -W"

You will also need to setup your /etc/hosts.allow file as well.  See the man
pages for hosts_allow and hosts_access.  (Many of the items discussed in
hosts_access are deprecated.

Gene
--
          Tetron Software, LLC
      http://www.tetronsoftware.com
FreeBSD  Apache  PostgreSQL  Perl gcc/g++
    Visual C++ COM/DCOM/COM+ ActiveX
         KDE Rules over Windoze


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?01060310303601.17430>