Here is what i'm setting up - is that a fairly common practice or is this not recommended ?
internal DNS on 'Private' forwards to external dns on 'DMZ' who forwards to ISP DNS.
When a query for a local domain (test.domain.com) the local dns server queries the dmz dns server and since the test.domain.com is listed as 10.0.1.100 and xx.xx.xx.100 it returns 10.0.1.100 for the Private but xx.xx.xx.100 for the internet requests.
my worry is that anyone that does an NSLOOKUP on the domain will see the public & DMZ ip address.
internal DNS on 'Private' forwards to external dns on 'DMZ' who forwards to ISP DNS.
When a query for a local domain (test.domain.com) the local dns server queries the dmz dns server and since the test.domain.com is listed as 10.0.1.100 and xx.xx.xx.100 it returns 10.0.1.100 for the Private but xx.xx.xx.100 for the internet requests.
my worry is that anyone that does an NSLOOKUP on the domain will see the public & DMZ ip address.