From owner-freebsd-questions Fri Jul 30 7:56:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id F3870156B8 for ; Fri, 30 Jul 1999 07:56:16 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id PAA07485; Fri, 30 Jul 1999 15:53:39 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id PAA15780; Fri, 30 Jul 1999 15:53:04 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id PAA15780 (2.4-8.8.8/3.1.31); Fri, 30 Jul 1999 15:53:04 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Fri, 30 Jul 1999 15:53:41 +0100 Message-ID: From: "Bond, Jeffery" To: "'summoner@uswest.net'" Cc: "'FreeBSD questions'" Subject: RE: 172.16.0.0 private net question Date: Fri, 30 Jul 1999 15:53:39 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Since the netmask is 255.240.0.0, which is 11111111.11110000.00000000.00000000 in binary, and your private network is 172.16.0.0, which is 10101100.00010000.00000000.00000000 in binary the entire range you have is (combining the address with the mask) 10101100.0001XXXX.XXXXXXXX.XXXXXXXX, where the X's can be anything you like, This means that the second octet can range from 00010000 to 00011111 or 16 to 31 in decimal, and the 3rd and 4th octets can range from 0 - 255. Hence the entire range is from 172.16.0.0 to 172.31.255.255 Hope this makes sense, Jeff Original message: >Date: Thu, 29 Jul 1999 19:12:39 -0700 >From: Summoner >Subject: 172.16.0.0 private net question > >This isn't entirely FreeBSD related but I figure this would be one of >the few good places to ask. > >Is the 172.16.0.0 private network range 172.16.0.0 to 172.31.255.255, >or 172.0.0.0 to 172.16.255.255? The netmask is 255.240.0.0, a 12-bit >mask. So it makes sense, mathematically, to me, at least, that the IP >range would be 172.0 to 172.16. But RFC1918 says it's 172.16 to >172.31. Does the 172.16 net just have the 12th bit always on or >something? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message