facebook server name resolve problem?

142 views
Skip to first unread message

marxwang

unread,
Dec 29, 2009, 2:06:32 AM12/29/09
to public-dns-discuss
I am both facebook and google public dns user. (at Taiwan)
After I use google public dns services, most my links (pics and rest)
to facebook are fail.

With test img url from photos-f.ak.fbcdn.net will be resolved as
60.254.131.78 by G DNS.
but type http://60.254.131.78 in browser timeout (or very slow) and
nslookup 60.254.131.78 timeout too.

With another webdns lookup (photos-f.ak.fbcdn.net) will get
80.154.117.25. and with this ip get much faster response.

Should that be google dns resolve the wrong ip? or the google dns
server return ip actually route slower for people actually in
different Area ( like Asia).

Alex Smith

unread,
Dec 29, 2009, 8:36:21 AM12/29/09
to public-dn...@googlegroups.com
It's likely the fact that they are using Akamai - and hence geolocation based on where the DNS request comes from.

It's been covered a fair bit already on here, but because Googles servers are elsewhere they won't get the same sort of "close" result that you would from your ISP (I get sent to Munich, Germany for example when I should be going to London, UK).

That 60.254.131.78 IP is in Japan by the way.

- Alex

--
========================================================
You received this message because you are subscribed to the Google
Groups "public-dns-discuss" group.
To post to this group, send email to public-dn...@googlegroups.com
To unsubscribe from this group, send email to
public-dns-disc...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/public-dns-discuss?hl=en
For more information on Google Public DNS, please visit
http://code.google.com/speed/public-dns
========================================================

James O'Donnell

unread,
Dec 31, 2009, 11:36:50 PM12/31/09
to public-dns-discuss
Same problem in Taipei.

workhorse:~ james$ dig @8.8.8.8 profile.ak.fbcdn.net

; <<>> DiG 9.6.0-APPLE-P2 <<>> @8.8.8.8 profile.ak.fbcdn.net
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39471
;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;profile.ak.fbcdn.net. IN A

;; ANSWER SECTION:
profile.ak.fbcdn.net. 7186 IN CNAME
profile.ak.facebook.com.edgesuite.net.
profile.ak.facebook.com.edgesuite.net. 21586 IN CNAME
a1725.l.akamai.net.
a1725.l.akamai.net. 6 IN A 60.254.131.171
a1725.l.akamai.net. 6 IN A 60.254.131.169
a1725.l.akamai.net. 6 IN A 60.254.131.162
a1725.l.akamai.net. 6 IN A 60.254.131.168
a1725.l.akamai.net. 6 IN A 60.254.131.178
a1725.l.akamai.net. 6 IN A 60.254.131.163
a1725.l.akamai.net. 6 IN A 60.254.131.177
a1725.l.akamai.net. 6 IN A 60.254.131.161
a1725.l.akamai.net. 6 IN A 60.254.131.184

;; Query time: 17 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jan 1 12:25:43 2010
;; MSG SIZE rcvd: 259

workhorse:~ james$ dig @168.95.1.1 profile.ak.fbcdn.net

; <<>> DiG 9.6.0-APPLE-P2 <<>> @168.95.1.1 profile.ak.fbcdn.net
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6343
;; flags: qr rd ra; QUERY: 1, ANSWER: 11, AUTHORITY: 9, ADDITIONAL: 5

;; QUESTION SECTION:
;profile.ak.fbcdn.net. IN A

;; ANSWER SECTION:
profile.ak.fbcdn.net. 598 IN CNAME
profile.ak.facebook.com.edgesuite.net.
profile.ak.facebook.com.edgesuite.net. 14991 IN CNAME
a1725.l.akamai.net.
a1725.l.akamai.net. 7 IN A 216.246.87.43
a1725.l.akamai.net. 7 IN A 216.246.87.48
a1725.l.akamai.net. 7 IN A 216.246.87.49
a1725.l.akamai.net. 7 IN A 216.246.87.50
a1725.l.akamai.net. 7 IN A 216.246.87.56
a1725.l.akamai.net. 7 IN A 216.246.87.57
a1725.l.akamai.net. 7 IN A 216.246.87.40
a1725.l.akamai.net. 7 IN A 216.246.87.41
a1725.l.akamai.net. 7 IN A 216.246.87.42

;; AUTHORITY SECTION:
l.akamai.net. 752 IN NS n0l.akamai.net.
l.akamai.net. 752 IN NS n4l.akamai.net.
l.akamai.net. 752 IN NS n2l.akamai.net.
l.akamai.net. 752 IN NS n5l.akamai.net.
l.akamai.net. 752 IN NS n6l.akamai.net.
l.akamai.net. 752 IN NS n7l.akamai.net.
l.akamai.net. 752 IN NS n1l.akamai.net.
l.akamai.net. 752 IN NS n8l.akamai.net.
l.akamai.net. 752 IN NS n3l.akamai.net.

;; ADDITIONAL SECTION:
n0l.akamai.net. 1032 IN A 60.254.173.7
n1l.akamai.net. 2074 IN A 202.175.5.94
n2l.akamai.net. 2101 IN A 60.254.173.7
n3l.akamai.net. 1766 IN A 203.69.113.37
n4l.akamai.net. 667 IN A 203.69.113.36

;; Query time: 21 msec
;; SERVER: 168.95.1.1#53(168.95.1.1)
;; WHEN: Fri Jan 1 12:26:22 2010
;; MSG SIZE rcvd: 501


On Dec 29 2009, 3:06 pm, marxwang <marx.w...@gmail.com> wrote:
> I am bothfacebookand google public dns user. (at Taiwan)


> After I use google public dns services, most my links (pics and rest)

> tofacebookare fail.


>
> With test img url from photos-f.ak.fbcdn.net will be resolved as
> 60.254.131.78 by G DNS.

> but typehttp://60.254.131.78in browser timeout (or very slow) and

Reply all
Reply to author
Forward
0 new messages