We have a development server for Web sites running on our DMZ. I have a need for both those behind the firewall (my colleagues) and those outside (our clients) to access the sites hosted on this development server.
We have set up the following DNS records:
dev.mycompany.com A ###.###.###.###
This is the subdomain for the development server. It points to the private IP of the server internally, and the public IP externally.
staging.client1.com CNAME dev.mycompany.com
staging.client2.com CNAME dev.mycompany.com
...and so on...
These are the subdomains for our client's staging sites. From the outside, they work great. From the inside, they don't work.
What are my options for making this work?
Thanks!
We have set up the following DNS records:
dev.mycompany.com A ###.###.###.###
This is the subdomain for the development server. It points to the private IP of the server internally, and the public IP externally.
staging.client1.com CNAME dev.mycompany.com
staging.client2.com CNAME dev.mycompany.com
...and so on...
These are the subdomains for our client's staging sites. From the outside, they work great. From the inside, they don't work.
What are my options for making this work?
Thanks!