Two local networks on two routers are connected via OpenVPN.
The routers have files "/jffs/configs/avahi-daemon.conf.add" with the following settings:
After rebooting (service restart_mdns) I see new parameters in "/tmp/avahi/avahi-daemon.conf"
Then I add network permissions on the routers:
But this didn't help me with mDNS forwarding to another local network.
What needs to be done to make mDNS used in different subnets connected via OpenVPN?
The routers have files "/jffs/configs/avahi-daemon.conf.add" with the following settings:
Code:
[publish]
publish-addresses=yes
publish-hinfo=yes
publish-workstation=yes
publish-domain=yes
[reflector]
enable-reflector=yes
After rebooting (service restart_mdns) I see new parameters in "/tmp/avahi/avahi-daemon.conf"
Then I add network permissions on the routers:
Code:
iptables -I FORWARD -i br0 -o tun+ -j ACCEPT
iptables -I INPUT -i tun+ -p udp --dport 5353 -j ACCEPT
But this didn't help me with mDNS forwarding to another local network.
What needs to be done to make mDNS used in different subnets connected via OpenVPN?