OSDN Git Service

Regular updates
[twpd/master.git] / cidr.md
1 ---
2 title: CIDR
3 category: Misc
4 layout: 2017/sheet
5 updated: 2018-05-14
6 ---
7
8 ### CIDR ranges
9
10 | Range           | First IP | Last IP        |
11 | ---             | ---      | ---            |
12 | **10.0.0.0/24** | 10.0.0.0 | 10.0.0.255     |
13 | **10.0.0.0/16** | 10.0.0.0 | 10.0.255.255   |
14 | **10.0.0.0/8**  | 10.0.0.0 | 10.255.255.255 |
15 | **0.0.0.0/0**   | (all)    | (all)          |
16
17 ### Resources
18
19 - [CIDR range calculator](http://ipaddressguide.com/cidr#range) _(ipaddressguide.com)_