Page 1 of 1

RB951Ui SMB not share

Posted: Mon May 19, 2014 3:30 pm
by megamuz
hi all, i'm configure Samba share on usb flash drive but not connect share \\mikrotik\share
Connected in Windows 8.1 x64

Re: RB951Ui SMB not share

Posted: Mon May 19, 2014 10:39 pm
by scotthammersley
Is the share supposed to be connected to the windows machine or to the router?

Re: RB951Ui SMB not share

Posted: Tue May 20, 2014 7:00 am
by megamuz
as connected network drive in windows

Re: RB951Ui SMB not share

Posted: Tue May 20, 2014 5:27 pm
by krisjanis
1. If you have other device for example Android tabled or smartphone, check if you can access your samba share through it. Apps that can access smb shares: ES file expolorer, Lidroid.

2. If first step is succesful then re-check windows settings. Win based pc's can be a bit quirky with smb shares before you get them working in some cases.

Re: RB951Ui SMB not share

Posted: Fri May 23, 2014 10:41 am
by megamuz
1. If you have other device for example Android tabled or smartphone, check if you can access your samba share through it. Apps that can access smb shares: ES file expolorer, Lidroid.

2. If first step is succesful then re-check windows settings. Win based pc's can be a bit quirky with smb shares before you get them working in some cases.
Ubuntu mount cifs connected but not listed file. hangs at the command dir or ls.

Re: RB951Ui SMB not share

Posted: Sat May 24, 2014 4:51 pm
by enemy509
hi all, i'm configure Samba share on usb flash drive but not connect share \\mikrotik\share
Connected in Windows 8.1 x64
Problem is in http://support.microsoft.com/kb/2686098

On win xp, win 7 - all is fine.

You need to make registry cnanges

To work around this problem, use either of the following methods.
Require signing on the third-party file server

To require signing on the SMB client or the SMB server, turn on the "RequireSecuritySignature" setting. See your vendor’s documentation for instructions to set the signing setting to "required" on the vendor’s SMB server.

You can enable signing by using PowerShell on a Windows Server 2012 or Windows 8 client. To do this, run the following command:

Set-SmbClientConfiguration -RequireSecuritySignature $true
Disable "Secure Negotiate" on the client

You can disable the Secure Negotiate option by using PowerShell on a Windows Server 2012 or Windows 8 client. To do this, run the following command:

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force

Re: RB951Ui SMB not share

Posted: Mon May 26, 2014 6:36 pm
by megamuz
ooo, thx connect!)

Re: RB951Ui SMB not share

Posted: Thu Aug 21, 2014 4:38 pm
by Dragosh
hi all, i'm configure Samba share on usb flash drive but not connect share \\mikrotik\share
Connected in Windows 8.1 x64
Problem is in http://support.microsoft.com/kb/2686098

On win xp, win 7 - all is fine.

You need to make registry cnanges

To work around this problem, use either of the following methods.
Require signing on the third-party file server

To require signing on the SMB client or the SMB server, turn on the "RequireSecuritySignature" setting. See your vendor’s documentation for instructions to set the signing setting to "required" on the vendor’s SMB server.

You can enable signing by using PowerShell on a Windows Server 2012 or Windows 8 client. To do this, run the following command:

Set-SmbClientConfiguration -RequireSecuritySignature $true
Disable "Secure Negotiate" on the client

You can disable the Secure Negotiate option by using PowerShell on a Windows Server 2012 or Windows 8 client. To do this, run the following command:

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force