I just create a IoT VLAN, where there's some HomeKit accessories, but I can't access it when I'm connected on br-lan, my mainly LAN.
So I googled and I've seen I'd need to use avahi and enable-reflector=yes, so I did it, but even that, it doesn't work!
Actually, I can ping some LAN device using .local domain being connected on IoT VLAN, but I can't ping .local from a device inside of this VLAN.
So, it appear work LAN > VLAN, but not VLAN > LAN.
Just to test, I'm using the same firewall rules to LAN and VLAN, no success too.
[server]
#host-name=foo
#domain-name=local
use-ipv4=yes
use-ipv6=yes
check-response-ttl=no
use-iff-running=no
allow-interfaces=br-lan.99,br-lan,br-lan.30,br-lan.40
cache-entries-max=0
[publish]
publish-addresses=yes
publish-hinfo=yes
publish-workstation=no
publish-domain=yes
#disable-publishing=yes
#publish-dns-servers=192.168.1.1
#publish-resolv-conf-dns-servers=yes
[reflector]
enable-reflector=yes
reflect-ipv=no
[rlimits]
#rlimit-as=
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=30
rlimit-stack=4194304
rlimit-nproc=3
Anyone has any idea what's going on?