Problems with bind

Discussion in 'Installation/Configuration' started by aimtech, Oct 30, 2006.

  1. aimtech

    aimtech New Member

    I' m having problems with dns resolution.
    Bind is working normally or at least is what i Think.
    Sometimes dig says the servers are down but if i retry..
    If I make a dig to a domain the result is :
    ; <<>> DiG 9.3.3rc2 <<>> xxxxxx.xxx
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 4173
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;xxxxxx.xxx. IN A

    ;; Query time: 2733 msec
    ;; SERVER: 62.81.0.33#53(62.81.0.33)
    ;; WHEN: Mon Oct 30 19:01:39 2006
    ;; MSG SIZE rcvd: 28


    The distro is fedora 5 and I followed the perfect setup, everything else looks like is performing quite good, If I have a website with external dns server it works brilliantly but not if i setup the domain with my own dns server.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    and
    Code:
    dig @localhost yourdomain.com
    ?
     

Share This Page