06-28-2018, 07:28 AM
Hi,
there is a difference; $smbclient -L 192.168.1.72 -U winusername gives:
and if i set min/max protocol to SMB2/3 in smb.conf, this gives:
regards
there is a difference; $smbclient -L 192.168.1.72 -U winusername gives:
Code:
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Administration �� distance
C$ Disk Partage par d��faut
Documents publics Disk
IPC$ IPC IPC distant
Logiciels Disk
Users Disk
Reconnecting with SMB1 for workgroup listing.
Connection to 192.168.1.72 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup available
and if i set min/max protocol to SMB2/3 in smb.conf, this gives:
Code:
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Administration �� distance
C$ Disk Partage par d��faut
Documents publics Disk
IPC$ IPC IPC distant
Logiciels Disk
Users Disk
SMB1 disabled -- no workgroup available
regards