I've been reading and reading about DNS and now attempting to apply. Slow going but I'm making progress. I still don't have it running full but hope to do so soon.
I read somewhere that CNAME should only point to A-Record. It should not point to CNAME. Why? Is it a technical limitation or is it for convention only?
I have a production server that is old and can only handle 8-char host-names. It needs to push data to PCs in the field. My corporation sends PCs into the fied that are configured with 8+char host-names. Thus, I'd like to use some sort of translation so I think I need to do CNAME --> CNAME translation but I'm not sure it can be done.
Here is my idea:
Set up my local server with DNS. Have my local server be the primary local zone like this mydomain.corpdomain.com. The corporate folks will look like this corpdomain.com. I configure my DNS with CName --> CName like this:
mycomputer.mydomain.corpdomain.com IN CNAME theirname.corpdomain.com
When my server pushs data out, it'll use myname (<8char) name. It'll get translated by my DNS system to the new theirname (>8char) name. The new name theirname.corpdomain.com will then be sent to the corporate DNS for translation to IP.
Can this be done?
mike
I read somewhere that CNAME should only point to A-Record. It should not point to CNAME. Why? Is it a technical limitation or is it for convention only?
I have a production server that is old and can only handle 8-char host-names. It needs to push data to PCs in the field. My corporation sends PCs into the fied that are configured with 8+char host-names. Thus, I'd like to use some sort of translation so I think I need to do CNAME --> CNAME translation but I'm not sure it can be done.
Here is my idea:
Set up my local server with DNS. Have my local server be the primary local zone like this mydomain.corpdomain.com. The corporate folks will look like this corpdomain.com. I configure my DNS with CName --> CName like this:
mycomputer.mydomain.corpdomain.com IN CNAME theirname.corpdomain.com
When my server pushs data out, it'll use myname (<8char) name. It'll get translated by my DNS system to the new theirname (>8char) name. The new name theirname.corpdomain.com will then be sent to the corporate DNS for translation to IP.
Can this be done?
mike