Im trying to transfer a file using samba. I started a smbserver and can not connect to it.
Command:
smbclient -L //ip address/temp
Error:
protocol negotiation failed: NT_STATUS_NOT_SUPPORTED
Im trying to transfer a file using samba. I started a smbserver and can not connect to it.
Command:
smbclient -L //ip address/temp
Error:
protocol negotiation failed: NT_STATUS_NOT_SUPPORTED
In last release of Kali there is an issue I encountered too. In order to get smbclientto work you need to edit the SMB configuration file. And then at least mine worked.
I'm using vi to I edit the config file as follows:
vi /etc/samba/smb.conf
You need to add the following settings under GLOBAL:
client min protocol = CORE
client max protocol = SMB3