.local domain message Ubuntu, Linux

02 August 2009 | Tips & Tricks | Tags:

I was getting a message when i connected to my wireless network that said I hade .local domain thats not recommended. To get this dissapere I just wrote this two command into the terminal and rebooted. After that it worked fine:

sudo sed -i -e'/AVAHI_DAEMON_DETECT_LOCAL/s/1/0/' /etc/default/avahi-daemon
sudo service avahi-daemon start

Did see it on: http://ubuntu-se.org/phpBB3/viewtopic.php?f=17&t=41977&hilit=dom%C3%A4n#p340853

Thanks!


4 Responses to “.local domain message Ubuntu, Linux”

Leave a Reply