Hi,
I am trying to install HA on my OMV6 server. I first tried using docker, which worked pretty well except that without addons I cannot integrate my Eufy security cameras. So then I tried to install HAOS through KVM using this awesome guide. I start getting into troubles while setting up bridges using netplan. I’ve tried about a million configs but nothing worked. I either couldnt access HA webserver or I blocked my pihole, which runs in a docker on the same server and acts as my DNS and DHCP resulting in nothing working at all.
This is my netplan config i need to add the bridge to it:
network:
version: 2
ethernets:
enp1s0:
match:
macaddress: a8:a1:59:9e:49:71
addresses:
- 192.168.0.100/24
gateway4: 192.168.0.1
dhcp4: false
dhcp6: false
link-local: []
nameservers:
addresses:
- 8.8.8.8
How can I add a bridge to it to be able to access HA webserver on the KVM without blocking PiHole (which has IP 192.168.0.199)?
This is way out of my league so dont be too harsh please