Forum Discussion
Multiple forest exhange hybrid without forest trust
- Oct 08, 2020
Host file records should work but generally not recommended as they introduce complexity and manual configuration. Alternatively you could look at a dedicated non-AD integrated DNS server to manage just the AD Connect lookups, or update your public records in your internal DNS servers to point to public IP (This depends on if that will impact your internal users..
Hi,SeanMcAvinue
I already test with conditional forwarders, but conditional forwarders is not suitable with my environment.
lets give me example, i have two forest. contoso.com and fabrikam.com
If i enable conditional forwarder fabrikam.com in contoso DNS, all record to fabrikam.com will route trough dns A record. if contoso client try to ping http://www.fabrikam.com, it will resolve by internal ip, and the routing is not availble, the result is ping http://www.fabrikam.com is RTO. My requirement is when contoso client ping http://www.fabrikam.com, it will resolve by ip public
i curious, is it any solution that suit to my requirement ? is it hostfile available to do that ?
Thanks before
Host file records should work but generally not recommended as they introduce complexity and manual configuration. Alternatively you could look at a dedicated non-AD integrated DNS server to manage just the AD Connect lookups, or update your public records in your internal DNS servers to point to public IP (This depends on if that will impact your internal users..