The private address space specified in RFC 1918 is defined by the following three address blocks:
| Range |
Number |
Network |
|
| 10.0.0.0 – 10.255.255.255 |
16,777,216 |
10.0.0.0/8 (255.0.0.0) |
24 bits |
| 172.16.0.0 – 172.31.255.255 |
1,048,576 |
172.16.0.0/12 (255.240.0.0) |
20 bits |
| 192.168.0.0 – 192.168.255.255 |
65,536 |
192.168.0.0/16 (255.255.0.0) |
16 bits |
Useful links:
[Related posts]
IPv6 Configuration on Ubuntu LinuxWe have Ubuntu 8.10 Intrepid Ibex Server Edition, coming out to the network via PPP and working with the intranet IP through NAT. Task: to...
Transfer of static routes to DHCPWrite in the main section of the configuration file of DHCP server: option ms-classless-static-routes code 249 = array of unsigned integer 8; option rfc3442-classless-static-routes code...