We have a DEV and QA site as well as a UAT and Production. The prod and uat are external, but the dev and QA are internal.

We have the following sites:

uat.company.com www.company.com

I want to set up the following that point to an internal address:

dev.company.com qa.company.com

Can I set these up in the external DNS for company.com? or more to the point, will this cause issues?

link|improve this question

75% accept rate
feedback

3 Answers

up vote 2 down vote accepted

No it should not cause any problems, you could even use views to ensure those records are only visible when requested from your internal network

link|improve this answer
feedback

Yes, this is possible. I'm not sure how well advised it is, though

Who manages your DNS service? Could you go with a split views solution?

link|improve this answer
feedback

While it should be quite possible, it depends on whether the software from your supplier allows you to configure such a thing. If you are using Linux/POSIX/Unix boxes you can overload domains using dnsmasq

C.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.