Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 1998 18:07:51 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@coe.ufrj.br>
To:        x5gb7uk9@wna-linknet.com
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: home network
Message-ID:  <199805102107.SAA04000@roma.coe.ufrj.br>
In-Reply-To: <35560D1F.40F8@wna-linknet.com> from "Arnold J. Rimmer" at "May 10, 98 03:25:03 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Arnold J. Rimmer)
// ed0: flags=8843 <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
// 	inet 192.168.1.2  netmask 0xff000000 broadcast 192.168.1.255
// 	ether 00:00:c0:0f:62:9b

Hey, your netmask is wrong !

If you need the equivalent of a class A address, use net 10.0.0.0

Quoted from RFC1918:

3. Private Address Space

   The Internet Assigned Numbers Authority (IANA) has reserved the
   following three blocks of the IP address space for private internets:

     10.0.0.0        -   10.255.255.255  (10/8 prefix)
     172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
     192.168.0.0     -   192.168.255.255 (192.168/16 prefix)

   We will refer to the first block as "24-bit block", the second as
   "20-bit block", and to the third as "16-bit" block. Note that (in
   pre-CIDR notation) the first block is nothing but a single class A
   network number, while the second block is a set of 16 contiguous
   class B network numbers, and third block is a set of 256 contiguous
   class C network numbers.

					Jonny

--
Joao Carlos Mendes Luis			jonny@gta.ufrj.br
+55 21 290-4698 ( Job )			jonny@coppe.ufrj.br
M.Sc. Student				Electrical Engineering
Universidade Federal do Rio de Janeiro

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805102107.SAA04000>