Hello,
I need help in fixing the below issue.
Issue: I have created an AWS file gateway and joined it to the organisations domain using active directory. The sync between the on-premises server and AWS file gateway are working as expected. The intention of creating an AWS file gateway was to save on-premises disk space on our file share windows server (2012 r2)
Now, I have created a symbolic link on my file share server and pointing the target location as my AWS file gateway. I am able to map to the network within the same server where the symlink is created. However, when I share the symbolic link and try to map it to my local laptop (connected to the domain) I get the following network error.
Windows cannot access \server name\symbolic link folder name
You do not have permissions to access \server name\symbolic link folder name. Contact your network administrator to request access.
When I try to create a normal folder and share it that works perfectly fine on my laptop. I’m having the issue only with mapping and accessing the symbolic link via my laptop and other remote servers as well within the same domain.
I have tried all of the below to fix the issue but, with no luck.
- Everyone has full control on the symbolic link
- Enabled fsutil behaviour for Remote to Local and Remote to Remote
- Enabled SMB 1.0 feature on the laptop
- Port 445 is opened on both source and destination
- Ran the wireshark logs and found the error – SMB2 Create Response, Error: Status_Access_Denied
If anybody had a similar issue and would like to share your insight for fixing will be greatly appreciated!