documentation: fix IPAM typo for client v4 space

This commit is contained in:
Gregor Michels 2022-08-21 22:23:30 +02:00
parent f240192bab
commit dc5be9eacf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Networks:
| Name | VLAN | v4 Space | v6 Space | Description |
| ---------- | ---- | ----------------- | -------- | --------------------------------------------------------------------- |
| `mgmt` | 1 | `10.84.1.0/24` | / | default network which is used for administrative and monitoring tasks |
| `clients` | 2 | `10.84.2.0/22` | / | this is where the wifi clients live |
| `clients` | 2 | `10.84.4.0/22` | / | this is where the wifi clients live |
| `wan` | 3 | `192.168.0.0/24` | / | created by the gigacube. wan for our gateway |
| `backbone` | / | `10.84.254.0/30` | / | tunnel network between `gw-core01` and `eae-adp-jump01` |