Let me start with a little background info. I manage a computer lab with 85 workstations. I ocassionally use either RDP or VNC to do some maintenance. I have no problem doing this from windows, but I wanted my lonely Ubuntu workstation to be able to do the same thing. After about a week of research I am finally able to ping my windows workstations via their Netbios names. Woohoo!!All you have to do is:
edit /etc/nsswitch.conf
change the line that says
Quote:
hosts: files dns to this:
Quote:
hosts: files wins dns (order does matter)
finally, you need to install winbind
Code:sudo apt-get install winbindthat’s all that it took for me.
now ping <hostname> works great. And I can finally use the built-in terminal server client with hostnames instead of IP addresses.
@javiwwweb, you are magical.


#1 Selecting System>Administration>Time&Date OR at the CLI enter “time-admin”
#2 enter your password
#3 In the resulting configuration drop-down box select “Keep Synchronized w/Internet Servers” in lieu of “Manual”
#4 Press the install button to install the alternate /etc/ntp.conf download package.
#5 Confirm your NTP server by double-clicking the “Select Server” button. On Feisty the Ubuntu server is set by default and should be enough for the desktop.