From owner-freebsd-current Sun Mar 25 9:53:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id B908437B718 for ; Sun, 25 Mar 2001 09:53:25 -0800 (PST) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (216-118-21-147.pdq.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id EB10011131A; Sun, 25 Mar 2001 11:53:27 -0600 (CST) Message-ID: <02cf01c0b554$802bac40$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Valentin Nechayev" , References: <3ABDA902.EC907C1F@newsguy.com> <20010325160846.A1018@iv.nn.kiev.ua> Subject: Re: /etc/exports: 192.168.5 = 192.168.0.5 Date: Sun, 25 Mar 2001 11:53:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 192.168.5 should be interpreted as 192.168.0.5 in host address context, > but as 192.168.5.0 in network address context. (Such network address > context is well seen in sentences such as "10/8", "192.168/16".) The only problem I see with 10/8 is that when broken down into binary they do not match 10.0.0.0/8 00001010000000000000000000000000 11111111000000000000000000000000 and just 10 00000000000000000000000000001010 11111111000000000000000000000000 the significance of one "octet" is that the above(10.0.0.0) can be written in this form as 167772160 which doesn't equal 10 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message