Hello,
I’ve got a weird problem on a Windows Server 2019 file server:

Local users can open SMB share located in Windows server.

Domain users get an error (NTFS and sharing permissions= Everyone):
\172.16. is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

The request is not supported.

Remote Desktop works fine for both accounts (Domain users and local users)

Ping to domain works. Telnet 445 works.

Please your help.


4 Spice ups

Been there done that!!

And

5 Spice ups

Just an FYI, I know you tried scrubbing your text of the full IP address, but it’s still visible in your first screenshot.

4 Spice ups

From a security perspective this is a bad idea.

It seems like you may have SMB signing enabled on the server, but not on the client, check your GPO for signing enforcement.

2 Spice ups

Is there a reason you’re using SMB in the first place? There are better connection options available…now is a good time to start researching alternatives :wink: nothing like an emergency outage to gain traction on a project!

1 Spice up

SMB is CIFS (\server\share), in itself this is expected, but SMB 1.0 shouldn’t be used.

4 Spice ups

Try SMB 1.0 CIFS or disable Microsoft network client: Digitally sign communications(always)

2 Spice ups

Did you “enable” local firewall for SMB, printer & file sharing on the local server especially for Domain profile ?

2 Spice ups

@naveenkatikam

As I posted over here too:

Please don’t suggest this, that’s bad practise and likely NOT the issue.

Both systems are new and should support SMB 3.1, turning on legacy systems is a very bad idea.

Turning off signing is also a bad idea, I’m not sure why you would be suggesting bad practises.

3 Spice ups

add domain users and see if it fixes.
you could also add the local users group and remove everyone.

‘Everyone’ requires the local guest account to be enabled - and is not recommended as it is a security risk.

2 Spice ups