Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A and CNAME records for rev proxy and www servers

Status
Not open for further replies.

blarneyme

MIS
Jun 22, 2009
160
US
My company will host 2 internal DNS servers in a DMZ on a private network (10.0.0) and has three domains: example.org, example.com and example.net. There will be an nginx reverse proxy in front.

In db.example.com when A records are created without a reverse proxy I would use:
A 10.0.0.100
reverseproxy IN A 10.0.0.130

in db.example.org
A 10.0.0.110
reverseproxy IN A 10.0.0.130

in db.example.net
A 10.0.0.120
reverseproxy IN A 10.0.0.30

In db.10.0.0 would it be:
100 IN PTR 110 IN PTR 120 IN PTR 130 IN PTR reverseproxy.example.com

Is this correct or what needs to be changed to host 3 domains from the DNS servers?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top