Edit /etc/nsswitch.conf and modify the line that shows something about hosts:
~ts
Install winbind:hosts: files wins mdns4_minimal [NOTFOUND=return] dns mdns4
For system with more than one network and with WINS server up and running, edit /etc/samba/smb.conf, like:sudo aptitude install winbind
wins server = [ip_of_wins_server_here] name resolve order = lmhosts host wins bcast wins proxy = yes
~ts
Comments