Hi there!
My setup:
Home Assistant is not working properly because multicast packages are not being received. I have tested Home Assistant on another machine (out of VirtualBox) and it does work well (multicast works).
So I'm guessing my static IP setup could be the culprit:
/etc/network/interfaces:
Any ideas? Thanks!
My setup:
- Host: Win7, running VirtualBox 5.1.30
- Guest: Ubuntu Server 16.04, bridged adapter
- Software: running Home Assistant on Ubuntu
Home Assistant is not working properly because multicast packages are not being received. I have tested Home Assistant on another machine (out of VirtualBox) and it does work well (multicast works).
So I'm guessing my static IP setup could be the culprit:
/etc/network/interfaces:
HTML Code:
auto enp0s3
iface enp0s3 inet static
address 192.168.1.158
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.4.4 8.8.8.8