Addressing
The Fios G1100 will maintain it's default address range (192.168.1.0/24) I set a custom DHCP range from 150-250. The router behind it will be assigned a static address.
The network behind the router will be divided into multiple VLANs. I'll use class A private range 10.x.x.x and match the third octet to the VLAN ID to make association easy. I left gaps between networks to allow related nets (like one for my vintage machines).
| VLAN Name | VLAN ID | Network | Purpose |
|---|---|---|---|
| mgmt | 3 | 10.0.3.0/24 | Management |
| service | 5 | 10.0.5.0/24 | Services/Routing |
| family | 10 | 10.0.10.0/24 | Family |
| mine | 20 | 10.0.20.0/24 | My machines |
| vintage | 21 | 10.0.21.0/24 | My Vintage machines |
| kids_games | 30 | 10.0.30.0/24 | Kids/Gaming devices |
| guest | 40 | 10.0.40.0/24 | Guest |
| Hostname | Device | Location | IP |
|---|---|---|---|
| mtk_router | hAP ac2 | Loft | 10.0.3.1 |
| 10.0.5.1 | |||
| mtk_crs125 | CRS125-24G | My Room | 10.0.3.2 |
| 10.0.5.2 | |||
| mtk_family | hAP ac2 | Family Room | 10.0.3.3 |
| 10.0.5.3 | |||
| mtk_cap_ac | cAP ac | My Room | 10.0.3.4 |
| astaroth | NanoPi NEO | My Room | 10.0.3.10 |
| 10.0.5.10 | |||
| barbatos | NanoPi NEO | Family Room | 10.0.3.11 |
| 10.0.5.11 |