Hello Experts,
I am facing issue with File Share over internet. I have a Server 2016 instance in AWS and I created few Shared Folders on that Server.
I am able to access those Shared Folder over public IP <\\Public IP\Share> from Server 2016 hosted in AWS, Azure, Google Cloud but unable to access the Shared Folder from Windows 10. I have enclosed the Windows Diagnostics Log here.
While troubleshooting the issue, I tried below steps but no luck. Please advice...
Allowed all traffics in AWS Security Group
Disabled Windows Firewall on Windows 2016 as well as Windows 10
Enabled SMB 1.0/CIFS Client on Windows 10
Tried to Telnet on port 445 but it was a failure
Disabled StrictNameChecking and SMB2Protocol on Server 2016. I used below commands:
Set-SmbServerConfiguration –EnableStrictNameChecking $False
Set-SmbServerConfiguration –EnableSMB2Protocol $False
Log Name: System
Source: Microsoft-Windows-Diagnostics-Networking
Date: 10-08-2018 6.55.26 PM
Event ID: 4000
Task Category: Diagnosis Success
Level: Information
Keywords: (70368744177664),Core Events
User: LOCAL SERVICE
Computer: XXXXXXX
Description:
The Network Diagnostics Framework has completed the diagnosis phase of operation. The following repair option was offered:
Helper Class Name: TransportConnection
Root Cause: file and print sharing resource (IP Address) is online but isn't responding to connection attempts.
The remote computer isn’t responding to connections on port 445, possibly due to firewall or security policy settings, or because it might be temporarily unavailable. Windows couldn’t find any problems with the firewall on your computer.
Root Cause Guid: {767897d8-7825-4413-ad95-d2ab2ca37281}
Repair option: Contact the service provider or owner of the remote system for further assistance, or try again later
RepairGuid: {36e90720-4fb8-4f74-a98f-f3ecce18873f}
Seconds required for repair: 0
Security context required for repair: 0
Interface: ({00000000-0000-0000-0000-000000000000})
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Diagnostics-Networking" Guid="{36C23E18-0E66-11D9-BBEB-505054503030}" />
<EventID>4000</EventID>
<Version>1</Version>
<Level>4</Level>
<Task>4</Task>
<Opcode>0</Opcode>
<Keywords>0x4000400000000001</Keywords>
<TimeCreated SystemTime="2018-08-10T13:25:26.607601500Z" />
<EventRecordID>10620</EventRecordID>
<Correlation ActivityID="{21855325-F05A-49E6-9D3B-593DCC7488C0}" />
<Execution ProcessID="4380" ThreadID="9552" />
<Channel>System</Channel>
<Computer>xxxxxxx</Computer>
<Security UserID="S-1-5-19" />
</System>
<EventData>
<Data Name="RootCause"> file and print sharing resource (IP Address) is online but isn't responding to connection attempts.
The remote computer isn’t responding to connections on port 445, possibly due to firewall or security policy settings, or because it might be temporarily unavailable. Windows couldn’t find any problems with the firewall on your computer. </Data>
<Data Name="RootCauseGUID">{767897D8-7825-4413-AD95-D2AB2CA37281}</Data>
<Data Name="RepairOption">Contact the service provider or owner of the remote system for further assistance, or try again later</Data>
<Data Name="RepairGUID">{36E90720-4FB8-4F74-A98F-F3ECCE18873F}</Data>
<Data Name="SecondsRequired">0</Data>
<Data Name="SIDTypeRequired">0</Data>
<Data Name="HelperClassName">TransportConnection</Data>
<Data Name="InterfaceDesc">
</Data>
<Data Name="InterfaceGUID">{00000000-0000-0000-0000-000000000000}</Data>
</EventData>
</Event>
Thanks & Regards, Prosenjit Sen.