cheatsheets/cidr.md

19 lines
464 B
Markdown
Raw Permalink Normal View History

2017-02-20 10:25:13 +01:00
---
title: CIDR
category: Misc
2018-05-14 05:10:01 +02:00
updated: 2018-05-14
2017-02-20 10:25:13 +01:00
---
2018-05-14 05:10:01 +02:00
### CIDR ranges
2017-02-20 10:25:13 +01:00
| Range | First IP | Last IP |
| --- | --- | --- |
| **10.0.0.0/24** | 10.0.0.0 | 10.0.0.255 |
| **10.0.0.0/16** | 10.0.0.0 | 10.0.255.255 |
| **10.0.0.0/8** | 10.0.0.0 | 10.255.255.255 |
| **0.0.0.0/0** | (all) | (all) |
2018-05-14 05:10:01 +02:00
### Resources
2017-02-20 10:25:13 +01:00
2018-05-14 05:10:01 +02:00
- [CIDR range calculator](http://ipaddressguide.com/cidr#range) _(ipaddressguide.com)_