Can we put random URL entries on DNS

Posted by ring bearer on Server Fault See other posts from Server Fault or by ring bearer
Published on 2012-10-10T15:52:47Z Indexed on 2012/10/10 21:41 UTC
Read the original article Hit count: 373

Filed under:
|
|

Using microsoft DNS All/most of our local hosts ( with in ) are in following domain

*.company.org So a host name will look like mymachine001.company.org

Is it possible to set up wild card DNS entries of the form ?

*.subd.company.com

Note: The URL ends with .com, all other hosts so far ever set up in the DNS were of the format *.company.org

what i am trying to achieve is the following. A user with in internal network types a url http://someprefix.subd.company.com in browser and enters. Since there is a wild card entry in DNS, the user gets routed to host mapped to *.subd.company.com in the DNS

Note : at the same time, company.com has a public DNS entry and that is mapped to a physical IP in some other network (data center)

© Server Fault or respective owner

Related posts about dns

Related posts about Microsoft