nixos/home: Add wave AP DNS records, renumber vibe to .15
New Cudy AX3000 AP `wave` takes host `.14` on core (backup) and lo (primary); replaces the decommissioned AP of the same name. It's managed on `lo`, not `hi`, because its 2.5GbE (`mtk_eth_soc` eth0) caps at MTU 2026 and so can't join `hi`'s jumbo (9000) fabric — and `hi`/`lo` are both trusted client VLANs differing only by MTU. Renumber the MikroTik AP `vibe` from `.13` to `.15` and give it the same core/hi/lo records as `jim`/`dave` (was `hi`-only), matching its on-device reconfiguration. `vibe` stays on `hi` since it can do jumbo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -242,10 +242,14 @@ in
|
||||
shytzel IN A ${net.cidr.host 12 prefixes.core.v4}
|
||||
brian IN A ${net.cidr.host 13 prefixes.core.v4}
|
||||
|
||||
wave IN A ${net.cidr.host 12 prefixes.hi.v4}
|
||||
; wave IN AAAA ${net.cidr.host (65536+3) prefixes.hi.v6}
|
||||
vibe IN A ${net.cidr.host 13 prefixes.hi.v4}
|
||||
vibe IN AAAA ${net.cidr.host (65536+4) prefixes.hi.v6}
|
||||
vibe-core IN A ${net.cidr.host 15 prefixes.core.v4}
|
||||
vibe IN A ${net.cidr.host 15 prefixes.hi.v4}
|
||||
vibe IN AAAA ${net.cidr.host (65536+6) prefixes.hi.v6}
|
||||
vibe-lo IN A ${net.cidr.host 15 prefixes.lo.v4}
|
||||
vibe-lo IN AAAA ${net.cidr.host (65536+6) prefixes.lo.v6}
|
||||
wave-core IN A ${net.cidr.host 14 prefixes.core.v4}
|
||||
wave IN A ${net.cidr.host 14 prefixes.lo.v4}
|
||||
wave IN AAAA ${net.cidr.host (65536+5) prefixes.lo.v6}
|
||||
|
||||
ups IN A ${net.cidr.host 20 prefixes.lo.v4}
|
||||
palace-kvm IN A ${net.cidr.host 21 prefixes.lo.v4}
|
||||
|
||||
Reference in New Issue
Block a user