Rss 2.0

« Restore Acer Arcade Deluxe and mbr | Main

Jul 13 2008

Samba timeout, how to resolve opendns problem

    Cat: Samba
  • italiano

If you use opends and your directory sharing don’t work correctly or you have problem

use this method to solve the problem:

sudo gedit /etc/samba/smb.conf

Find:

# What naming service and in what order should we use to resolve host names
# to IP addresses
;  name resolve order = lmhosts host wins bcast    <—- change this line to:
name resolve order = lmhosts bcast wins host

save and exit.

A this point restart you network service:

sudo /etc/init.d/networking restart

Tags: , , ,

Related posts

Comments