Code: Select all
bash-2.05b# mount -t smbfs //archer/d$ /D
cli_negprot: SMB signing is mandatory and we have disabled it.
31782: protocol negotiation failed
SMB connection failedCode: Select all
bash-2.05b# mount -t smbfs //archer/d$ /D
cli_negprot: SMB signing is mandatory and we have disabled it.
31782: protocol negotiation failed
SMB connection failedCode: Select all
mount -t smbfs //archer/d /D
Yeah, this is what I gather to be the problem. I think the best solution would be disabling smb signing. We'll see if that works.nobspangle wrote:windows server 2003 requires smb signing. Not sure if this is supported by the kernel smbfs. Try using cifs instead
If you use samba you may also need
client use spnego = yes
in your smb.conf
Alternatively you can disable the security measure on the windows 2003 box
