networking - Issues with browsing local network 16.10 Ubuntu-Mate - Ask Ubuntu
i unable correctly browse local network. show can not drill down or connect.
i'm running 16.10, on previous version have been able browse nas. asked login , folders , files available if on pc. able browse windows shares. able see network printer , router @ least point of seeing these devices connected network. can connect ftp server on nas , can print network printer. can see or use stuff in caja.
this conflict local adresses well-known in linux world, , caused fact .local
domain reserved avahi demon , avahi interferes ms-like networks.
the simplest solution be:
open avahi configuration address
/etc/avahi/avahi-daemon.conf
uncomment line
#domain-name
in [server] section , set .alocal instead of .local:[server] domain-name=.alocal
restart avahi
sudo service avahi-daemon restart
flush dns cache
sudo /etc/init.d/nscd restart
Comments
Post a Comment