> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/hacking-tools/calculators/subnetting-calculator.md).

# Subnetting-Rechner

Suche nach einem CIDR-Präfix wie `/24`, `/27`oder `/30` um die Subnetzmaske, Wildcard-Maske, Anzahl der Adressen, Größe des nutzbaren Host-Bereichs und die Blockgröße zu erhalten.

## CIDR-Finder

<table data-view="cards" data-full-width="true" data-search="true"><thead><tr><th>CIDR</th><th>Subnetzmaske</th><th>Wildcard</th><th>Gesamtanzahl der IPs</th><th>Nutzbare Hosts</th><th>Blockgröße</th><th>Typische Verwendung</th></tr></thead><tbody><tr><td><code>/0</code></td><td>0.0.0.0</td><td>255.255.255.255</td><td>4,294,967,296</td><td>4,294,967,294</td><td>256 im 1. Oktett</td><td>Standardroute</td></tr><tr><td><code>/8</code></td><td>255.0.0.0</td><td>0.255.255.255</td><td>16,777,216</td><td>16,777,214</td><td>1 im 1. Oktett</td><td>Sehr großes Netzwerk</td></tr><tr><td><code>/9</code></td><td>255.128.0.0</td><td>0.127.255.255</td><td>8,388,608</td><td>8,388,606</td><td>128 im 2. Oktett</td><td>Große Aufteilung</td></tr><tr><td><code>/10</code></td><td>255.192.0.0</td><td>0.63.255.255</td><td>4,194,304</td><td>4,194,302</td><td>64 im 2. Oktett</td><td>Große Aufteilung</td></tr><tr><td><code>/11</code></td><td>255.224.0.0</td><td>0.31.255.255</td><td>2,097,152</td><td>2,097,150</td><td>32 im 2. Oktett</td><td>Große Aufteilung</td></tr><tr><td><code>/12</code></td><td>255.240.0.0</td><td>0.15.255.255</td><td>1,048,576</td><td>1,048,574</td><td>16 im 2. Oktett</td><td>RFC1918 172.16.0.0/12</td></tr><tr><td><code>/13</code></td><td>255.248.0.0</td><td>0.7.255.255</td><td>524,288</td><td>524,286</td><td>8 im 2. Oktett</td><td>Großunternehmen</td></tr><tr><td><code>/14</code></td><td>255.252.0.0</td><td>0.3.255.255</td><td>262,144</td><td>262,142</td><td>4 im 2. Oktett</td><td>Großunternehmen</td></tr><tr><td><code>/15</code></td><td>255.254.0.0</td><td>0.1.255.255</td><td>131,072</td><td>131,070</td><td>2 im 2. Oktett</td><td>Großunternehmen</td></tr><tr><td><code>/16</code></td><td>255.255.0.0</td><td>0.0.255.255</td><td>65,536</td><td>65,534</td><td>1 im 2. Oktett</td><td>Großes LAN</td></tr><tr><td><code>/17</code></td><td>255.255.128.0</td><td>0.0.127.255</td><td>32,768</td><td>32,766</td><td>128 im 3. Oktett</td><td>Großer VLAN-Block</td></tr><tr><td><code>/18</code></td><td>255.255.192.0</td><td>0.0.63.255</td><td>16,384</td><td>16,382</td><td>64 im 3. Oktett</td><td>Großer VLAN-Block</td></tr><tr><td><code>/19</code></td><td>255.255.224.0</td><td>0.0.31.255</td><td>8,192</td><td>8,190</td><td>32 im 3. Oktett</td><td>Großer VLAN-Block</td></tr><tr><td><code>/20</code></td><td>255.255.240.0</td><td>0.0.15.255</td><td>4,096</td><td>4,094</td><td>16 im 3. Oktett</td><td>Mittleres Netzwerk</td></tr><tr><td><code>/21</code></td><td>255.255.248.0</td><td>0.0.7.255</td><td>2,048</td><td>2,046</td><td>8 im 3. Oktett</td><td>Mittleres Netzwerk</td></tr><tr><td><code>/22</code></td><td>255.255.252.0</td><td>0.0.3.255</td><td>1,024</td><td>1,022</td><td>4 im 3. Oktett</td><td>Mittleres Netzwerk</td></tr><tr><td><code>/23</code></td><td>255.255.254.0</td><td>0.0.1.255</td><td>512</td><td>510</td><td>2 im 3. Oktett</td><td>Zwei /24-Netzwerke</td></tr><tr><td><code>/24</code></td><td>255.255.255.0</td><td>0.0.0.255</td><td>256</td><td>254</td><td>1 im 3. Oktett</td><td>Häufiges LAN</td></tr><tr><td><code>/25</code></td><td>255.255.255.128</td><td>0.0.0.127</td><td>128</td><td>126</td><td>128 im 4. Oktett</td><td>Halbes /24</td></tr><tr><td><code>/26</code></td><td>255.255.255.192</td><td>0.0.0.63</td><td>64</td><td>62</td><td>64 im 4. Oktett</td><td>Kleines VLAN</td></tr><tr><td><code>/27</code></td><td>255.255.255.224</td><td>0.0.0.31</td><td>32</td><td>30</td><td>32 im 4. Oktett</td><td>Kleines Subnetz</td></tr><tr><td><code>/28</code></td><td>255.255.255.240</td><td>0.0.0.15</td><td>16</td><td>14</td><td>16 im 4. Oktett</td><td>Winziges Subnetz</td></tr><tr><td><code>/29</code></td><td>255.255.255.248</td><td>0.0.0.7</td><td>8</td><td>6</td><td>8 im 4. Oktett</td><td>Kleines geroutetes Segment</td></tr><tr><td><code>/30</code></td><td>255.255.255.252</td><td>0.0.0.3</td><td>4</td><td>2</td><td>4 im 4. Oktett</td><td>Punkt-zu-Punkt</td></tr><tr><td><code>/31</code></td><td>255.255.255.254</td><td>0.0.0.1</td><td>2</td><td>2 für Punkt-zu-Punkt</td><td>2 im 4. Oktett</td><td>Punkt-zu-Punkt-Verbindung</td></tr><tr><td><code>/32</code></td><td>255.255.255.255</td><td>0.0.0.0</td><td>1</td><td>1-Host-Route</td><td>1 IP</td><td>Einzelner Host</td></tr></tbody></table>

