I have two independant domains I need to establish a one way non-transitive trust between. Domain 1 (clientdomain.local) has native subnet of 192.168.4.x and Domain 2 (hosted.local) has native subnet of 172.24.19.x.
The two networks are connected via a VPN through a firewall. The problem is that the 192.168.4.x subnet is already in use in the hosted environment so we have them NATing to 6.6.200.x
I would normally setup DNS Stub zones on each domain pointing to the DC of the other domain and then setup my trust. In this case, I can do that but the records for clientdomain.local show up with 192.168.4.x addresses and I need them to resolve to 6.6.200.x addresses.
I tried to add a new Primary lookup zone and manually add A records for the DC's and and A record for clientdomain.local but although name resolution works for the DCs if I use the FQDN, I can't get resolution to work for the domain itself. Of course this is necessary since when you setup the trust, it asks for the domain you're setting up a trust with and tries to contact it.
Any ideas of how to "trick" DNS into reporting back one of the 6.6.200.x addresses for clientdomain.local?
nslookup clientdomain.local? – Mark Henderson♦ Jul 29 '10 at 21:34