forked from leebaird/discover
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
190 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
CIDR Netmask Networks Usable IPs | ||
/1 128.0.0.0 128 A 2,147,483,646 | ||
/2 192.0.0.0 64 A 1,073,741,822 | ||
/3 224.0.0.0 32 A 536,870,910 | ||
/4 240.0.0.0 16 A 268,435,454 | ||
/5 248.0.0.0 8 A 134,217,726 | ||
/6 252.0.0.0 4 A 67,108,862 | ||
/7 254.0.0.0 2 A 33,554,430 | ||
/8 255.0.0.0 1 A 16,777,214 | ||
/9 255.128.0.0 128 B 8,388,606 | ||
/10 255.192.0.0 64 B 4,194,302 | ||
/11 255.224.0.0 32 B 2,097,150 | ||
/12 255.240.0.0 16 B 1,048,574 | ||
/13 255.248.0.0 8 B 524,286 | ||
/14 255.252.0.0 4 B 262,142 | ||
/15 255.254.0.0 2 B 131,070 | ||
/16 255.255.0.0 1 B 65,534 | ||
/17 255.255.128.0 128 C 32,766 | ||
/18 255.255.192.0 64 C 16,382 | ||
/19 255.255.224.0 32 C 8,190 | ||
/20 255.255.240.0 16 C 4,094 | ||
/21 255.255.248.0 8 C 2,046 | ||
/22 255.255.252.0 4 C 1,022 | ||
/23 255.255.254.0 2 C 510 | ||
/24 255.255.255.0 1 C 254 | ||
/25 255.255.255.128 1/2 C 126 | ||
/26 255.255.255.192 1/4 C 62 | ||
/27 255.255.255.224 1/8 C 30 | ||
/28 255.255.255.240 1/16 C 14 | ||
/29 255.255.255.248 1/32 C 6 | ||
/30 255.255.255.252 1/64 C 2 | ||
/31 255.255.255.254 1/128 C 2 | ||
/32 255.255.255.255 1/256 C 1 | ||
CIDR Netmask Networks Usable IPs | ||
/1 128.0.0.0 128 A 2,147,483,646 | ||
/2 192.0.0.0 64 A 1,073,741,822 | ||
/3 224.0.0.0 32 A 536,870,910 | ||
/4 240.0.0.0 16 A 268,435,454 | ||
/5 248.0.0.0 8 A 134,217,726 | ||
/6 252.0.0.0 4 A 67,108,862 | ||
/7 254.0.0.0 2 A 33,554,430 | ||
/8 255.0.0.0 1 A 16,777,214 | ||
/9 255.128.0.0 128 B 8,388,606 | ||
/10 255.192.0.0 64 B 4,194,302 | ||
/11 255.224.0.0 32 B 2,097,150 | ||
/12 255.240.0.0 16 B 1,048,574 | ||
/13 255.248.0.0 8 B 524,286 | ||
/14 255.252.0.0 4 B 262,142 | ||
/15 255.254.0.0 2 B 131,070 | ||
/16 255.255.0.0 1 B 65,534 | ||
/17 255.255.128.0 128 C 32,766 | ||
/18 255.255.192.0 64 C 16,382 | ||
/19 255.255.224.0 32 C 8,190 | ||
/20 255.255.240.0 16 C 4,094 | ||
/21 255.255.248.0 8 C 2,046 | ||
/22 255.255.252.0 4 C 1,022 | ||
/23 255.255.254.0 2 C 510 | ||
/24 255.255.255.0 1 C 254 | ||
/25 255.255.255.128 1/2 C 126 | ||
/26 255.255.255.192 1/4 C 62 | ||
/27 255.255.255.224 1/8 C 30 | ||
/28 255.255.255.240 1/16 C 14 | ||
/29 255.255.255.248 1/32 C 6 | ||
/30 255.255.255.252 1/64 C 2 | ||
/31 255.255.255.254 1 /128 C 2 | ||
/32 255.255.255.255 1 /256 C 1 | ||
|
||
Reserved Networks | ||
Class Start End Number of IPs Comment | ||
A 10.0.0.0 10.255.255.255 16,777,216 A single Class A | ||
B 172.16.0.0 172.31.255.255 1,048,544 16 contiguous Class Bs | ||
C 192.168.0.0 192.168.255.255 65,534 256 contiguous Class Cs | ||
Class Start End IPs Comment | ||
A 10.0.0.0 10.255.255.255 16,777,216 1 single Class A | ||
B 172.16.0.0 172.31.255.255 1,048,544 16 contiguous Class Bs | ||
C 192.168.0.0 192.168.255.255 65,534 256 contiguous Class Cs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters