Hi guys, I’m struggling installing HA supervised on my new server build (I already had another instance before).
I’m running Debian 12 on an Intel n100 system with OpenMediaVault installed.
Docker version 25.0.1, build 29cf629.
It seems that installing HA following the official supervised install guide brings me to a non optimal situation.
Everything seems to work ok, but if I go to Settings>System>Network I see this:
(Note that under Configure Network Interfaces I get nothing)
And if I check via console I get this:
root@homeassistant:~# ha net info
docker:
address: 172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: true
interfaces: []
supervisor_internet: true
root@homeassistant:~# ha dns info
fallback: true
host: 172.30.32.3
llmnr: true
locals: []
mdns: false
servers: []
update_available: false
version: 2023.06.2
version_latest: 2023.06.2
root@homeassistant:~# ha resolution info
checks:
- enabled: true
slug: dns_server
- enabled: true
slug: backups
- enabled: true
slug: docker_config
- enabled: true
slug: free_space
- enabled: true
slug: multiple_data_disks
- enabled: true
slug: addon_pwned
- enabled: true
slug: core_security
- enabled: true
slug: network_interface_ipv4
- enabled: true
slug: dns_server_ipv6
- enabled: true
slug: supervisor_trust
issues:
- context: system
reference: null
type: no_current_backup
uuid: 618fa566ed4a4591b1aad8214c9b79fd
suggestions:
- auto: false
context: system
reference: null
type: create_full_backup
uuid: 221c5ae025c949edb6549334084637d6
unhealthy: []
unsupported:
- job_conditions
- network_manager
It’s like HA is not assigned any network interface. This is a problem, for example, with AdGuardHome, CloudFlare, or VaultWarden, because they won’t get an IP address assigned, and thus won’t work correctly.
I already tried to run the installer script again, but with no luck.
The system itself has internet access, and can I can ping www.google.com with no problems.
Do you have any advice? Thank you!