Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

There's a Windows machine called SUSAN on my network. From a Windows VM on my Linux box I can simply:

C:\>ping susan

I've followed this guide (and looked at several other similar ones) for resolving NETBIOS names from my Linux box itself.

I installed samba and samba-winbind. I edited this hosts line in /etc/nsswitch.conf from:

hosts:      files mdns4_minimal [NOTFOUND=return] dns myhostname

to

hosts:      files wins mdns4_minimal [NOTFOUND=return] dns myhostname

Apparently I should now be able to ping SUSAN by her name (I can already ping her by her IP). But I'm getting:

user@localhost:~ $ ping susan
ping: unknown host susan
share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.