Why does smbclient require NetBIOS name when windows doesn't?
Hi,
As I send a "net send" (using smbclient) message to various machines within the company WAN the only way of me finding out the NETBIOS name is to run a NETBIOS scan on that IP alone. Then parse the text and gather the NETBIOS information that way, so I can use it with the smbclient -M flag.
The command would look like this
echo blah | smbclient -M <netbios name destination> -I <IP address of destination>
Under windows you can send a NET SEND message just using the machines IP address, do you feel this is possible under Linux?
I'm slightly confused why smbclient requires the NETBIOS name.
Any thoughts?
Thanks
Last edited by amaze; 08-15-2003 at 05:54 AM.
|