22 lines
854 B
Plaintext
22 lines
854 B
Plaintext
|
|
# Lab network simulation — VLAN map.
|
||
|
|
#
|
||
|
|
# Mirrors the real UniFi topology (same VLAN IDs, same roles) but with
|
||
|
|
# deliberately DIFFERENT IP ranges so nothing here can collide with, or be
|
||
|
|
# confused for, production. The sim subnet always encodes the VLAN id:
|
||
|
|
#
|
||
|
|
# 172.31.<vlan-id>.0/24
|
||
|
|
#
|
||
|
|
# Per-subnet address plan (same shape on every VLAN):
|
||
|
|
# .1 gateway under test (VyOS/router VM — not created by default)
|
||
|
|
# .2 host bridge (how you SSH in from this workstation)
|
||
|
|
# .10 the micro VM for this VLAN
|
||
|
|
# .254 VRRP VIP (reserved, mirrors production)
|
||
|
|
#
|
||
|
|
# Format: vlan_id:name:sim_subnet_prefix:real_subnet(for reference)
|
||
|
|
1:management:172.31.1:192.168.1.0/24
|
||
|
|
2:k8s:172.31.2:192.168.8.0/23
|
||
|
|
3:kvm:172.31.3:192.168.3.0/24
|
||
|
|
9:private:172.31.9:10.0.9.0/23
|
||
|
|
10:lot:172.31.10:10.0.0.0/23
|
||
|
|
200:roomates:172.31.200:192.168.2.0/24
|