Hi, I just did a fresh install of HA supervisor on Mac Os with VMware Fusion. I am able to access HA from the host machine, but from no other device on my home wifi network. I believe this is because the network config of the VM is NAT. I tried to use Bridged mode, but HA refuses to connect to the internet. I am able access internet in the guest os in the Bridged mode, but HA doesnt seem to like that mode.
I think the problem is that docker always using 172.x.x.x ip address as opposed to 192.x.x.x. I tried to change docker network config, but in the process i totally messed up my HA installation.
docker:
address: 172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: true
interfaces:
- connected: true
enabled: true
interface: ens160
ipv4:
address:
- 192.168.5.169/22
gateway: 192.168.4.1
method: auto
nameservers:
- 192.168.1.254
ready: true
ipv6:
address:
- fdf8:c1f4:e404:1:5ae6:1853:4166:2eae/64
- fdf8:c1f4:e404:1:20c:29ff:fe92:7b5e/64
- 2600:1700:e901:352f:f737:5539:701b:f087/64
- 2600:1700:e901:352f:20c:29ff:fe92:7b5e/64
- fda8:9133:50fb:834f:1b6d:e45a:5db4:6f34/64
- fda8:9133:50fb:834f:20c:29ff:fe92:7b5e/64
- fdf8:c1f4:e404:1:4b:197:a09d:3b71/64
- 2600:1700:e901:352f:14c8:b666:7a3c:f1a/64
- fe80::20c:29ff:fe92:7b5e/64
gateway: fe80::fe3f:a6ff:fecf:c9f2
method: auto
nameservers:
- 2600:1700:e901:3520::1
ready: true
mac: 00:0C:29:92:7B:5E
primary: true
type: ethernet
vlan: null
wifi: null
supervisor_internet: true
Please advise. Much appreciate your help!