mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
483 B
483 B
title, category, layout, updated
| title | category | layout | updated |
|---|---|---|---|
| CIDR | Misc | 2017/sheet | 2018-05-14 |
CIDR ranges
| 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) |
Resources
- CIDR range calculator (ipaddressguide.com)