So my domains www.plastikracing.net and www.fedexunderground.com work just fine. I've got 2 sub-domains off of www.plastikracing.net. They are http://tristan.plastikracing.net and http://store.plastikracing.net . The sub-domains work find for me, but are timing out for everyone else. Any ideas? I created a DNS and DNS-MX for both sub-domains and selected the same IP address as I did for the regular domain.
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.
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.
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
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?
Do you change it in ISP-Manager or also in DNS-Manager? Is your server the primary DNS-Server of this domain?
I changed it here: Both of my DNS servers (server.vasceria.com and server1.vasceria.com) both resolve to 65.186.87.93.
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.