Jul 13 2008
Samba timeout, how to resolve opendns problem
If you use opends and your directory sharing don’t work correctly or you have timeout 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: opendns, Samba, tempo scaduto sul server, timeout

