Archived
docs(network): establish IP addressing scheme and update infra IPs
Defines the new structured 192.168.2.0/24 layout: - .10–.59 client DHCP (router-assigned, DNS → .253) - .220–.229 virtual nodes (VMs / LXC containers) - .230–.239 expansion buffer - .240–.249 physical nodes (pve1 at .245, PBS at .244) - .250–.253 network services (router .254, FreeIPA/DC .253) Storage network 192.168.4.0/29 defined for HA DRBD replication (internal vmbr1 bridge, no uplink). Host octet matches LAN throughout. Updates variables.nix: pxeServerIp .247→.223, pbsIp .108→.244, adds domainControllerIp .253. Updates pxe-boot.md IP references. Full migration before/after table in docs/ip-addressing.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -4,8 +4,9 @@
|
||||
homeDomain = "sweet.home"; # base LAN domain for service subdomains (pve., docker.)
|
||||
tailnetDomain = "tail13f623.ts.net"; # Tailscale MagicDNS suffix
|
||||
lanCidr = "192.168.2.0/24"; # LAN subnet
|
||||
pxeServerIp = "192.168.2.247"; # pxe-boot host's LAN IP
|
||||
pbsIp = "192.168.2.108"; # Proxmox Backup Server LAN IP
|
||||
pxeServerIp = "192.168.2.223"; # pxe-boot host's LAN IP
|
||||
pbsIp = "192.168.2.244"; # Proxmox Backup Server LAN IP
|
||||
domainControllerIp = "192.168.2.253"; # FreeIPA domain controller / primary DNS
|
||||
|
||||
# Cross-host references (LAN hostnames/users other hosts reach over the network)
|
||||
nixCacheHost = "nix-cache"; # substituter/remote-builder hostname
|
||||
|
||||
Reference in New Issue
Block a user