DNS Configuration and Domain Controllers on Home Network [closed]

Solution 1:

Depending on how integrated you want your home computers to be with your new domain controllers, you should consider installing the DHCP service on one of the servers and disabling the DHCP service on your router. When you decommission or turn off your DCs, you can then just re-enable the DHCP service on your router without fiddling with any computers. They would simply need to be rebooted or reconnected to the LAN.

Remember that if this were a true domain environment, you would always point your workstations to your DC for DNS resolution so, when you configure the DHCP pool on your DC, set your DNS option to the IP address of the DC.

When your workstations obtain an IP, they will do so from the DC and it will tell the workstations to use the DC as their DNS server. All DNS queries will be sent to the DC at this point.

(You don't have to but) you should probably configure a forwarder to send all upstream DNS queries to the same DNS server on the internet that you configured in your router. Open the DNS management console on the DC, right-click the server node and click properties. Click the forwarders tab. Add the IP address of the DNS server in here.

Now, to rectify your other issue of being able to resolve the other domain, open the DNS management console, expand the server node, right-click the conditional forwarders node and select add new conditional forwarder. Type the domain name of the zone you want to resolve to (bravo.com) and provide the IP address of the DNS server responsible for bravo.com.

Repeat the creation of the conditional forwarder on server2.bravo.com but so that requests for hosts on alpha.com are forwarded to server1.alpha.com.

Now, when your computers request an address on the internet, the DNS server defined for the client (alpha.com) will (unless it has it cached) forward the request to the server you defined in the forwarders tab. If they request a local address in their domain (alpha.com) the DNS server will answer directly. If they request a host on bravo.com, the DNS request will be forwarded to the DNS server responsible for bravo.com.

I hope this makes sense. Very texty and probably easier to draw a diagram but it should get you thinking in the right way.

-Lewis

Solution 2:

Here's one way to do it:

  1. Configure server1.alpha.com with a conditional forwarder to server1.bravo.com for the bravo.com DNS zone.

  2. Configure the DNS settings on the clients to append alpha.com and bravo.com to their DNS queries.

As for your ping returning IPv6 addresses: If the clients and the servers have IPv6 enabled, and they have IPv6 records registered in the DNS servers, and the servers are configured to listen on their IPv6 addresses in the DNS server properties, then they're going to return IPv6 addresses when resolving DNS queries. If you want them to return only IPv4 addresses then configure the DNS server properties not to listen on any IPv6 addresses and then delete any IPv6 records that have been created.

Solution 3:

If your Windows DNS server(s) are setup to forward and cache DNS querries as well (where they also have access to the DNS root hints), then you just need to point all your systems to your DNS - not the router, ISP or anything outside of your environment.