MS exchange internal and external dns

Admin ICBaku 1 Reputation point
2022-03-15T07:01:54.293+00:00

Hello,

I have a question for public and private domain. We use same domain name internally and externally like mydomain.az. Currently I want to setup an exchange 2016 server in my environment. Will I have problems if I register ns1.mydomain.az, ns2.mydomain.az with my domain provider and create MX and A records on my internal dns server without changing the internal domain name.

I don't want to rename domain name because I have more than 100 clients on the domain controller right now.

I need help who has encountered this issue.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,245 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,035 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 32,641 Reputation points
    2022-03-15T07:12:39.343+00:00

    Hi

    It should works without problem. In case the external and internal DNS zone use the same DNS name , when client want resolve a external DNS entry it's not possible because it will look only in internal DNS zone and the internal DNS server will not forward the request to external DNS because there is a internal DNS zone with same name. Therefore any DNS record created in external DNS zone should be also created in internal DNS zone to let internal server resolve them.

    Please don't forget to mark helpful reply as answer

    1 person found this answer helpful.

  2. Gary Reynolds 9,406 Reputation points
    2022-03-15T07:26:05.153+00:00

    Hi AdminICBaku-7393,

    Yes you can configure DNS without the need to rename the domain. Have a look at this article which provides some background on split-brain configurations.

    https://www.itprotoday.com/windows-78/split-brain-dns

    The article explains how to use DNS policies to configure split-brain DNS on your Windows 2016 servers, and avoid some of the common issues with split-brain configuration.

    https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/split-brain-dns-deployment

    Gary.

    1 person found this answer helpful.

  3. Kael Yao-MSFT 37,676 Reputation points Microsoft Vendor
    2022-03-16T02:39:44.527+00:00

    Hi @Admin ICBaku

    According to the post, I suppose ns1.mydomain.az and ns2.mydomain.az would be used as SMTP domains.
    For example, you are going to use userA@ns1.mydomain.az, userB@ns2.mydomain.az as mailbox addresses without affecting Active Directory.

    If I misunderstood it, please feel free to correct me.


    To me there is no need to add MX or A records for these domains on your internal DNS server.
    But you may need to add these records in public DNS to make mail flow and client access from external work.

    On Exchange server you also need to add these domains as accepted domain to receive emails sent to these domains.
    To use these domains as mailbox email addresses, you can configure an email address policy.

    More information can be found in this link: Configure Exchange to accept mail for multiple authoritative domains


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.