-
All reserved subnets???
I'm looking for a complete list of all the reserved subnets. I know about
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
but I know there's many more than that. Could someone point me in the right direction or post what I'm looking for. Thanks all.
-
that's about it. i haven't seen any others.
-
I grabbed this from here:
http://lists.ethernal.org/cantlug-0205/msg00003.html
0.0.0.0/8 - Historical Broadcast addresses
127.0.0.0/8 - Localhost (Loopback)
192.0.2.0/24 - Testing and documentation
10.0.0.0/8 - Private Network addresses (RFC 1918)
172.16.0.0/12 - Private Network addresses (RFC 1918)
192.168.0.0/16 - Private Network addresses (RFC 1918)
169.254.0.0/16 - Auto configuration range for dhcp/rip.
192.88.99.0/24 - anycast routing (RFC 3068)
224.0.0.0/4 - Multicast addresses
240.0.0.0/4 - Reserved, unused.
The three RFC 1918 ones are the ones you'd use on a private network...
So it seems you are right about the reserved addresses for private networks
-
my bad.
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
these might be the most commonly known.
-
So may I ask why you want to know? Just sounds like an interesting question, but with no real direction for the answer? Unless you are just wondering what you can use for a private network?