Can we put random URL entries on DNS
- by ring bearer
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)