Hi, ever since the new Windows 10 update i have not been able to access my Freenas via SMB. I have authentication enabled on my shares (no guests allowed on the shares) but the issue seems to be that there is no authentication needed in order to LIST the shares on the Freenas. The new update blocks this kind of unauthenticated access. It is described in the link below. It also states that this only affects enterprise editions which is what we are using:
https://support.microsoft.com/en-za...disabled-by-default-in-windows-10-server-2016
Using the registry change provided on that page to disable this does indeed provide a solution but I want to know if there is any way to authenticate before listing the shares rather than having to disable the security feature in windows. I have tried to put restrict anonymous = 2 in the aux parameters which doesnt seem to resolve it (although when testing on a non windows 10 machine it does now ask for credentials before listing the shares)
https://support.microsoft.com/en-za...disabled-by-default-in-windows-10-server-2016
Code:
If you try to connect to devices that request credentials of a guest instead of appropriate authenticated principals, you may receive the following error message: You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
Using the registry change provided on that page to disable this does indeed provide a solution but I want to know if there is any way to authenticate before listing the shares rather than having to disable the security feature in windows. I have tried to put restrict anonymous = 2 in the aux parameters which doesnt seem to resolve it (although when testing on a non windows 10 machine it does now ask for credentials before listing the shares)