Archived
Merge pull request 'fix(pxe-boot): use current pxe-boot IP (.247) in dnsmasq until Stage 5 renumber' (#85) from fix/pxe-dnsmasq-port-conflict into main
Reviewed-on: #85
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
homeDomain = "sweet.home"; # base LAN domain for service subdomains (pve., docker.)
|
homeDomain = "sweet.home"; # base LAN domain for service subdomains (pve., docker.)
|
||||||
tailnetDomain = "tail13f623.ts.net"; # Tailscale MagicDNS suffix
|
tailnetDomain = "tail13f623.ts.net"; # Tailscale MagicDNS suffix
|
||||||
lanCidr = "192.168.2.0/24"; # LAN subnet
|
lanCidr = "192.168.2.0/24"; # LAN subnet
|
||||||
pxeServerIp = "192.168.2.223"; # pxe-boot host's LAN IP
|
pxeServerIp = "192.168.2.247"; # pxe-boot host's LAN IP (update to .223 when Stage 5 step 6 renumbers the CT)
|
||||||
pbsIp = "192.168.2.244"; # Proxmox Backup Server LAN IP
|
pbsIp = "192.168.2.244"; # Proxmox Backup Server LAN IP
|
||||||
domainControllerIp = "192.168.2.253"; # FreeIPA domain controller / primary DNS
|
domainControllerIp = "192.168.2.253"; # FreeIPA domain controller / primary DNS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user