## Manuelle Berechnung

| Schritt              | Formel                                                  |
| -------------------- | ------------------------------------------------------- |
| Gesamtanzahl der IPs | `2^(32 - CIDR)`                                         |
| Nutzbare Hosts       | `Gesamt - 2`, außer `/31` und `/32` Sonderfälle         |
| Blockgröße           | `256 - interessantes Masken-Oktett`                     |
| Netzwerkadresse      | Runde das interessante Oktett auf den nächsten Block ab |
| Broadcast-Adresse    | Nächstes Netzwerk minus 1                               |
| Erster Host          | Netzwerkadresse plus 1                                  |
| Letzter Host         | Broadcast-Adresse minus 1                               |

## Ausgerechnete Beispiele

<table data-view="cards" data-full-width="true" data-search="true"><thead><tr><th>IP/CIDR</th><th>Netzwerk</th><th>Erster Host</th><th>Letzter Host</th><th>Broadcast</th><th>Notizen</th></tr></thead><tbody><tr><td><code>192.168.1.37/27</code></td><td>192.168.1.32</td><td>192.168.1.33</td><td>192.168.1.62</td><td>192.168.1.63</td><td>/27-Blöcke erhöhen sich um 32.</td></tr><tr><td><code>10.10.10.10/30</code></td><td>10.10.10.8</td><td>10.10.10.9</td><td>10.10.10.10</td><td>10.10.10.11</td><td>/30-Blöcke erhöhen sich um 4.</td></tr><tr><td><code>172.16.44.201/26</code></td><td>172.16.44.192</td><td>172.16.44.193</td><td>172.16.44.254</td><td>172.16.44.255</td><td>/26-Blöcke erhöhen sich um 64.</td></tr><tr><td><code>192.168.56.90/28</code></td><td>192.168.56.80</td><td>192.168.56.81</td><td>192.168.56.94</td><td>192.168.56.95</td><td>/28-Blöcke erhöhen sich um 16.</td></tr></tbody></table>

## Nützliche Bereiche

| Bereich                       | CIDR             | Verwenden Sie     |
| ----------------------------- | ---------------- | ----------------- |
| 10.0.0.0 - 10.255.255.255     | `10.0.0.0/8`     | Privates Netzwerk |
| 172.16.0.0 - 172.31.255.255   | `172.16.0.0/12`  | Privates Netzwerk |
| 192.168.0.0 - 192.168.255.255 | `192.168.0.0/16` | Privates Netzwerk |
| 127.0.0.0 - 127.255.255.255   | `127.0.0.0/8`    | Loopback          |
| 169.254.0.0 - 169.254.255.255 | `169.254.0.0/16` | Link-lokal        |
| 224.0.0.0 - 239.255.255.255   | `224.0.0.0/4`    | Multicast         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/de/hacking-tools/calculators/subnetting-calculator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
