From owner-freebsd-doc@FreeBSD.ORG Fri Feb 3 15:09:22 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7753B16A420 for ; Fri, 3 Feb 2006 15:09:22 +0000 (GMT) (envelope-from tom@ctors.net) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164F243D48 for ; Fri, 3 Feb 2006 15:09:21 +0000 (GMT) (envelope-from tom@ctors.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id BE8C23831D for ; Fri, 3 Feb 2006 16:09:20 +0100 (CET) Received: from [192.168.144.93] (dD577C614.access.telenet.be [213.119.198.20]) by adicia.telenet-ops.be (Postfix) with ESMTP id 9A1F23804E for ; Fri, 3 Feb 2006 16:09:20 +0100 (CET) Message-ID: <43E3721F.70005@ctors.net> Date: Fri, 03 Feb 2006 16:09:19 +0100 From: Tom Van Looy User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@freebsd.org X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Network Device Configuration --> wrong information X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 15:09:22 -0000 2.9.1 Network Device Configuration ... Netmask The address block being used for this local area network is a Class C block (192.168.0.0 - 192.168.255.255). The default netmask is for a Class C network (255.255.255.0). --> this is wrong and should be (192.168.0.0 - 192.168.0.255) for /24. It's mixed up with the RFC1918 range I guess, maybe someone can fix it. regards Tom Van Looy