Can not add third DNS server in zone file

Discussion in 'General' started by oriongr, Jan 14, 2009.

  1. oriongr

    oriongr Member

    I tried to type a third NS record in a pri.DOMAIN zone file under the
    ;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;; line

    I made also a small change through the web interface so the serial will change
    but the change is not wokring
    and in the /var/log/syslog I have this output

    Jan 14 01:55:01 talos named[566]: pri.DOMAIN.TLD:30: unknown RR type 'name.domain.tld.'

    The server is Debian 4 with ISPconfig 2.2.29

    Any ideas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the exact line that you added.
     
  3. oriongr

    oriongr Member

    Code:
            NS         name.domain.tld.
    all tab seperated
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please try:

    domain.tld. NS ns3.domain.tld
     
  5. oriongr

    oriongr Member

    Ok thanks now I do not have the RR error I have to wait to see if the changes have been made..
     
  6. oriongr

    oriongr Member

    Well the server does not seem to "advertise" the third dns server....
     
  7. falko

    falko Super Moderator Howtoforge Staff

    What's in the zone file?
     
  8. oriongr

    oriongr Member

    Code:
    $TTL        86400
    @       IN      SOA     talos.outofspecs.gr. admin.outofspecs.gr. (
                            2009011508       ; serial, todays date + todays serial #
                            28800              ; refresh, seconds
                            7200              ; retry, seconds
                            604800              ; expire, seconds
                            86400 )            ; minimum, seconds
    ;
                    NS      talos.outofspecs.gr.              ; Inet Address of name server 1
                    NS      ermis.outofspecs.gr.              ; Inet Address of name server 2
    ;
    
      MX      10 talos.outofspecs.gr.
    
    outofspecs.gr.      A        94.75.214.29
    www       A       94.75.214.29
    talos       A       94.75.214.29
    webmail       A       94.75.214.29
    gallery       A       94.75.214.29
    mail       A       94.75.214.29
    ermis       A       94.75.214.120
    
    outofspecs.gr.       TXT  "v=spf1 a mx ptr ~all"
    
    ;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
    
    
    
    
    outofspecs.gr   NS      zeus.orion.gr.
    
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    You missed the dot after the first domain. It must be:

    outofspecs.gr. NS zeus.orion.gr.
     
  10. oriongr

    oriongr Member

    I am getting older I think.... :)

    thanks!
     

Share This Page