Sub-domains timing out

Discussion in 'General' started by tristanlee85, May 23, 2006.

  1. tristanlee85

    tristanlee85 New Member

  2. falko

    falko Super Moderator Howtoforge Staff

    Your subdomains are pointing to private IP addresses:

    Code:
    dig tristan.plastikracing.net
    
    ; <<>> DiG 9.2.1 <<>> tristan.plastikracing.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49558
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;tristan.plastikracing.net.     IN      A
    
    ;; ANSWER SECTION:
    tristan.plastikracing.net. 86400 IN     A       [B][COLOR="Red"]192.168.1.130[/COLOR][/B]
    
    ;; Query time: 182 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Tue May 23 09:25:06 2006
    ;; MSG SIZE  rcvd: 59
    You must use your public one instead.
     
  3. tristanlee85

    tristanlee85 New Member

    Weird. I have the www.plastikracing.net pointing to the 192.168.1.130 IP and it works. I'll change it and see if it works.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    No, www.plastikracing.net is pointing to 65.186.87.93:

    Code:
    dig www.plastikracing.net
    
    ; <<>> DiG 9.2.1 <<>> www.plastikracing.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1769
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.plastikracing.net.         IN      A
    
    ;; ANSWER SECTION:
    www.plastikracing.net.  86362   IN      A       [B][COLOR="Red"]65.186.87.93[/COLOR][/B]
    
    ;; Query time: 7 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Tue May 23 18:50:28 2006
    ;; MSG SIZE  rcvd: 55
     
  5. tristanlee85

    tristanlee85 New Member

    So I changed the IPs of the servers in ISPconfig. It's been 2 days now and the IP still points to 192.168.1.130 instead of 65.186.87.93. How do I update this?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you change it in ISP-Manager or also in DNS-Manager? Is your server the primary DNS-Server of this domain?
     
  7. tristanlee85

    tristanlee85 New Member

    I changed it here:

    [​IMG]

    Both of my DNS servers (server.vasceria.com and server1.vasceria.com) both resolve to 65.186.87.93.
     
  8. falko

    falko Super Moderator Howtoforge Staff

    store.plastikracing.net is pointing to an internal IP address:

    Code:
     dig store.plastikracing.net
    
    ; <<>> DiG 9.2.1 <<>> store.plastikracing.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14995
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;store.plastikracing.net.       IN      A
    
    ;; ANSWER SECTION:
    [B][COLOR="Red"]store.plastikracing.net. 86400  IN      A       192.168.1.130[/COLOR][/B]
    
    ;; Query time: 257 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Fri May 26 16:21:45 2006
    ;; MSG SIZE  rcvd: 57
    Please check your settings in the DNS Manager.
     

Share This Page