website not loading within the network

Antonio Rennvick Annoson 1 Reputation point
2022-01-18T16:22:27.067+00:00

(Below IP addresses and domain names are eg only)

we have a domain controller and the root domain is abc.com. the server IP is 192.168.1.1

we do have a publicly accessible website as abc.com same as the DC root domain. the IP address is 20.1.1.1.

When we try to access the abc.com website from external networks it's loads fine.

but when we try to access it from the internal network where the DNS server is 192.168.1.1 it's not loading since internally abc.com is pointing to 192.168.1.1.

we cant point abc.com to 20.1.1.1 from the DNS because then the internal AD traffic will be sent to 20.1.1.1 and we cant do a conditional forwarder as well because of the same reason.

has anyone got in to the issue? what is the solution to load abc.com website from the internal network?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,932 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,023 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-01-18T16:26:25.85+00:00

    Sounds like you may need a split brain deployment.
    https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/split-brain-dns-deployment

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Thameur-BOURBITA 32,586 Reputation points
    2022-01-18T23:07:29.02+00:00

    Hi,

    The solution is to create a DNS entry type A WWW in the internal DNS zone active directory abc.com for the external website:
    www.abc.com -->20.1.1.1

    Please don't forget to mark helpful reply as answer