Can anyone out there show me where I can find some example files for a
Domain Name Service? I have a couple of HP 9K boxes that I want to make
as primary and secondary name server. I've read about the named.boot
file and would like some other examples of the database file or at least
the syntax of what the database file should look like. This is what I
have so far :
This is the command that I type in:
named -p 53 -b /usr/local/domain/named.boot
My boot file is in /usr/local/domain/named.boot and it has this line
in it:
directory /usr/local/domain
primary local.domain database-file
and my database-file is in the /usr/local/domain directory and it has in
it the following :
alias-name actual-ip-address
Obviously the database file is incorrect. Can anyone direct me to some
documentation that might have some good examples of how the database
file should look like. We have a small network of Servers and I mainly
need it for giving out ip address to new PCs. Thanks in advance.
Cuong Tran