Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: welemon on October 17, 2007, 05:21:44 pm

Title: www.codeblocks.org domain registration
Post by: welemon on October 17, 2007, 05:21:44 pm
Hi, I can't resolve codeblocks.org 's ip address for a couple of days.

C:\Documents and Settings\liqi>ping www.codeblocks.org
Ping request could not find host www.codeblocks.org. Please check the name and t
ry again.


I have tried to use company's APEC vpn, EMEA, US east, US west as well. All get same problems.
Finally a friend in Canada help me to resolve the ip address 64.79.213.92.
And now I have to edit hosts file to set *.codeblocks.org to 64.79.213.92, including web and forum.

Does anybody else have the same problem?
Title: Re: www.codeblocks.org domain registration
Post by: Jenna on October 17, 2007, 05:45:57 pm
since this afternoon, there seems to be no forward dns-entry for codeblocks.org:
Code
$ dig codeblocks.org
; <<>> DiG 9.4.1-P1 <<>> codeblocks.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2268
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;codeblocks.org.                        IN      A

;; AUTHORITY SECTION:
org.                    0       IN      SOA     tld1.ultradns.net. domadmin.ultradns.net. 2007590701 1800 900 604800 86400

;; Query time: 80 msec
;; SERVER: 217.237.150.205#53(217.237.150.205)
;; WHEN: Wed Oct 17 17:43:30 2007
;; MSG SIZE  rcvd: 94

the reverse-dns still seems to work:
Code
$ dig -x 64.79.213.92

; <<>> DiG 9.4.1-P1 <<>> -x 64.79.213.92
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62388
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;92.213.79.64.in-addr.arpa.     IN      PTR

;; ANSWER SECTION:
92.213.79.64.in-addr.arpa. 296  IN      PTR     codeblocks.org.

;; Query time: 62 msec
;; SERVER: 217.237.150.205#53(217.237.150.205)
;; WHEN: Wed Oct 17 17:44:19 2007
;; MSG SIZE  rcvd: 71

Title: Re: www.codeblocks.org domain registration
Post by: mandrav on October 17, 2007, 10:55:04 pm
Yes, I 'm having some problems with the domain registrar.
Please be patient, I 'm trying to resolve this as soon as possible...
Title: Re: www.codeblocks.org domain registration
Post by: Keyla on October 18, 2007, 05:48:48 pm
Thank you :) , I wondered for a few days, too.