Saturday, January 31, 2015

Resolving Local in Ubuntu by fixing Avahi service

http://smallbusiness.chron.com/resolving-local-ubuntu-38861.html

Open for edit:
sudo gedit /etc/avahi/avahi-daemon.conf

Uncomment and change the value:
BEFORE
#domain-name=local

AFTER
domain-name=.alocal

If this did not fix the issue, add this line at the end of the file:
AVAHI_DAEMON_DETECT_LOCAL=0 

Save the changes and exit. 

No comments: