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.

http://imgur.com/a/oxosv

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:

  1. open avahi configuration address

    /etc/avahi/avahi-daemon.conf 
  2. uncomment line #domain-name in [server] section , set .alocal instead of .local:

    [server] domain-name=.alocal 
  3. restart avahi

    sudo service avahi-daemon restart 
  4. flush dns cache

    sudo /etc/init.d/nscd restart 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User