Find the answer to your Linux question:
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 ...
  1. #1
    Just 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";
    };

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Quote Originally Posted by viswaforu View Post
    Hello all,
    I am studying RHEL myself, not clear with following topics

    How to configure DNS slave server in RHEL 5
    A DNS server can be both MASTER and SLAVE at the same time.
    It all depends on how you are configuring it.

    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";
    };
    This is the hint file that tells the server where to look for the root

    one "localhost" in{
    type master;
    file "master.localhost";
    };
    This is normally not used, but it is the Master for the Localhost domain.

    You should get yourself a copy of DNS and BIND Fifth Edition from O'reilly.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just 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

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Quote Originally Posted by viswaforu View Post
    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
    If you are setting up a resolver then you want this file and you want to keep this file up to date.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...