Displaying 3 results from an estimated 3 matches for "smbserverconfiguration".
2019 Jan 07
3
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
Hello everyone,
I'm trying to mount a CIFS share served by Windows 10 Samba with encryption.
On the Windows server side, I made a regular share and told Windows via
Powershell command
Set-SmbServerConfiguration -EncryptData 1
to encrypt the data if possible, and via
Set-SmbServerConfiguration -RejectUnencryptedAccess 1
to reject unencrypted connections instead of negotiating an unencrypted
connection.
I then proceed to connect on Linux client side via
mount -t cifs //192.168.1.176/Share /mnt -o username=...
2019 Jan 07
0
Fwd: mounting a windows share on a linux client using mount.cifs with encryption
...e second attempt.
Am 07.01.19 um 15:58 schrieb René Bräuer via samba:
> Hello everyone,
>
> I'm trying to mount a CIFS share served by Windows 10 Samba with encryption.
>
> On the Windows server side, I made a regular share and told Windows via
> Powershell command
> Set-SmbServerConfiguration -EncryptData 1
> to encrypt the data if possible, and via
> Set-SmbServerConfiguration -RejectUnencryptedAccess 1
> to reject unencrypted connections instead of negotiating an unencrypted
> connection.
>
> I then proceed to connect on Linux client side via
> mount -t cifs //19...
2014 Jan 16
1
Joining Windows Server 2012 to a Samba 3.5 or 3.6 domain
...server and the
PDC (nothing useful is shown.) The "net use \\PDC" and "net view
\\PDC" commands from the Windows server work, so name resolution is not
an issue. The "max protocol" on the PDC is NT1. SMB2 is not an
option with Samba 3.5.x. However the Get-SmbServerConfiguration
power shell command on on the windows server shows that SMB1 is
enabled. I can access samba shares from the windows server so SMB
version does not seem to be the issue. Client NTLMv2 auth is enabled on
the samba server.
The nltest command on windows server also indicates that it is
lo...