DNS Hard Error looking up

Discussion in 'General' started by misterm, Oct 10, 2007.

  1. misterm

    misterm Member HowtoForge Supporter

    Hello with all Can you explain it to me is what more exactly this error please ?

    Thank you, Good Day

    MM;)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The error message means that there is no DNS A-Record for the domain soul-gallery.fr

    I checked this with the command:

    dig soul-gallery.fr

    and there is an authoritive nameserver for the domain but no A-Record.
     
  3. misterm

    misterm Member HowtoForge Supporter

    Ok Till, this error message, to have with the ISPConfig configuration?

    Thank you, Good Day

    MM;)
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Is the ISPConfig server the authoritive namerserver for the domain soul-gallery.fr or just the web and mailserver?
     
  5. misterm

    misterm Member HowtoForge Supporter

    It is a good Till question

    Ns1 is Ns2 are on the DNS s1.soul-gallery.fr on ISPConfig.

    Why, that would be possible, that it is an error with ISPConfig, in the config?

    :confused: MM
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Code:
    mh1:~# dig ns soul-gallery.fr
    
    ; <<>> DiG 9.2.1 <<>> ns soul-gallery.fr
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21147
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
    
    ;; QUESTION SECTION:
    ;soul-gallery.fr.               IN      NS
    
    ;; ANSWER SECTION:
    soul-gallery.fr.        7200    IN      NS      [B][COLOR="Red"]ns1.dedibox.fr[/COLOR][/B].
    soul-gallery.fr.        7200    IN      NS      [B][COLOR="Red"]ns2.dedibox.fr[/COLOR][/B].
    
    ;; ADDITIONAL SECTION:
    ns2.dedibox.fr.         2749    IN      A       88.191.254.9
    ns1.dedibox.fr.         3364    IN      A       88.191.254.8
    
    ;; Query time: 214 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Thu Oct 11 17:05:54 2007
    ;; MSG SIZE  rcvd: 109
    
    mh1:~#
    I've marked the authoritative nameservers for your domain in red. I don't think these are your own DNS servers.
     
  7. misterm

    misterm Member HowtoForge Supporter

    Finally of account, they are not my DNS, they are the DNS of another person, falko, because when I send an email, it return to me there with this error:

    Then, does it have to change something in ISPConfig or its control panel of the DNS?

    :eek: MM
     
  8. falko

    falko Super Moderator Howtoforge Staff

    No, you must create/modify the DNS records on ns1.dedibox.fr and ns2.dedibox.fr, not on your ISPConfig system.
     

Share This Page