I don't know a lot about DNS. So I am wondering if the following is possible:
We would like to have subomains that we internally can refer to without the last part of the domain.
Example:
We have a server foo in a subdomain bar at our company acme.com.
So the full name of this server would be foo.bar.acme.com. No problem, this works.
However, we would also like to be able to use the abbreviated name foo.bar to refer to this server on computers that are in our intranet.
This way, for instance, if foo is a webserver, our internal users could surf to http://foo.bar instead of having to go to http://foo.bar.acme.com.
Is this possible to set up?
(Our network is Windows based)