I agree, register.com's DNS servers are not playing ball.

$ dig www.denizlispor.com

; <<>> DiG 9.3.4-P1 <<>> www.denizlispor.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 61465
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

but if you dig deeper you will see what they have wrong...

$dig www.denizlispor.com @dns185.b.register.com

; <<>> DiG 9.3.4-P1 <<>> www.denizlispor.com @dns185.b.register.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 484
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.denizlispor.com.           IN      A

;; ANSWER SECTION:
www.denizlispor.com.    3600    IN      CNAME   ghs.google.com.
ghs.google.com.         14400   IN      CNAME   ghs.google.com.

;; Query time: 151 msec
;; SERVER: 216.21.232.185#53(216.21.232.185)
;; WHEN: Mon Nov 24 13:44:18 2008
;; MSG SIZE  rcvd: 76


... that 'looping' CNAME is never going to work. I suggest you ask
register.com to sort out their server, it should be something like:

$ dig ghs.google.com @ns.google.com

; <<>> DiG 9.3.4-P1 <<>> ghs.google.com @ns.google.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54269
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 7, ADDITIONAL: 7

;; QUESTION SECTION:
;ghs.google.com.                        IN      A

;; ANSWER SECTION:
ghs.google.com.         604800  IN      CNAME   ghs.l.google.com.





2008/11/24 Efe <[EMAIL PROTECTED]>:
>
> hi thanks for replying, your name suggest sen Turk'sun?
>
> the Register.com says nothing wrong on their side
>
> i'm now puzzled with all this..
>
>
>
> On Nov 24, 9:56 am, "Berk D. Demir" <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Your problem is with DNS but not related with Google App Engine.
>> Contact register.com
>>
>> $ host -t ns denizlispor.com
>> denizlispor.com name server dns185.b.register.com.
>> denizlispor.com name server dns190.a.register.com.
>> denizlispor.com name server dns228.c.register.com.
>> denizlispor.com name server dns249.d.register.com.
>>
>> $ dig +qrwww.denizlispor.com
>>
>> ; <<>> DiG 9.4.2-P2 <<>> +qrwww.denizlispor.com
>> ;; global options:  printcmd
>> ;; Sending:
>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15694
>> ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
>>
>> ;; QUESTION SECTION:
>> ;www.denizlispor.com.             IN      A
>>
>> ;; connection timed out; no servers could be reached
>>
>> On Nov 24, 3:23 am, Efe <[EMAIL PROTECTED]> wrote:
>>
>> > Hi, my website (http://www.denizlispor.com/) stopped working
>> > suddenly..
>>
>> > its pointing to ghs.google.com the app itself over at
>> > denizlispordotcom.appspot.com is working fine.
> >
>



-- 
Barry

- www.nearby.org.uk - www.geograph.org.uk -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to