My company currently has a public web server, which is accesibly via the internet by going to or the public IP address. It is also available on our internal lan via its private IP address.
Currently, the Web Admin of this site uses the ip address in his coding. Basically, the app detects whether the request is coming for outside or within the internal lan and then routes the request to the proper code, inside ip or public ip. For ease of use in his coding, the web admin has requested we use DNS names, rather than IP's, for example app1.companyx.com.
My problem is internally we use Microsoft DNS, and the full domain name is companyx.company-x.com. I know how to set this up for the public DNS name, but how do I have my internal hosts access app1.companyx.com? Whenever I tried to add any type of record, it creates it as app1.companyx.company-x.com.
Please help!
Currently, the Web Admin of this site uses the ip address in his coding. Basically, the app detects whether the request is coming for outside or within the internal lan and then routes the request to the proper code, inside ip or public ip. For ease of use in his coding, the web admin has requested we use DNS names, rather than IP's, for example app1.companyx.com.
My problem is internally we use Microsoft DNS, and the full domain name is companyx.company-x.com. I know how to set this up for the public DNS name, but how do I have my internal hosts access app1.companyx.com? Whenever I tried to add any type of record, it creates it as app1.companyx.company-x.com.
Please help!