From owner-freebsd-questions Sat Jun 30 12:53: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id DB1DD37B403 for ; Sat, 30 Jun 2001 12:53:01 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from blossom.cjclark.org (dialup-209.247.143.14.Dial1.SanJose1.Level3.net [209.247.143.14]) by falcon.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id MAA08021; Sat, 30 Jun 2001 12:52:59 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.4/8.11.3) id f5UJghM08487; Sat, 30 Jun 2001 12:42:43 -0700 (PDT) (envelope-from cjc) Date: Sat, 30 Jun 2001 12:42:43 -0700 From: "Crist J. Clark" To: Chia-Chung Tsay Cc: freebsd-questions@FreeBSD.ORG Subject: Re: about FREEBSD TCP wrapper.. Message-ID: <20010630124243.G348@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20010630095538.A804@sydney.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from abo@normanlinux.dhs.org on Sat, Jun 30, 2001 at 10:15:08AM -0700 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 Sat, Jun 30, 2001 at 10:15:08AM -0700, Chia-Chung Tsay wrote: > > Did anyone know how to setup TCP wrapper on my > FREEBSD server for protection? > Someone told me that it's there but I need to > config and turn it up. man inetd. See the -w and -W options. These are activated by default, $ grep inetd /etc/defaults/rc.conf inetd_enable="YES" # Run the network daemon dispatcher (or NO). inetd_flags="-wW" # Optional flags to inetd See also hosts_access(5) and hosts_options(5). -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message