I've created AWS managed AD and try to create trust with my on-prem. After a lot of tries and solid research on the internet I keep getting this error :
The remote domain ***** is not reachable. Please ensure your security group settings are correct and your conditional forwarder is configured properly.
Security groups looks good, conditional forwarder too, all prerequisites are fulfilled. I'll be grateful for tips and help in solving the problem
Make sure your firewall/routing is configured correctly, "is not reachable" is most likely a connection issue.
You will need these (unfiltered) ports:
Not all the ports that are listed here are required in all scenarios. For example, if the firewall separates members and DCs, you don't have to open the FRS or DFSR ports. So in this case i'd think youd have to.
Microsoft LDAP also uses ICMP, when a LDAP request is pending for extended time and it waits for a response. If it does not receive ping responses, it fails the LDAP request with LDAP_TIMEOUT.
The Windows Redirector also uses ICMP messages to verify that a server IP is resolved by the DNS service before a connection is made, and when a server is located by using DFS. So make sure, ICMP is enabled between the DCs.