View Single Post
Old 11/13/2010, 08:50 am   #8
DjNDB  Community Moderator
Community Moderator
 
DjNDB's Avatar
 
Join Date: Jan 2007
Location: Germany
Posts: 4,862
Default

It seems to be some weird network issue, occuring only in some networks...
In my case DNS seems to be a problem.

It doesn't work with my DSL connection:
Quote:
$ nslookup www.telltalegames.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53

** server can't find www.telltalegames.com: NXDOMAIN
It does however if i use a VPN, e.g. hotspot shield.

Quote:
$ nslookup www.telltalegames.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53

Non-authoritative answer:
www.telltalegames.com canonical name = telltalegames.com.
Name: telltalegames.com
Address: 74.52.103.162
As you can see i even ask the same DNS server (8.8.8.8, google DNS) both times and get different answers.
I have no idea why this happens, since both are recursive DNS requests to the same server. That means, 8.8.8.8 does the iterative DNS resolving and should give the same answer, seemingly depending on my route to the DNS.


For now i'll work around it by adding
74.52.103.162 www.telltalegames.com
to my hosts file, until it's fixed.
DjNDB is offline   Reply With Quote