diedrichg
Wizard
- Joined
- Dec 4, 2012
- Messages
- 1,319
I have a fully operational Home Assistant OS in a VM using this technique
community.home-assistant.io
My issue is that Zeroconf traffic discovery isn't working. According to
www.home-assistant.io
I need to enable trustGuestRxFilters="yes" in the VM's network adapter settings
How do I go about that in TrueNAS Scale 22+?

Alternative way of running HassOS (full OS) on FreeNAS (without iocage or Docker)
While there is the possibility of installing Home Assistant on FreeNAS in iocage (or as a community plugin) or through Docker, FreeNAS also allows for the use of VMs. This guide is not about installing Home Assistant in FreeNAS or onto a Linux VM machine running on FreeNAS but burning a HassOS...


Zero-configuration networking (zeroconf)
Exposes Home Assistant using the Zeroconf protocol.
I need to enable trustGuestRxFilters="yes" in the VM's network adapter settings
Code:
<interface type="direct" trustGuestRxFilters="yes"> <mac address="xx:xx:xx:xx:xx:xx"/> <source dev="eno1" mode="bridge"/> <model type="virtio"/> <link state="up"/> <address type="pci" domain="0x0000" bus="0x01" slot="0x00" function="0x0"/> </interface>
How do I go about that in TrueNAS Scale 22+?