Home Assistant OS - Zeroconf not working

diedrichg

Wizard
Joined
Dec 4, 2012
Messages
1,319
I have a fully operational Home Assistant OS in a VM using this technique
My issue is that Zeroconf traffic discovery isn't working. According to

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+?
 

tprelog

Patron
Joined
Mar 2, 2016
Messages
297
Not sure if this is what you're looking for... Under Devices -> Edit NIC

1671300848931.png




Another option (far as I can tell works) is to get this working by just adding a bridge. I followed this post to add the bridge to my Home Assistant VM

 

diedrichg

Wizard
Joined
Dec 4, 2012
Messages
1,319
Top