From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 01:31:57 2005 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 4DBC516A4CE for ; Wed, 9 Feb 2005 01:31:57 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C4143D1D for ; Wed, 9 Feb 2005 01:31:55 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j191Vrg1033834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Feb 2005 08:31:53 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j191VqAM095676; Wed, 9 Feb 2005 08:31:52 +0700 (ICT) Date: Wed, 9 Feb 2005 08:31:52 +0700 (ICT) Message-Id: <200502090131.j191VqAM095676@banyan.cs.ait.ac.th> From: Olivier Nicole To: dvanallen@gmail.com In-reply-to: <2063a95c05020816396e686a4a@mail.gmail.com> (message from Doug Van Allen on Tue, 8 Feb 2005 19:39:32 -0500) References: <2063a95c05020816396e686a4a@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: Valid statement in hosts.allow 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, 09 Feb 2005 01:31:57 -0000 > Is this valid in hosts.allow: >ALL : 151.103.xxx.xxx-151.103.xxx.xxx : allow Not that I know. i ue the configuration net-address/netmask would be: > allow a range of ip's like 192.168.0.1-192.168.64.254. 192.168.0.0/255.255.192.0 for the range 192.168.0.0 to 192.168.63.255 192.168.64.0/255.255.255 for the range 192.168.64.0 to 192.168.64.255 Olivier