Hi, I´m using the vhclient on Debian Linux, now I have a lot of mdns errors in syslog:
-------
Sep 26 09:58:14 webserver : mDNS_AddDNSServer: DNS server limit of 64 reached, not adding this server
Sep 26 09:58:14 webserver : mDNS_AddDNSServer: DNS server limit of 64 reached, not adding this server
Sep 26 09:58:44 webserver : mDNS_AddDNSServer: DNS server limit of 64 reached, not adding this server
------
I think they are caused by vhclient, can you tell me how to avoid them?
.
Try this:
Stop and exit the server process
edit the server config.ini and add the line
UseAVAHIServiceFile=1
then save and restart the server
Thanks, that solved my issue!
Thanks, that solved my issue!