Hi,
I’m trying to get mDNS/Chromecast discovery working across two LANs on an ASUS RT-BE88U running ASUSWRT-Merlin (3006.102.5).
The goal is:
Then I set up Avahi reflector by creating /jffs/configs/avahi-daemon.conf.add with below code
In logs now I can observer
Despite the steps I’ve taken, from the 192.168.8.1 network I still can’t see the Chromecast device that’s on the 192.168.52.1 network.
Do you have any ideas on what else I need to do?
I’m trying to get mDNS/Chromecast discovery working across two LANs on an ASUS RT-BE88U running ASUSWRT-Merlin (3006.102.5).
The goal is:
- LAN (br0) → 192.168.8.0 - main network
- IoT isolated VLAN (br56) → 192.168.52.0
Then I set up Avahi reflector by creating /jffs/configs/avahi-daemon.conf.add with below code
Code:
[server]
allow-interfaces=br0,br56
[reflector]
enable-reflector=yes
In logs now I can observer
Code:
Jan 1 01:01:07 custom_config: Appending content of /jffs/configs/avahi-daemon.conf.add.
Jan 1 01:01:07 Let's_Encrypt: Err, internet disconnected.
Jan 1 01:01:07 avahi-daemon[3810]: Found user 'nobody' (UID 65534) and group 'nobody' (GID 65534).
Jan 1 01:01:07 avahi-daemon[3810]: Successfully dropped root privileges.
Jan 1 01:01:07 avahi-daemon[3810]: avahi-daemon 0.8 starting up.
Jan 1 01:01:07 avahi-daemon[3810]: Loading service file /tmp/avahi/services/alexa.service.
Jan 1 01:01:07 avahi-daemon[3810]: Loading new alias name RT-BE88U.
Jan 1 01:01:07 avahi-daemon[3810]: Joining mDNS multicast group on interface br56.IPv4 with address 192.168.52.1.
Jan 1 01:01:07 avahi-daemon[3810]: New relevant interface br56.IPv4 for mDNS.
Jan 1 01:01:07 avahi-daemon[3810]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.8.7.
Jan 1 01:01:07 avahi-daemon[3810]: New relevant interface br0.IPv4 for mDNS.
Jan 1 01:01:07 avahi-daemon[3810]: Network interface enumeration completed.
Jan 1 01:01:07 avahi-daemon[3810]: Registering new address record for 192.168.52.1 on br56.IPv4.
Jan 1 01:01:07 avahi-daemon[3810]: Registering new address record for 192.168.8.7 on br0.IPv4.
Despite the steps I’ve taken, from the 192.168.8.1 network I still can’t see the Chromecast device that’s on the 192.168.52.1 network.
Do you have any ideas on what else I need to do?
