Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Member
    Join Date
    Jan 2004
    Location
    Mar del Plata - Argentina
    Posts
    246

    Default Lame nameservers

    Hi!

    Those are my firsts experiences with DNS clustering on Cpanel. I have two servers running cpanel.

    Server 1: ns1.example.com 1.1.1.1
    Server 2: ns2.example.com 2.2.2.2

    Everything looks fine and its working. DNS changes are replicated on each server, no rndc errors. But on dnsreports i get:

    ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame: 2.2.2.2

    How i can remove the Lame Nameservers error ? What i miss when i set my second dns server ?
    Cristian

  2. #2
    Member
    Join Date
    Jan 2004
    Location
    Mar del Plata - Argentina
    Posts
    246

    Default

    up to the roof.
    Cristian

  3. #3
    Member rhenderson's Avatar
    Join Date
    Apr 2005
    Location
    Oklahoma
    Posts
    742

    Default

    Quote Originally Posted by benito
    Hi!

    Those are my firsts experiences with DNS clustering on Cpanel. I have two servers running cpanel.

    Server 1: ns1.example.com 1.1.1.1
    Server 2: ns2.example.com 2.2.2.2

    Everything looks fine and its working. DNS changes are replicated on each server, no rndc errors. But on dnsreports i get:

    ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame: 2.2.2.2

    How i can remove the Lame Nameservers error ? What i miss when i set my second dns server ?
    The problem probably lies in the individual DNS zone settings for the domain in question.
    Regards,
    Randy
    Affordable Web Hosting
    _________________________

  4. #4
    Member
    Join Date
    Jan 2004
    Location
    Mar del Plata - Argentina
    Posts
    246

    Default

    I solved the lame problem adding a line to named.conf:

    server2:
    listen-on { 2.2.2.2; };

    But now, lame problem is fixed adding that line ! Now i only have two warns.

    All nameservers report identical NS records: WARNING: At least one of your nameservers did not return your NS records (it reported 0 answers). This could be because of a referral, if you have a lame nameserver (which would need to be fixed).

    2.2.2.2 returns 0 answers (may be a referral)
    And
    TCP Allowed: WARNING: One or more of your DNS servers does not accept TCP connections. Although rarely used, TCP connections are occasionally used instead of UDP connections. When firewalls block the TCP DNS connections, it can cause hard-to-diagnose problems. The problem servers are:

    2.2.2.2: Error [Connection refused (10061)].
    Maybe i need to work with my firewall.
    Cristian

  5. #5
    Member rhenderson's Avatar
    Join Date
    Apr 2005
    Location
    Oklahoma
    Posts
    742

    Default

    Quote Originally Posted by benito
    I solved the lame problem adding a line to named.conf:

    server2:
    listen-on { 2.2.2.2; };

    But now, lame problem is fixed adding that line ! Now i only have two warns.



    And


    Maybe i need to work with my firewall.
    Sounds like you are on the right track, since the connection was refused.
    Regards,
    Randy
    Affordable Web Hosting
    _________________________

  6. #6
    Member
    Join Date
    Jan 2004
    Location
    Mar del Plata - Argentina
    Posts
    246

    Default

    It fail even if my firewall are disabled, maybe i miss anything else on named.conf
    Cristian

  7. #7
    Member
    Join Date
    Sep 2004
    Posts
    16

    Default

    I am also having this problem, it started 2 days ago out of nowhere... nothing on the server had been changed relating to DNS... I fixed my issue by downloading the site's files (all static pages and images, no dynamic content or databases) deleting the account, and then recreating it with the same settings as I used to set it up.

    The bad thing is, today the same problem arose with yet another domain on the machine. I am trying to figure out what would be causing this if nobody is playing with the dns settings.

  8. #8
    Member
    Join Date
    Sep 2004
    Posts
    16

    Default

    I fixed my issue, this is what I did:

    - ssh into the server, and viewed /etc/named.conf
    - did a search for the domain and found that it was not present in the file
    - went to the bottom of the file and added:

    Code:
    zone "domainthatwasmissing.com" {
            type master;
            file "/var/named/domainthatwasmissing.com.db";
    };
    -saved and closed the file


    -went and looked inside the /var/named directory and confirmed that there was a file that was called domainthatwasmissing.com.db

    -ran the following:
    scripts/restartsrv_named
    scripts/restartsrv_bind


    The site loads fine now

  9. #9
    Member
    Join Date
    Nov 2005
    Location
    Egypt, Cairo
    Posts
    35

    Default

    Quote Originally Posted by Jesepi View Post
    I fixed my issue, this is what I did:

    - ssh into the server, and viewed /etc/named.conf
    - did a search for the domain and found that it was not present in the file
    - went to the bottom of the file and added:

    Code:
    zone "domainthatwasmissing.com" {
            type master;
            file "/var/named/domainthatwasmissing.com.db";
    };
    -saved and closed the file


    -went and looked inside the /var/named directory and confirmed that there was a file that was called domainthatwasmissing.com.db

    -ran the following:
    scripts/restartsrv_named
    scripts/restartsrv_bind


    The site loads fine now
    is very weired from me to update thread since 2006
    anyway I faced the same issue today on cPanel DNS Only, and it been fixed by same method as u said by using
    WHM >> Synchronize DNS Records
    Ticking for "Synchronize zones that are not configured on this server"

Similar Threads & Tags
Similar threads

  1. Cpanel DNS and Lame Nameservers
    By oshs in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-30-2010, 03:23 PM
  2. Cannot Resolve Nameserver? / Lame Nameservers?
    By Drewley in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-18-2007, 06:49 AM
  3. Lame Nameservers
    By Game Wizards in forum Data Protection
    Replies: 0
    Last Post: 09-14-2004, 05:17 PM
  4. Lame Nameservers
    By WebNET in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 08-28-2004, 03:54 PM
  5. lame nameservers problem
    By Snowman30 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 04-19-2004, 04:40 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube