From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 06:58:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1161516A4B3 for ; Wed, 24 Sep 2003 06:58:09 -0700 (PDT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8E243F75 for ; Wed, 24 Sep 2003 06:58:07 -0700 (PDT) (envelope-from locus@stable.ch) Received: from stable.ch (dclient80-218-246-37.hispeed.ch [80.218.246.37]) h8ODw4s9019985 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 24 Sep 2003 15:58:05 +0200 Received: from locus by stable.ch with local (Exim 3.33 #1) id 1A2A9c-0008Xn-00 for freebsd-questions@freebsd.org; Wed, 24 Sep 2003 15:58:04 +0200 Date: Wed, 24 Sep 2003 15:58:04 +0200 From: Thomas Spreng To: freebsd-questions@freebsd.org Message-ID: <20030924135804.GA32820@rock.stable.ch> Mail-Followup-To: freebsd-questions@freebsd.org References: <3F71A16A.70903@magidesign.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F71A16A.70903@magidesign.com> User-Agent: Mutt/1.4i Sender: locus Subject: Re: A question about host... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 13:58:09 -0000 Hello, On Wed, Sep 24, 2003 at 09:51:38AM -0400, Payne wrote: > Hi, > > I am wanting to use host.allow and host.deny to make my box more secure. > Is there a site that can explain how to use them. hosts.deny is depricated just use hosts.allow. please read 'man 5 hosts_options' or if you dont like the manual try http://ezine.daemonnews.org/200206/hosts_allow.html hope that helps... cheers, tom