My understanding of the Netex service was that it was a WAN optimizer -
proxy, not a DNS provider, so the choice of DNS provider wouldn't have made
a difference. Of course, I could be wrong, and if anyone can provide
details, I'd be more than happy to explore it. Given the history of
connectivity from Bezeq, I would lean towards that and not Google DNS.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Tue, Oct 19, 2010 at 12:28 PM, Maxim Veksler <[email protected]> wrote:

> Hi Ikai,
>
> Please note that the DNS resolver is 8.8.8.8, not "Netex" (which is btw a
> really crappy service).
>
> Anyways, it seems like (even though unlikely) that it was a Google issue
> because checking later that day the issue was fixed for me, the fix was
> 8.8.8.8 giving a different resolution for appspot.com.
>
> I would be interested in a follow up, just to make sure these issues won't
> happen again.
>
> For more details (the dig before and after) please see this discussion on
> the local linux mailing list http://article.gmane.org/gmane.linux.region.was
> 8.8.8.8 giving a different resolution for appspot.com. I would be
> intisrael/41395 <http://article.gmane.org/gmane.linux.region.israel/41395>
>
>
> <http://article.gmane.org/gmane.linux.region.israel/41395>Thank you for
> the reply,
> Maxim.
>
>
> On Tue, Oct 19, 2010 at 8:03 PM, Ikai Lan (Google) <
> [email protected] <ikai.l%[email protected]>> wrote:
>
>> Looks like you are with Bezeq international. Users have reported issues
>> before. Some users have reported that calling Beseq and asking to remove the
>> "Netex" service has worked:
>>
>>
>> http://groups.google.com/group/google-appengine/browse_thread/thread/a31babca25e769e9/d36129bb094e070b?lnk=gst&q=beseq#d36129bb094e070b
>>
>> --
>> Ikai Lan
>> Developer Programs Engineer, Google App Engine
>> Blogger: http://googleappengine.blogspot.com
>> Reddit: http://www.reddit.com/r/appengine
>> Twitter: http://twitter.com/app_engine
>>
>>
>>
>> On Sun, Oct 17, 2010 at 11:47 PM, Maxim Veksler <[email protected]>wrote:
>>
>>> Hello,
>>>
>>> Starting today I'm Having problems reaching appspot.com from the
>>> following IP:
>>>
>>> maximveks...@maximveksler-desktop:~$ wget -q -O - checkip.dyndns.org|sed
>>> -e 's/.*Current IP Address: //' -e 's/<.*$//'
>>> 84.108.229.170
>>>
>>> Please note that my DNS resolver is 8.8.8.8.
>>>
>>> Tested as following:
>>>
>>> maximveks...@maximveksler-desktop:~$ dig appspot.com
>>>
>>> ; <<>> DiG 9.7.1-P2 <<>> appspot.com
>>> ;; global options: +cmd
>>> ;; Got answer:
>>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11940
>>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
>>>
>>> ;; QUESTION SECTION:
>>> ;appspot.com.                   IN      A
>>>
>>> ;; ANSWER SECTION:
>>> appspot.com.            245     IN      A       173.194.36.141
>>>
>>> ;; Query time: 89 msec
>>> ;; SERVER: 8.8.8.8#53(8.8.8.8)
>>> ;; WHEN: Mon Oct 18 08:42:27 2010
>>> ;; MSG SIZE  rcvd: 45
>>>
>>> maximveks...@maximveksler-desktop:~$ wget appspot.com
>>> --2010-10-18 08:42:31--  http://appspot.com/
>>> Resolving appspot.com... 173.194.36.141
>>> Connecting to appspot.com|173.194.36.141|:80... connected.
>>> HTTP request sent, awaiting response... 404 Not Found
>>>  2010-10-18 08:42:32 ERROR 404: Not Found.
>>>
>>> maximveks...@maximveksler-desktop:~$ dig appengine.google.com
>>>
>>> ; <<>> DiG 9.7.1-P2 <<>> appengine.google.com
>>> ;; global options: +cmd
>>> ;; Got answer:
>>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55756
>>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
>>>
>>> ;; QUESTION SECTION:
>>> ;appengine.google.com.          IN      A
>>>
>>> ;; ANSWER SECTION:
>>> appengine.google.com.   85115   IN      CNAME   www3.l.google.com.
>>> www3.l.google.com.      300     IN      A       173.194.36.100
>>>
>>> ;; Query time: 97 msec
>>> ;; SERVER: 8.8.8.8#53(8.8.8.8)
>>> ;; WHEN: Mon Oct 18 08:42:37 2010
>>> ;; MSG SIZE  rcvd: 75
>>>
>>> maximveks...@maximveksler-desktop:~$ wget appengine.google.com
>>> --2010-10-18 08:42:45--  http://appengine.google.com/
>>> Resolving appengine.google.com... 173.194.36.100
>>> Connecting to appengine.google.com|173.194.36.100|:80... connected.
>>> HTTP request sent, awaiting response... 302 Found
>>> Location:
>>> https://www.google.com/accounts/ServiceLogin?service=ah&continue=https://appengine.google.com/_ah/login%3Fcontinue%3Dhttps://appengine.google.com/&ltmpl=ae&sig=c24697718eec1be75b7ab8f8a0c02416[following]
>>> --2010-10-18 08:42:46--
>>> https://www.google.com/accounts/ServiceLogin?service=ah&continue=https://appengine.google.com/_ah/login%3Fcontinue%3Dhttps://appengine.google.com/&ltmpl=ae&sig=c24697718eec1be75b7ab8f8a0c02416
>>> Resolving www.google.com... 173.194.36.104
>>> Connecting to www.google.com|173.194.36.104|:443... connected.
>>> HTTP request sent, awaiting response... 200 OK
>>>  Length: 13852 (14K) [text/html]
>>> Saving to: `index.html.1'
>>>
>>> 100%[==========================================================================================================================================>]
>>> 13,852      --.-K/s   in 0.1s
>>>
>>> 2010-10-18 08:42:46 (99.4 KB/s) - `index.html.1' saved [13852/13852]
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google App Engine for Java" group.
>>> To post to this group, send email to
>>> [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected]<google-appengine-java%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine-java%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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

Reply via email to