Results 1 to 4 of 4
Hello all,
I am studying RHEL myself, not clear with following topics
How to configure DNS slave server in RHEL 5
Whether named.rfc1912.zones file entry can be included in named.conf ...
- 04-11-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
How to configure DNS Slave server in RHEL5/6
Hello all,
I am studying RHEL myself, not clear with following topics
How to configure DNS slave server in RHEL 5
Whether named.rfc1912.zones file entry can be included in named.conf itslef,
if not What is following entry means inside named.conf file
zone "." in{
type hint;
file "root.servers";
};
one "localhost" in{
type master;
file "master.localhost";
};
- 04-11-2011 #2
A DNS server can be both MASTER and SLAVE at the same time.
It all depends on how you are configuring it.
This is the hint file that tells the server where to look for the rootWhether named.rfc1912.zones file entry can be included in named.conf itslef,
if not What is following entry means inside named.conf file
zone "." in{
type hint;
file "root.servers";
};
This is normally not used, but it is the Master for the Localhost domain.one "localhost" in{
type master;
file "master.localhost";
};
You should get yourself a copy of DNS and BIND Fifth Edition from O'reilly.
- 04-12-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Hi,
Thanks pal,
I l try that DNS and BIND Fifth Edition from O'reilly book.
If I rephrase my second question whether named.rfc1912.zones file is really
necessary or we can add it contents in named.conf file itself
Thanks & regards
Viswa
- 04-13-2011 #4


Reply With Quote
