inventory: haos has lan_ip 192.168.8.101
Discovered via ARP (MAC 02:E1:73:18:EA:49 from qm config). The Tailscale FQDN 'homeassistant' is fine for tailscale peers but unreachable from Netbird peers like republic. lan_ip works from both — Netbird routes 192.168.8.0/24 through hubris. zimaos (VM 100) remains without lan_ip because its IP wasn't in the hubris ARP table at audit time and we don't want a network scan. The zimaos service is still reachable via caddy at zimaos.hubris.network (verified in 'homelab status' SERVICE column). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@ os: linux
|
|||||||
role: home-automation
|
role: home-automation
|
||||||
host: hubris
|
host: hubris
|
||||||
pve_id: 108
|
pve_id: 108
|
||||||
|
lan_ip: 192.168.8.101
|
||||||
mesh:
|
mesh:
|
||||||
tailscale:
|
tailscale:
|
||||||
fqdn: homeassistant
|
fqdn: homeassistant
|
||||||
|
|||||||
@@ -317,6 +317,7 @@ hosts:
|
|||||||
host: hubris
|
host: hubris
|
||||||
os: linux
|
os: linux
|
||||||
role: home-automation
|
role: home-automation
|
||||||
|
lan_ip: 192.168.8.101
|
||||||
mesh:
|
mesh:
|
||||||
tailscale:
|
tailscale:
|
||||||
fqdn: homeassistant
|
fqdn: homeassistant
|
||||||
|
|||||||
Reference in New Issue
Block a user