Author Topic: www.codeblocks.org domain registration  (Read 4273 times)

welemon

  • Guest
www.codeblocks.org domain registration
« 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: www.codeblocks.org domain registration
« Reply #1 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


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: www.codeblocks.org domain registration
« Reply #2 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...
Be patient!
This bug will be fixed soon...

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: www.codeblocks.org domain registration
« Reply #3 on: October 18, 2007, 05:48:48 pm »
Thank you :) , I wondered for a few days, too.