Hi All
Firstly I'm not even sure if it is possible to do this but I'm nearly sure I saw it discussed before in Books.
We have a zone file that currently contains all of our A recrods, CNAME Records and our Dynamic DNS records. This zone file is currently called company.int
What I would like to do is to put all of our CNAME records in a new file, all our Servers in another file and then Include these files in the company.int file.
The syntax I currently have is:
P0001 A 89.0.1.5
P0002 A 89.0.1.6
C0001 CNAME P0001
C0001 CNAME P0002
and so on in this fashion
I would like to put the CNAME records into a file called cnames.int in the format
C0001 CNAME P0001
C0002 CNAME P0002
I would like to have my company.int file in the format:
P0001 A 89.0.1.5
P0002 A 89.0.1.6
$INCLUDE cnames.int
When I try to do this I cannot get a response from C0001 and C0002. I have put the cnames.int into the same folder as company.int and restarted the rcnamed server but this hasn't worked.
Am I missing something here? Can anyone point me in the right direction? Any help will be greatly received!
Thanks
cmahon
Firstly I'm not even sure if it is possible to do this but I'm nearly sure I saw it discussed before in Books.
We have a zone file that currently contains all of our A recrods, CNAME Records and our Dynamic DNS records. This zone file is currently called company.int
What I would like to do is to put all of our CNAME records in a new file, all our Servers in another file and then Include these files in the company.int file.
The syntax I currently have is:
P0001 A 89.0.1.5
P0002 A 89.0.1.6
C0001 CNAME P0001
C0001 CNAME P0002
and so on in this fashion
I would like to put the CNAME records into a file called cnames.int in the format
C0001 CNAME P0001
C0002 CNAME P0002
I would like to have my company.int file in the format:
P0001 A 89.0.1.5
P0002 A 89.0.1.6
$INCLUDE cnames.int
When I try to do this I cannot get a response from C0001 and C0002. I have put the cnames.int into the same folder as company.int and restarted the rcnamed server but this hasn't worked.
Am I missing something here? Can anyone point me in the right direction? Any help will be greatly received!
Thanks
cmahon