misterious DNS fails

Discussion in 'Server Operation' started by kike, Mar 7, 2012.

  1. kike

    kike New Member

    from the last week i can solve some adreses but others not,
    i m using fedora 14 and bind chrooted
    for example:
    dig google.com
    ; <<>> DiG 9.7.4-P1-RedHat-9.7.4-2.P1.fc14 <<>> google.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27355
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 4, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;google.com. IN A

    ;; ANSWER SECTION:
    google.com. 212 IN A 74.125.230.161
    google.com. 212 IN A 74.125.230.162
    google.com. 212 IN A 74.125.230.163
    google.com. 212 IN A 74.125.230.164
    google.com. 212 IN A 74.125.230.165
    google.com. 212 IN A 74.125.230.166
    google.com. 212 IN A 74.125.230.167
    google.com. 212 IN A 74.125.230.168
    google.com. 212 IN A 74.125.230.169
    google.com. 212 IN A 74.125.230.174
    google.com. 212 IN A 74.125.230.160

    ;; AUTHORITY SECTION:
    google.com. 197021 IN NS ns3.google.com.
    google.com. 197021 IN NS ns4.google.com.
    google.com. 197021 IN NS ns2.google.com.
    google.com. 197021 IN NS ns1.google.com.

    ;; Query time: 19 msec
    ;; SERVER: 192.168.2.11#53(192.168.2.11)
    ;; WHEN: Wed Mar 7 19:29:36 2012
    ;; MSG SIZE rcvd: 276

    other (a lot) - for example howtorge.com not solve
    ig howtoforge.com

    ; <<>> DiG 9.7.4-P1-RedHat-9.7.4-2.P1.fc14 <<>> howtoforge.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 10703
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;howtoforge.com. IN A

    ;; Query time: 206 msec
    ;; SERVER: 192.168.2.11#53(192.168.2.11)
    ;; WHEN: Wed Mar 7 19:54:03 2012
    ;; MSG SIZE rcvd: 32

    hosts, permissions look ok, etc
    :(
    Not firewall, not selinux working

    any sugerence? Thx!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/resolv.conf?
     
  3. kike

    kike New Member

    /etc/resolv.conf

    search red-uno.es
    nameserver 192.168.2.11
    nameserver 192.168.2.5
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to use the free google dns servers in /etc/resolv.conf to see if that fixes the problem. The IP addresses are:

    8.8.8.8
    8.8.4.4
     
  5. kike

    kike New Member

    8.8.8.8

    i can't use external dns. if i use 8.8.8.8 or another external dns then wen i call host from locale, the the reply solves te router ip and no point to our servers
    :(
     
  6. falko

    falko Super Moderator Howtoforge Staff

    You can configure your router to use Google's nameservers (or any other nameservers).
     
  7. kike

    kike New Member

    not option for use external nameservers

    First thankyou for your time mates :)
    we can't use externals servers, if do it, then the servers not works with wordpress (for updating or similar, can't operate bicause calls points to router ip, with the subsequent resolution name process result broken

    this is the problem:
    from local network with our NS
    ping to our.domain.net resolves ok 192.x.x.x
    ping to another.external.net resolve - some OK & some fails
    be
    from internet: resolves OK and NAt works fine.
    --- this is the configuration it worked before -----


    from locale with externals NS:
    ping to our domains resolves to our.router.ip then not mach

    that is
     

Share This Page