Chuckles67
Regular Contributor
Asus AC-66U_B1 flashed with Merlin 386.2_2
I'm trying services (printer, Mac share, smb; all on a different subnet than the router's IP pool) with the stock Merlin Avahi daemon by creating .service files in the /tmp/avahi/services folder.
After restarting the avahi daemon with
the router System Log shows avahi tries to create the services:
For each service the indicated failure is an Invalid host name for which I have specified the IP addresses in the specific .service XML files.
Each IP address is "pingable" from the router ssh command line, and I can connect the smb services using Finder > Connect to Server on a Mac computer so these are connectable IP addresses even though they are on a different subnet. The subnet for the SMB services is on another Merlin enabled router with OVPN Server connected through OVPN client on this AC66U_B1 router and, apart from Bonjour discovery not working, the connections work as expected (devices on subnet offer web GUI login, smb connections in finder, Plex media servers).
Any suggestions for Avahi service configuration error message "Invalid host name" - are user specified services not supported? Is using IP address in the <host-name>192.168.xxx.xxx</host-name> field incorrect?
I'm trying services (printer, Mac share, smb; all on a different subnet than the router's IP pool) with the stock Merlin Avahi daemon by creating .service files in the /tmp/avahi/services folder.
After restarting the avahi daemon with
Code:
service restart_mdns
Code:
Apr 24 08:09:36 avahi-daemon[16166]: Server startup complete. Host name is RT-AC66U_B1-8300.local. Local service cookie is 2487634299.
Apr 24 08:09:36 avahi-daemon[16166]: Failed to add service 'Printer on RT-AC66U_B1-8300' of type '_ipp._tcp', ignoring service group (/tmp/avahi/services/printer.service): Invalid host name
Apr 24 08:09:36 avahi-daemon[16166]: Failed to add service 'MacMini Share' of type '_afpovertcp._tcp', ignoring service group (/tmp/avahi/services/macmini-share.service): Invalid host name
Apr 24 08:09:36 avahi-daemon[16166]: Failed to add service 'NAS EX2' of type '_smb._tcp', ignoring service group (/tmp/avahi/services/ex2.service): Invalid host name
Apr 24 08:09:36 avahi-daemon[16166]: Alias name "RT-AC66U_B1" successfully established.
Each IP address is "pingable" from the router ssh command line, and I can connect the smb services using Finder > Connect to Server on a Mac computer so these are connectable IP addresses even though they are on a different subnet. The subnet for the SMB services is on another Merlin enabled router with OVPN Server connected through OVPN client on this AC66U_B1 router and, apart from Bonjour discovery not working, the connections work as expected (devices on subnet offer web GUI login, smb connections in finder, Plex media servers).
Any suggestions for Avahi service configuration error message "Invalid host name" - are user specified services not supported? Is using IP address in the <host-name>192.168.xxx.xxx</host-name> field incorrect?