Problem in accessing a folder

Andrea Vironda 816 Reputation points
2021-05-14T13:57:39.433+00:00

Hi,
I have a folder that is shared with everyone and i can access it.
Inside of it I created another folder, also shared with everyone, in order to get the path in a shorter way (it's \<IP>\test and not \...........).
The problem is that I can access the main folder but not the subfolder.

What can I check?
96755-screenshot-2021-05-14-155624.jpg

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,673 questions
{count} votes

Accepted answer
  1. MotoX80 31,976 Reputation points
    2021-05-18T14:47:28.02+00:00

    Have you checked the Security and System event logs for errors when this fails? How to do this?

    Run eventvwr.exe

    Are both machines on the same 192.168.1.xxx subnet?

    Does the Siemens device have any diagnostic functionality like a command prompt where you run a ping or telnet to verify network connectivity? Can the Windows machine ping the Siemen device? Are you sure that you have the right IP address?

    On the Windows machine open an admin command prompt and run these 2 commands. This will generate events in the security eventlog if packets are being blocked.

    auditpol /set /subcategory:"Filtering Platform Packet Drop" /success:enable /failure:enable  
    auditpol /set /subcategory:"Filtering Platform Connection" /success:enable /failure:enable  
    

    Run eventvwr and open the security log. Note the timestamp of the last entry.

    97437-capture.jpg

    Then go and try the connection again. After it fails, switch back to eventvwr and hit F5 to refresh. Check the events that occurred after the one you made note of. Do you see any that might be related to the Siemens device.

    If you don't, then do the same thing with the System event log.

    Also check the 4 logs under SMBServer.

    97529-capture1.jpg

    When you are done, turn off the additional logging.

    auditpol /set /subcategory:"Filtering Platform Packet Drop" /success:disable /failure:disable  
    auditpol /set /subcategory:"Filtering Platform Connection" /success:disable /failure:disable  
    

1 additional answer

Sort by: Most helpful
  1. Fan Fan 15,291 Reputation points Microsoft Vendor
    2021-05-17T04:25:00.91+00:00

    Hi,

    Based on my understanding, you want to access the subfolder by \ipaddress\subfolder instead of the path: \ipaddress\parentfolder\subfolder, right?
    If I misunderstand you, please let me know.
    If you want to access the subfolder by \ip address\subfolder, you need to share the subfolder by sharing the subfolder again and confirm the network path is:\servername\subfolder
    96947-5171.jpg
    Then you can access the folder by:
    96948-5172.jpg

    0 comments No comments