1827452 Members
4806 Online
109965 Solutions
New Discussion

Re: smbclient

 
SOLVED
Go to solution
Rumen Ginev
Frequent Advisor

smbclient

Hi,

I can't do very simple with smbclient:
With given IP address how could be found the NetBIOS name of a host.

Under Windows this is possible with:
nbtstat -A ip_adress

Thanks,
Rumen
2 REPLIES 2
A.E.Smit
New Member
Solution

Re: smbclient

Hoi,

Try using nmblookup -A
this should work.

:-)
Allan Smit
Kodjo Agbenu
Honored Contributor

Re: smbclient

Hello Rumen,

Try "nmblookup -A IP"

Generally, samba features are well documented. Depending on your Linux distribution, you can find the general documentation in /usr/share/doc/packages/samba/htmldocs, or /usr/share/doc/samba/... or /usr/doc/samba/...

To begin with "simple" samba client features, try to read the following manpages :

man nmblookup
man smbclient
man smbmount

Good luck

Kodjo


P.S. Do not hesitate to give a rating to this answer.
Learn and explain...