Configuring Nameservers in GoDaddy

Discussion in 'Installation/Configuration' started by brianetilley, Aug 29, 2006.

  1. brianetilley

    brianetilley New Member

    I am having a problem with the configuration.

    server #1 IP: 68.149.224.197
    server #2 IP: 68.149.224.198

    server #1 Domain Name: hostesp1.com
    server #2 Domain Name: espswebhosting.com

    This what I get when I run the tests:


    Code:
    www:~# dig @ns1.hostesp1.com any espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns1.hostesp1.com any espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39096
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;espswebhosting.com.            IN      ANY
    
    ;; ANSWER SECTION:
    espswebhosting.com.     86400   IN      SOA     ns1.hostesp1.com. admin.hostesp1.com. 2006082904 28800 7200 604800 86400
    espswebhosting.com.     86400   IN      NS      ns2.hostesp1.com.
    espswebhosting.com.     86400   IN      NS      ns1.hostesp1.com.
    espswebhosting.com.     86400   IN      MX      10 mail.espswebhosting.com.
    espswebhosting.com.     86400   IN      A       68.149.224.198
    
    ;; ADDITIONAL SECTION:
    mail.espswebhosting.com. 86400  IN      A       68.149.224.197
    
    ;; Query time: 2 msec
    ;; SERVER: 68.149.224.197#53(ns1.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:25:37 2006
    ;; MSG SIZE  rcvd: 176
    Code:
    www:~# dig @ns1.hostesp1.com any www.espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns1.hostesp1.com any www.espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43810
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.espswebhosting.com.                IN      ANY
    
    ;; ANSWER SECTION:
    www.espswebhosting.com. 86400   IN      A       68.149.224.197
    
    ;; AUTHORITY SECTION:
    espswebhosting.com.     86400   IN      NS      ns1.hostesp1.com.
    espswebhosting.com.     86400   IN      NS      ns2.hostesp1.com.
    
    ;; Query time: 1 msec
    ;; SERVER: 68.149.224.197#53(ns1.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:33:57 2006
    ;; MSG SIZE  rcvd: 101

    Code:
    www:~# dig @ns1.hostesp1.com any mail.espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns1.hostesp1.com any mail.espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12773
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;mail.espswebhosting.com.       IN      ANY
    
    ;; ANSWER SECTION:
    mail.espswebhosting.com. 86400  IN      A       68.149.224.197
    
    ;; AUTHORITY SECTION:
    espswebhosting.com.     86400   IN      NS      ns1.hostesp1.com.
    espswebhosting.com.     86400   IN      NS      ns2.hostesp1.com.
    
    ;; Query time: 1 msec
    ;; SERVER: 68.149.224.197#53(ns1.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:36:08 2006
    ;; MSG SIZE  rcvd: 102

    Code:
    www:~# dig @ns2.hostesp1.com any espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns2.hostesp1.com any espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41643
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;espswebhosting.com.            IN      ANY
    
    ;; Query time: 1 msec
    ;; SERVER: 68.149.224.198#53(ns2.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:37:49 2006
    ;; MSG SIZE  rcvd: 36

    Code:
    www:~# dig @ns2.hostesp1.com any www.espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns2.hostesp1.com any www.espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 37809
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.espswebhosting.com.                IN      ANY
    
    ;; Query time: 1 msec
    ;; SERVER: 68.149.224.198#53(ns2.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:39:40 2006
    ;; MSG SIZE  rcvd: 40

    Code:
    www:~# dig @ns2.hostesp1.com any mail.espswebhosting.com
    
    ; <<>> DiG 9.2.4 <<>> @ns2.hostesp1.com any mail.espswebhosting.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 11265
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;mail.espswebhosting.com.       IN      ANY
    
    ;; Query time: 2 msec
    ;; SERVER: 68.149.224.198#53(ns2.hostesp1.com)
    ;; WHEN: Tue Aug 29 11:42:27 2006
    ;; MSG SIZE  rcvd: 41
    Any suggestions greatly appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Which distribution do you use on your secondary DNS server? Did you create the slave zones in ISPConfig on the secondary DNS server? Any errors in the logs on the secondary DNS?
     
  3. brianetilley

    brianetilley New Member

    Server #1 has a different version of ISPConfig. I will update it and go through the server settings again. I should have thought of that...Thanks for the help.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    I don't think it's a problem of different ISPConfig versions...
     

Share This Page