From owner-freebsd-questions Sun Jun 3 8:29:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 1B46837B406 for ; Sun, 3 Jun 2001 08:29:41 -0700 (PDT) (envelope-from g.harris@tetronsoftware.com) Received: from ns1.tetronsoftware.com (geneh@ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.11.3/8.11.2/check_local4.1) with SMTP id f53FUao17662 for ; Sun, 3 Jun 2001 10:30:36 -0500 (CDT) (envelope-from g.harris@tetronsoftware.com) Content-Type: text/plain; charset="koi8-r" From: Gene Harris Reply-To: g.harris@tetronsoftware.com Organization: Tetron Software, LLC To: freebsd-questions@freebsd.org Subject: Re: Please clarify about =?koi8-r?q?tcpd=2F=9F=3F=3F=3F=3F=3F=20=3F?= tcpd Date: Sun, 3 Jun 2001 10:30:36 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01060310303601.17430@ns1.tetronsoftware.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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