My Ubuntu laptop and PC could not ping my windows machines until I installed winbind (sudo apt-get install winbind) and then added wins to the end of my hosts line in /etc/nsswitch.conf (sudo nano -w /etc/nsswitch.conf).
My hosts line read:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 wins
Comments
Post new comment