ISPConfig - Name Server Config

Discussion in 'Installation/Configuration' started by Fairbanks, Jul 25, 2011.

  1. Fairbanks

    Fairbanks New Member

    Hi Gang,

    I've installed an ISPConfig server using the perfect setup with CentOS 5.6 few weeks ago. One of my resellers has started to migrate some of his sites from my old box to the new one.

    All his domains are registered with "domainatcost". He transferred the web site code and databases from box to box, then changed the name servers to point to the new environment. Everything worked for ± 10 domains but not for two CA domains (one of the 2 is "ebsf40.ca").

    We tried to get support from domainatcost’s staff but we have been told that "the name servers provided are not valid nameservers". This is mind bugling since it worked for a bunch domains now.

    How can I check my environment ? Should I register my name server somewhere ? The box’s name is “ns1.khameleo.ca” (IP= 69.70.100.146). Let me know if you need any configuration file.

    Thanks,
     
  2. falko

    falko Super Moderator Howtoforge Staff

    This is what I'm getting:

    Code:
    mh1:~# dig any ebsf40.ca
    
    ; <<>> DiG 9.3.4 <<>> any ebsf40.ca
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 690
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;ebsf40.ca.                     IN      ANY
    
    ;; ANSWER SECTION:
    ebsf40.ca.              86400   IN      TXT     "v=spf1 a mx ptr ~all"
    ebsf40.ca.              86400   IN      SOA     ns1.khameleo.ca. admin.ebsf40.ca. 2011072401 28800 7200 604800 86400
    ebsf40.ca.              86400   IN      NS      ns2.khameleo.ca.
    ebsf40.ca.              86400   IN      NS      ns1.khameleo.ca.
    ebsf40.ca.              86400   IN      MX      10 mail.khameleo.ca.
    ebsf40.ca.              86400   IN      A       69.70.100.146
    
    ;; Query time: 151 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Tue Jul 26 17:42:33 2011
    ;; MSG SIZE  rcvd: 184
    
    mh1:~# dig ns2.khameleo.ca
    
    ; <<>> DiG 9.3.4 <<>> ns2.khameleo.ca
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 893
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;ns2.khameleo.ca.               IN      A
    
    ;; ANSWER SECTION:
    ns2.khameleo.ca.        86400   IN      A       69.70.100.146
    
    ;; AUTHORITY SECTION:
    khameleo.ca.            86400   IN      NS      ns1.khameleo.ca.
    khameleo.ca.            86400   IN      NS      ns2.khameleo.ca.
    
    ;; ADDITIONAL SECTION:
    ns1.khameleo.ca.        86400   IN      A       69.70.100.146
    
    ;; Query time: 113 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Tue Jul 26 17:42:56 2011
    ;; MSG SIZE  rcvd: 97
    
    mh1:~# dig ns1.khameleo.ca
    
    ; <<>> DiG 9.3.4 <<>> ns1.khameleo.ca
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57929
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;ns1.khameleo.ca.               IN      A
    
    ;; ANSWER SECTION:
    ns1.khameleo.ca.        86400   IN      A       69.70.100.146
    
    ;; AUTHORITY SECTION:
    khameleo.ca.            86400   IN      NS      ns2.khameleo.ca.
    khameleo.ca.            86400   IN      NS      ns1.khameleo.ca.
    
    ;; ADDITIONAL SECTION:
    ns2.khameleo.ca.        86400   IN      A       69.70.100.146
    
    ;; Query time: 115 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Tue Jul 26 17:43:02 2011
    ;; MSG SIZE  rcvd: 97
    
    mh1:~#
    I see that your nameservers run on the same IP - some registrars might refuse to accept that. Maybe this is against the policies for .ca domains?
     
  3. Fairbanks

    Fairbanks New Member

    Thanks Falko,

    This may be possible, I will check. Beside, the one IP setup is temporary until all the sites are moved from the old box to the new (then, I will turn the old box into my second separate name server).

    Maybe I could manage to get the old box to run ISPConfig with its BIND and accept the zone file from my new ISPConfig server as a secondary name server. Can you lead me to instruction to perform that if it's feasible. I know DynDNS offers that service (secondary DNS) for more or less $40 a year (perhaps that could be a plan to get my second name server for the domains I manage).

    G
     
    Last edited: Jul 27, 2011
  4. falko

    falko Super Moderator Howtoforge Staff

  5. Fairbanks

    Fairbanks New Member

    Yes, I'm on ISPConfig 2 (± 50 domains / sites). Thanks a lot. I will read for sure...

    G
     

Share This Page