I have my LAN setted up with SMB protocol and I can pretty much access all the shares from different OS Devices (Windows 10, DD-WRT NAS, Android), but I've got a problem when connecting the Debian Linux to the Windows 10 Shares.
The debian Linux is able to connect to the rest of the shares but Windows 10 ones is unable.
I'm running
smbclient -L //WINDOWSPC -U WindowsUser
which I get
do_connect: Connection to WINDOWSPC failed (Error NT_STATUS_HOST_UNREACHABLE)
I've heard it may be that Windows10 Only accept smb 3.0 and does not easily communicate with non domain machines.