Environment:
Linux X86 Server with Debian 9.3
kernel: Debian 4.9.65-3+deb9u1
smbclient: Version 4.5.12-Debian
cifs-utils: 2:6.7-1
Situation:
Backupserver (backuppc
) has to backup a Windows 10 Home client.
No domain
Alternative:
Cygwin/Rsync used for other Win7 Clients rejected because of manual work involved.
Prerequisites known already:
DNS entry for Win10Client: done, tested and working
DHCP entry for Win10Client: done, tested and working
SMB1 is unsecure so do not go the "easy way".
The smbclient supports SMB2/3 protocol so i should not have to set the smb1 registry hack to enable SMB1 from e.g.
How to check which SMB Version is enabled on Windows Server 2008 R2
Problems: I cannot mount the administrative or any other share, nor do I see them with smbtree -b -N
What I have tried:
I tried to use the non-administrative share (no
$
at the end)I renamed the administrative share from
C$
tomC$
ormC
.Added a test share in documents.
Added a test share in
C:\test
None of those are visible via smbtree
.
Directly connecting to the shares (or get a list of shares):
tested:
smbclient -U WIN10Username -L //CLIENT/
protocol negotiation failed: NT_STATUS_CONNECTION_RESET
smbclient -L //CLIENT/
protocol negotiation failed: NT_STATUS_CONNECTION_RESET
How do i get this working with either SMB2 or SMB3 protocol?