Windows server 16 with a website

Tia Rojas 1 Reputation point
2021-05-24T21:29:47.213+00:00

My windows server 16 has: IIS, DNS and active director

My local server is obama.local and I host a website call obama.work

The external clients can access the website without any problem

The internal clients can't access the website

I will need to configure DNS Forward Lookup zone but don't the details.
I configures the lookup zone with the following:

obama.work
Name = cpanel
Type= Host(a)
Data = <The external IP address>

This is all I have and is not working.
Can you please help me or give me a web page with information as what to do?

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,206 questions
0 comments No comments
{count} votes

20 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-05-24T21:51:09.777+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

    also note install active directory domain services and IIS together is risky and conflicting. A better option may be to install the hyper-v roles (as only role) on host, then stand up two virtual machines, one for IIS application and other as active directory domain controller.

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

    0 comments No comments

  2. Candy Luo 12,661 Reputation points Microsoft Vendor
    2021-05-25T02:20:34.747+00:00

    Hi ,

    DNS entries just used to resolve domain name to an IP address. First make sure you can access the website by IP address in the LAN. If you are not able to access the website by IP, then this issue is not related with DNS resolution.

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    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.

    0 comments No comments

  3. Dave Patrick 426.1K Reputation points MVP
    2021-05-25T02:25:16.617+00:00

    Just checking if there's any progress or updates?

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

    0 comments No comments

  4. Tia Rojas 1 Reputation point
    2021-05-25T19:32:41.247+00:00

    @Candy Luo that is very interesting. I opened a browser in my intranet and enter:

    • internal IP address, I get error: HTTP Error 404. The requested resource is not found.
    • external IP address, I got this error: This site can’t be reached ERR_CONNECTION_RESET

    My host file has
    "external IP" "www.obama.com"

    If I enter the "internal IP" "www.obama.com" I am able to access the intranet website on that computer only but, I can't be updating all the iphones and ipads host files for all users.
    I need to find a solution in my server, I was under the impression that DNS Split can fix the problem?


  5. Dave Patrick 426.1K Reputation points MVP
    2021-05-25T19:40:52.86+00:00

    , I was under the impression that DNS Split can fix the problem?

    You can follow along here to setup a split brain.
    https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/split-brain-dns-deployment

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

    0 comments No comments