That works, but that is not what i want.
In other environments, it’s possible to “browse” a server to see all smb shares it offers. At least in microsoft environments, that’s possible.
So i’d like to know what the difference is compared to TrueNAS, or how TrueNAS can be configured to work the same way, because: as you can see from the error, it seems to be a permission thing.
The IPC$ share is also known as a null session connection. By using this session, Windows lets anonymous users perform certain activities, such as enumerating the names of domain accounts and network shares.
That’s exactly what i want! How can i enable this in TrueNAS SCALE?
We are using TrueNAS SCALE in a network that’s “semi-public”. It’s a hackerspace, where all people use their own devices. Everybody should be able to find and access the shares, because the data is public. Using the SMB shares anonymously is exactly what we want.
You can enable guest access to shares This downgrades the IPC security, but note that many clients will not be happy with the downgraded security Which means you’ll still have to deal with passwords if people are using Windows.
I already did that, but that does not solve the problem. It’s still not possible to see all existing shares (before accessing them).
yeah, i heard that Windows 10 and Windows 11 do not allow to access passwordless shares anymore. Thats why we have created 3 users with the same permissions (username=password):
“public”
“anonymous”
“guest”