Find the answer to your Linux question:
Results 1 to 3 of 3
Hello Friends, I am new to linux world and setting a DNS server at my home pc I have done the setting in named.conf, and created the zone files etc ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    1

    Linux DNS server installation problem

    Hello Friends,

    I am new to linux world and setting a DNS server at my home pc

    I have done the setting in named.conf, and created the zone files etc

    while doing the nslookup for the domain I have following error
    +++++++++++++++++++++
    Got SERVFAIL reply from "IP ADDRESS" trying next server
    +++++++++++++++++++++

    Please help me out fro this issue

    Neetu

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    What command are you using to lookup your domain? Full command please.
    Is the machine you are doing the lookups from a linux or Windows system?

    If Linux then please post the output from the following command:
    Code:
    cat /etc/resolv.conf
    If it is a windows machine then post the output from the following command:
    Code:
    ipconfig/all
    What is the ip address of the DNS server you setup?
    Do you have a firewall running on the dns server? If yes is port 53 open?
    On the dns system please post the output from the following command:
    Code:
    service named status
    How did you install/setup DNS?

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    25
    In addition to steps posted by LazyDog, provide the output from below command

    # dig FQDN of your machine - eg. if your system FQDN is system1.example.com
    command must be
    # dig system1.example.com

Posting Permissions

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