I'm attempting to map a SMB share on an Isilon server in windows 10. I have Ubuntu and Windows computers on the same network, can mount the SMB fine on the Ubuntu machine. But when trying windows with same credentials I get permission denied. When I do a capture in Wireshark my Windows client can connect to the SMB server and negotiate SMB version etc, but fails:
1141 7.886694 clientIP serverIP SMB2 636 Session Setup Request, NTLMSSP_AUTH, User: ClientMachineName\ClientCurrentUser
1142 7.888936 serverIP clientIP SMB2 151 Session Setup Response, Error: STATUS_LOGON_FAILURE
Trouble is I'm supplying a different credentials to SMB, tried using Windows Explorer UI and Powershell, but ClientMachineName\ClientCurrentUser is still sent. I've tried rebooting the client and also running net use * /delete to no effect.
What causes Windows to send the current user instead of supplied user to SMB? OR How can I fix this?