cancel
Showing results for 
Search instead for 
Did you mean: 

DNS preggers again

rickinyorkshire
Grafter
Posts: 28
Registered: ‎21-01-2009

Re: DNS preggers again

I had a weird issue last night and this morning. I was suddenly around 10pm unable to view any web pages at all. I was still able to play games (CSS) and download torrents (P2P) but http was not working. I was too tired last night to mess but i did reboot the router a couple of times and also reset the little bugger. I left it on overnight and this morning it was still not working for http. I raised a fault through your portal and went through the steps to resolve the case. now i am not at home so i had to get my g/f to do most, and she says once she entered the http://212.64.x.x bbc address in the address bar, she was then able to connect to web pages. Rather weird tbh. All fixed now anyway, but just wondered if anyone had similar issues last night?
Thanks,
Richard.
Be3G
Grafter
Posts: 6,111
Thanks: 1
Registered: ‎05-04-2007

Re: DNS preggers again

I also had something strange happen about 45 minutes ago: I lost all connectivity (I disconnected from IRC and iPlayer told me I was offline) but according to my router, my sync and connection to PN never dropped. Huh It could be completely unrelated; it might be, for example, that my wireless temporarily faded without me noticing... but I thought I'd mention it just in case. Aside from that though, everything seems to have worked well for me for the last couple of days.
bobpullen
Community Gaffer
Community Gaffer
Posts: 16,899
Thanks: 5,008
Fixes: 316
Registered: ‎04-04-2007

Re: DNS preggers again

As mentioned, we don't think there's anything wrong with DNS. After intensive testing/investigation all the DNS caches check out fine. We've also checked the configuration of the load balancers and all the interfaces look fine and aren't suffering from any load issues.
The next step would probably be to start looking at traffic flows and the Ellacoyas. We made some changes recently to the traffic management setup and what people are seeing could be something to do with that.
In order for you guys to help with the diagnosis, it helps if you have an understanding about how traffic is routed to the DNS servers.
This might be above a few peoples' heads but hopefully some of you will find it useful.
There are 4 'virtual ips' that our customers use for DNS resolution, you'll probably know these by the following 4 IP addresses.
212.159.6.9
212.159.6.10
212.159.13.49
212.159.13.50
We have 2 'loadbalanced' sites that 'advertise' these IP's via OSPF. Using OSPF, traffic is pushed through our routers (e.g.pcl-gw01) to whichever site is closest to the gateway you're connected to.
The OSPF information advertised by the loadbalancers to the network just tells network routers how close they are so that a decision can be made on the closest server to route traffic – I could go into more details but it's a little beyond the scope of this thread.
e.g.
dns_request(pc/router)--->pcl-ag01--->pcl-gw01--->pcl-loadbalancer--->cache0(1-4)

This is where the problem arises because what is actually a network/routing problem can easily be misinterpreted as a DNS failure.
To help with diagnosis there are a few things that you can do when you're suffering from problems.
Firstly, find out what of the 4 DNS addresses you are using. You might already know this however if you don't you should find the information on one of your router's status pages. Failing that, you can run the ipconfig command from a Windows command prompt:
Quote from: ipconfig
C:\Users\admin>ipconfig /all
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Network Con
nection
Physical Address. . . . . . . . . : 00-1B-77-C5-37-5E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::6d63:2b26:cfac:4ead%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.65(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 23 April 2009 12:44:41
Lease Expires . . . . . . . . . . : 24 April 2009 12:44:41
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 212.159.13.49 <--- If this shows your router's IP address then you'll need to look on your router status pages for the addresses you're using.
212.159.13.50
NetBIOS over Tcpip. . . . . . . . : Enabled

Secondly, run a traceroute from a Windows command line to each of the DNS addresses. This will tell us both what gateway you're connected to and which of the two loadbalanced sites your DNS traffic is going to.
Quote
C:\Users\admin>tracert 212.159.13.49
Tracing route to pth-cdns01.plus.net [212.159.13.49]
over a maximum of 30 hops:
1 89 ms 98 ms 99 ms dsldevice.lan [192.168.1.254]
2 58 ms 49 ms 70 ms lo0-plusnet.pte-ag2.plus.net [195.166.128.72]
3 38 ms 57 ms 36 ms ge0-0-0-504.pte-gw1.plus.net [84.92.4.89]
4 62 ms 52 ms 49 ms te2-2.pcl-gw01.plus.net [212.159.0.185]
5 84 ms 53 ms 47 ms vl63.pcl-lb01.plus.net [212.159.2.252]
6 40 ms 28 ms 31 ms pth-cdns01.plus.net [212.159.13.49]
Trace complete.

Quote
C:\Users\admin>tracert 212.159.13.50
Tracing route to pth-cdns02.plus.net [212.159.13.50]
over a maximum of 30 hops:
1 75 ms 99 ms 98 ms dsldevice.lan [192.168.1.254]
2 68 ms 49 ms 55 ms lo0-plusnet.pte-ag2.plus.net [195.166.128.72]
3 72 ms 48 ms 66 ms ge0-0-0-504.pte-gw1.plus.net [84.92.4.89]
4 64 ms 52 ms 48 ms te2-2.pcl-gw01.plus.net [212.159.0.185]
5 30 ms 233 ms 30 ms vl63.pcl-lb01.plus.net [212.159.2.252]
6 271 ms 281 ms 60 ms pth-cdns02.plus.net [212.159.13.50]
Trace complete.

Finally try performing a DNS lookup against each of the DNS addresses using a command line utility like 'nslookup'
Quote
C:\Users\admin>nslookup bbc.co.uk 212.159.13.49
Server: pth-cdns01.plus.net
Address: 212.159.13.49
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

Quote
C:\Users\admin>nslookup bbc.co.uk 212.159.13.50
Server: pth-cdns02.plus.net
Address: 212.159.13.50
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

The next time any of you are having problems, try some of the steps above and post your findings back here.

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵

scootie
Grafter
Posts: 4,799
Thanks: 1
Registered: ‎03-11-2007

Re: DNS preggers again

good bit of infromation there bob and far beyound what any other isp would do for such a problem that is being seen.
thats if any other isp would even investigate such a problem.
i've allways used 212.159.13.49    212.159.13.50 ip's and as i havent seen any problems i will switch to the other ip's and see if theres any diffrence beetween the pair
gurth
Newbie
Posts: 4
Registered: ‎28-04-2009

Re: DNS preggers again

Still having troubles this evening, has yet to really easy off for me at all.
My tests tonight...
Router DNS set to 212.159.6.9
Quote
Traceroute has started ...
traceroute to 212.159.6.9 (212.159.6.9), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  2.014 ms  0.983 ms  0.924 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  25.105 ms  19.613 ms  22.932 ms
3  gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  23.305 ms  18.493 ms  19.817 ms
4  * * *
5  * * *
6  * * *
7  *

Quote
Traceroute has started ...
traceroute to 212.159.6.10 (212.159.6.10), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  1.232 ms  1.557 ms  1.058 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  23.022 ms  21.519 ms  22.925 ms
3  gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  25.136 ms  24.203 ms  27.048 ms
4  * * *
5  * * *
6  * * *
7  *

Quote
Traceroute has started ...
traceroute to 212.159.13.49 (212.159.13.49), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  2.371 ms  0.938 ms  0.912 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  33.771 ms  20.808 ms  21.620 ms
3  gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  24.036 ms  22.213 ms  26.468 ms
4  * * *
5  * * *
6  * * *

Quote
Traceroute has started ...
traceroute to 212.159.13.50 (212.159.13.50), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  1.284 ms  1.078 ms  1.033 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  26.907 ms  19.805 ms  30.467 ms
3  gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  60.402 ms  25.330 ms  22.245 ms
4  * * *
5  * * *
6  * *

Quote
Macintosh:~ gurth$ nslookup bbc.co.uk 212.159.6.9
Server: 212.159.6.9
Address: 212.159.6.9#53
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

Quote
Macintosh:~ gurth$ nslookup bbc.co.uk 212.159.6.10
Server: 212.159.6.10
Address: 212.159.6.10#53
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

Quote
Macintosh:~ gurth$ nslookup bbc.co.uk 212.159.13.49
Server: 212.159.13.49
Address: 212.159.13.49#53
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

Quote
slookup bbc.co.uk 212.159.13.50
Server: 212.159.13.50
Address: 212.159.13.50#53
Non-authoritative answer:
Name: bbc.co.uk
Address: 212.58.254.252

Quote
Macintosh:~ gurth$ traceroute bbc.co.uk
traceroute to bbc.co.uk (212.58.254.252), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  1.812 ms  1.029 ms  1.200 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  20.153 ms  32.217 ms  23.306 ms
3  gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  22.344 ms  38.864 ms  19.937 ms
4  te2-2.thn-gw2.plus.net (212.159.0.190)  99.340 ms  219.893 ms  205.630 ms
5  rt0.thdo.bbc.co.uk (212.58.239.25)  45.047 ms  46.175 ms  28.850 ms
6  212.58.238.133 (212.58.238.133)  43.631 ms  23.760 ms  25.222 ms
7  rdirslb0.thdo.bbc.co.uk (212.58.224.136)  31.709 ms  22.821 ms  25.399 ms
8  virtual3.rbsov.bbc.co.uk (212.58.254.252)  34.048 ms  23.892 ms  21.338 ms

gurth
Newbie
Posts: 4
Registered: ‎28-04-2009

Re: DNS preggers again

Quote
Macintosh:sbin gurth$ traceroute bbc.co.uk
traceroute to bbc.co.uk (212.58.254.252), 64 hops max, 40 byte packets
1  10.0.0.1 (10.0.0.1)  1.515 ms  1.019 ms  1.328 ms
2  lo0-plusnet.pcl-ag02.plus.net (195.166.128.39)  29.316 ms  29.277 ms  33.768 ms
3  * gi1-2-904.pcl-gw02.plus.net (84.92.0.141)  31.224 ms  29.474 ms
4  te2-2.thn-gw2.plus.net (212.159.0.190)  27.929 ms  32.769 ms  43.779 ms
5  rt0.thdo.bbc.co.uk (212.58.239.25)  26.585 ms  21.885 ms  26.789 ms
6  212.58.238.133 (212.58.238.133)  28.601 ms  26.928 ms  24.039 ms
7  rdirslb0.thdo.bbc.co.uk (212.58.224.136)  20.783 ms  24.472 ms  42.663 ms
8  virtual3.rbsov.bbc.co.uk (212.58.254.252)  37.693 ms  57.068 ms  38.298 ms
Macintosh:sbin gurth$
gurth
Newbie
Posts: 4
Registered: ‎28-04-2009

Re: DNS preggers again

Accessed Facbook with my Firefox and Live headers switched on, no cache or cookies:
(left my user-agent switched to IE6 but shouldn't matter)
START - Date: Tue, 28 Apr 2009 22:49:17 GMT
END - Date: Tue, 28 Apr 2009 22:49:54 GMT
Takes 37 seconds to load the home page.
Quote
http://www.facebook.com/
GET / HTTP/1.1
Host: www.facebook.com
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Date: Tue, 28 Apr 2009 22:49:17 GMT
Server: Apache/1.3.41.fb2
P3P: CP="HONK"
Set-Cookie: datr=1240958958-67b0462dd76e5e4bc27577577170d58750aa610724101bc7be546; expires=Thu, 28-Apr-2011 22:49:18 GMT; path=/; domain=.facebook.com; httponly
Set-Cookie: reg_fb_gate=http%3A%2F%2Fwww.facebook.com%2F; path=/; domain=.facebook.com
Set-Cookie: reg_fb_ref=http%3A%2F%2Fwww.facebook.com%2F; path=/; domain=.facebook.com
Set-Cookie: ABT=%3A%3A%23b0ad8a8df29cc7bafdf91e67c86d58561st0%3A1241563758%3AA; expires=Tue, 05-May-2009 22:49:18 GMT; path=/; domain=.facebook.com; httponly
Set-Cookie: test_cookie=1; path=/; domain=.facebook.com
Set-Cookie: login=+; path=/; domain=.facebook.com; httponly
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Cnection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
----------------------------------------------------------
http://static.ak.fbcdn.net/js_strings.php/t86177/en_US
GET /js_strings.php/t86177/en_US HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 25795
Vary: Accept-Encoding
Cache-Control: public, max-age=7678
Expires: Wed, 29 Apr 2009 00:57:20 GMT
Date: Tue, 28 Apr 2009 22:49:22 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/z93A6/lpkg/8ahydx9t/en_US/141/160683/js/6a1bbnrfz64os8cc.pkg.j...
GET /rsrc.php/z93A6/lpkg/8ahydx9t/en_US/141/160683/js/6a1bbnrfz64os8cc.pkg.js HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.139.107" PID="5497"
X-Gen-Date: Mon, 27 Apr 2009 23:15:57 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 66392
Vary: Accept-Encoding
Cache-Control: public, max-age=2334311
Expires: Mon, 25 May 2009 23:14:39 GMT
Date: Tue, 28 Apr 2009 22:49:28 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/zEGHC/lpkg/a64xkkxk/nu_ll/141/159520/js/994qn6krufc48gok.pkg.js
GET /rsrc.php/zEGHC/lpkg/a64xkkxk/nu_ll/141/159520/js/994qn6krufc48gok.pkg.js HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.101" PID="19914"
X-Gen-Date: Tue, 21 Apr 2009 18:38:35 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 11532
Vary: Accept-Encoding
Cache-Control: public, max-age=1799347
Expires: Tue, 19 May 2009 18:38:47 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/zEWNT/lpkg/psg1kyu7/en_US/141/159678/js/3xqcncv2s4g0804o.pkg.js
GET /rsrc.php/zEWNT/lpkg/psg1kyu7/en_US/141/159678/js/3xqcncv2s4g0804o.pkg.js HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.110" PID="31431"
X-Gen-Date: Wed, 22 Apr 2009 03:30:22 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 16740
Vary: Accept-Encoding
Cache-Control: public, max-age=1831245
Expires: Wed, 20 May 2009 03:30:25 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/zEJTV/l/5k5jekhg/nu_ll/139152/js/useragent.js
GET /rsrc.php/zEJTV/l/5k5jekhg/nu_ll/139152/js/useragent.js HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.110" PID="3750"
X-Gen-Date: Thu, 16 Apr 2009 12:37:59 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 486
Vary: Accept-Encoding
Cache-Control: public, max-age=1345679
Expires: Thu, 14 May 2009 12:37:39 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/zC6TQ/l/b5pdlfqn/en_US/149980/css/UIErrorFlag.css
GET /rsrc.php/zC6TQ/l/b5pdlfqn/en_US/149980/css/UIErrorFlag.css HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.139.104" PID="8167"
X-Gen-Date: Sat, 11 Apr 2009 21:31:51 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 760
Vary: Accept-Encoding
Cache-Control: public, max-age=945700
Expires: Sat, 09 May 2009 21:31:20 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/loaders/indicator_blue_small.gif?8:111099
GET /images/loaders/indicator_blue_small.gif?8:111099 HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Tue, 14 Apr 2009 01:47:51 GMT
Accept-Ranges: bytes
Content-Length: 522
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1435768
Expires: Fri, 15 May 2009 13:39:08 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/z96MF/lpkg/42sa3msb/en_US/141/159058/css/avqf3zq4sh4o4gg8.pkg.cs...
GET /rsrc.php/z96MF/lpkg/42sa3msb/en_US/141/159058/css/avqf3zq4sh4o4gg8.pkg.css HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.102" PID="4476"
X-Gen-Date: Tue, 21 Apr 2009 17:05:20 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 3147
Vary: Accept-Encoding
Cache-Control: public, max-age=1793717
Expires: Tue, 19 May 2009 17:04:57 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.cs...
GET /rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.css HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.108" PID="18714"
X-Gen-Date: Tue, 14 Apr 2009 16:53:28 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 3881
Vary: Accept-Encoding
Cache-Control: public, max-age=1188204
Expires: Tue, 12 May 2009 16:53:04 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/z9H1R/l/4hiewybl/nu_ll/158955/js/language.js
GET /rsrc.php/z9H1R/l/4hiewybl/nu_ll/158955/js/language.js HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.110" PID="31090"
X-Gen-Date: Tue, 21 Apr 2009 17:05:16 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 500
Vary: Accept-Encoding
Cache-Control: public, max-age=1793756
Expires: Tue, 19 May 2009 17:05:36 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/z1NGP/lpkg/59i9oy5i/en_US/141/159927/css/1uom3yh8tp7o4so4.pkg....
GET /rsrc.php/z1NGP/lpkg/59i9oy5i/en_US/141/159927/css/1uom3yh8tp7o4so4.pkg.css HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.139.103" PID="3578"
X-Gen-Date: Thu, 23 Apr 2009 00:43:31 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 12027
Vary: Accept-Encoding
Cache-Control: public, max-age=1907592
Expires: Thu, 21 May 2009 00:42:52 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/favicon.ico?8:132011
GET /favicon.ico?8:132011 HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Tue, 14 Apr 2009 01:48:01 GMT
Accept-Ranges: bytes
Content-Length: 1150
X-Cnection: close
Content-Type: image/x-icon
Cache-Control: max-age=1435757
Expires: Fri, 15 May 2009 13:38:58 GMT
Date: Tue, 28 Apr 2009 22:49:41 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/loaders/indicator_blue_small.gif?8:111099
GET /images/loaders/indicator_blue_small.gif?8:111099 HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Tue, 14 Apr 2009 01:47:51 GMT
Accept-Ranges: bytes
Content-Length: 522
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1435768
Expires: Fri, 15 May 2009 13:39:08 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/z1FZ6/lpkg/2b37kcqn/en_US/141/160683/js/2wbl1xghlbcw44wc.pkg.j...
GET /rsrc.php/z1FZ6/lpkg/2b37kcqn/en_US/141/160683/js/2wbl1xghlbcw44wc.pkg.js HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.139.108" PID="22487"
X-Gen-Date: Mon, 27 Apr 2009 23:16:20 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 8552
Vary: Accept-Encoding
Cache-Control: public, max-age=2334443
Expires: Mon, 25 May 2009 23:17:03 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/loaders/indicator_blue_small.gif?8:111099
GET /images/loaders/indicator_blue_small.gif?8:111099 HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Tue, 14 Apr 2009 01:47:51 GMT
Accept-Ranges: bytes
Content-Length: 522
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1435768
Expires: Fri, 15 May 2009 13:39:08 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/images/spacer.gif?8:11
GET /images/spacer.gif?8:11 HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Tue, 14 Apr 2009 01:47:57 GMT
Accept-Ranges: bytes
Content-Length: 67
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1435698
Expires: Fri, 15 May 2009 13:38:00 GMT
Date: Tue, 28 Apr 2009 22:49:42 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/zD80L/lpkg/9iejmmzn/en_US/141/160683/css/1zyeeo7k8o0088kg.pkg....
GET /rsrc.php/zD80L/lpkg/9iejmmzn/en_US/141/160683/css/1zyeeo7k8o0088kg.pkg.css HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.109" PID="21461"
X-Gen-Date: Mon, 27 Apr 2009 23:15:59 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 5016
Vary: Accept-Encoding
Cache-Control: public, max-age=2334385
Expires: Mon, 25 May 2009 23:16:05 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/zE51T/lpkg/8669a2b0/en_US/141/160683/css/a264p1a9cnscssok.pkg.cs...
GET /rsrc.php/zE51T/lpkg/8669a2b0/en_US/141/160683/css/a264p1a9cnscssok.pkg.css HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.101" PID="30949"
X-Gen-Date: Mon, 27 Apr 2009 23:15:59 +0000
X-Cnection: close
Content-Type: text/css; charset=utf-8
Content-Encoding: gzip
Content-Length: 5428
Vary: Accept-Encoding
Cache-Control: public, max-age=2334355
Expires: Mon, 25 May 2009 23:15:44 GMT
Date: Tue, 28 Apr 2009 22:49:49 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/menubar/signup_callout.png
GET /images/menubar/signup_callout.png HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://b.static.ak.fbcdn.net/rsrc.php/zD80L/lpkg/9iejmmzn/en_US/141/160683/css/1zyeeo7k8o0088kg.pkg....
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:05 GMT
Accept-Ranges: bytes
Content-Length: 2287
X-Cnection: close
Content-Type: image/png
Cache-Control: max-age=1345705
Expires: Thu, 14 May 2009 12:38:19 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/images/welcome/radial_behind_content.jpg
GET /images/welcome/radial_behind_content.jpg HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://static.ak.fbcdn.net/rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.cs...
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:06 GMT
Accept-Ranges: bytes
Content-Length: 8973
X-Cnection: close
Content-Type: image/jpeg
Cache-Control: max-age=1345769
Expires: Thu, 14 May 2009 12:39:23 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/images/welcome/welcome_page_map.png
GET /images/welcome/welcome_page_map.png HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://static.ak.fbcdn.net/rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.cs...
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:06 GMT
Accept-Ranges: bytes
Content-Length: 42629
X-Cnection: close
Content-Type: image/png
Cache-Control: max-age=1345702
Expires: Thu, 14 May 2009 12:38:16 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/rsrc.php/z7W15/h/f4hqz9q8/images/sprite/icons_ie6.gif
GET /rsrc.php/z7W15/h/f4hqz9q8/images/sprite/icons_ie6.gif HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://static.ak.fbcdn.net/rsrc.php/zE51T/lpkg/8669a2b0/en_US/141/160683/css/a264p1a9cnscssok.pkg.cs...
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.140.109" PID="3032"
X-Gen-Date: Fri, 17 Apr 2009 23:57:44 +0000
Content-Length: 15437
X-Cnection: close
Content-Type: image/gif
Cache-Control: public, max-age=1472889
Expires: Fri, 15 May 2009 23:58:03 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/menubar/fb_menubar_background.gif
GET /images/menubar/fb_menubar_background.gif HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://b.static.ak.fbcdn.net/rsrc.php/zD80L/lpkg/9iejmmzn/en_US/141/160683/css/1zyeeo7k8o0088kg.pkg....
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:05 GMT
Accept-Ranges: bytes
Content-Length: 928
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1345747
Expires: Thu, 14 May 2009 12:39:01 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/rsrc.php/zAW2X/l/2m2ptflm/en_US/159868/js/recaptcha_ajax.js
GET /rsrc.php/zAW2X/l/2m2ptflm/en_US/159868/js/recaptcha_ajax.js HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.facebook.com/
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
X-Debug-Info: ServerIP="10.16.139.107" PID="8485"
X-Gen-Date: Wed, 22 Apr 2009 22:55:51 +0000
X-Cnection: close
Content-Type: application/x-javascript; charset=utf-8
Content-Encoding: gzip
Content-Length: 3935
Vary: Accept-Encoding
Cache-Control: public, max-age=1901147
Expires: Wed, 20 May 2009 22:55:27 GMT
Date: Tue, 28 Apr 2009 22:49:40 GMT
Connection: keep-alive
----------------------------------------------------------
http://b.static.ak.fbcdn.net/images/menubar/fb_menubar_logo_big.gif
GET /images/menubar/fb_menubar_logo_big.gif HTTP/1.1
Host: b.static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://b.static.ak.fbcdn.net/rsrc.php/zD80L/lpkg/9iejmmzn/en_US/141/160683/css/1zyeeo7k8o0088kg.pkg....
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:05 GMT
Accept-Ranges: bytes
Content-Length: 2704
X-Cnection: close
Content-Type: image/gif
Cache-Control: max-age=1345663
Expires: Thu, 14 May 2009 12:37:37 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/images/welcome/linear_tile.jpg
GET /images/welcome/linear_tile.jpg HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://static.ak.fbcdn.net/rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.cs...
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:06 GMT
Accept-Ranges: bytes
Content-Length: 938
X-Cnection: close
Content-Type: image/jpeg
Cache-Control: max-age=1345685
Expires: Thu, 14 May 2009 12:37:59 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
http://static.ak.fbcdn.net/images/welcome/linear_shim.png
GET /images/welcome/linear_shim.png HTTP/1.1
Host: static.ak.fbcdn.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://static.ak.fbcdn.net/rsrc.php/zBNIU/lpkg/24zuuo0c/en_US/141/156927/css/8miun4q7u6cko4os.pkg.cs...
HTTP/1.x 200 OK
Server: Apache/1.3.41.fb1
Last-Modified: Thu, 16 Apr 2009 01:26:06 GMT
Accept-Ranges: bytes
Content-Length: 141
X-Cnection: close
Content-Type: image/png
Cache-Control: max-age=1345694
Expires: Thu, 14 May 2009 12:38:08 GMT
Date: Tue, 28 Apr 2009 22:49:54 GMT
Connection: keep-alive
----------------------------------------------------------
jimn
Newbie
Posts: 1
Registered: ‎29-04-2009

Re: DNS preggers again

Don't know if this is related to the DNS issues or not but I am unable to load http://mail.google.com. Here's the requested information:
Quote
Domain Name Server 212.159.6.9
212.159.6.10

Quote
C:\Documents and Settings\wibble>tracert 212.159.6.9
Tracing route to ptn-cdns01.plus.net [212.159.6.9]
over a maximum of 30 hops:
  1    <1 ms    <1 ms    <1 ms  www.routerlogin.com [192.168.101.1]
  2    40 ms    39 ms    38 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    38 ms    39 ms    38 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    39 ms    39 ms    39 ms  vl63.pcl-lb01.plus.net [212.159.2.252]
  5    39 ms    39 ms    40 ms  ptn-cdns01.plus.net [212.159.6.9]
Trace complete.
C:\Documents and Settings\wibble>tracert 212.159.6.10
Tracing route to ptn-cdns02.plus.net [212.159.6.10]
over a maximum of 30 hops:
  1    <1 ms    <1 ms    <1 ms  www.routerlogin.com [192.168.101.1]
  2    39 ms    38 ms    38 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    83 ms  222 ms  182 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    39 ms    39 ms    38 ms  vl63.pcl-lb01.plus.net [212.159.2.252]
  5    39 ms    41 ms    39 ms  ptn-cdns02.plus.net [212.159.6.10]
Trace complete.
C:\Documents and Settings\wibble>tracert 212.159.13.49
Tracing route to pth-cdns01.plus.net [212.159.13.49]
over a maximum of 30 hops:
  1    <1 ms    <1 ms    <1 ms  www.routerlogin.com [192.168.101.1]
  2    47 ms    39 ms    39 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    38 ms    39 ms    38 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    49 ms    49 ms    50 ms  vl63.pcl-lb01.plus.net [212.159.2.252]
  5    53 ms    43 ms    40 ms  pth-cdns01.plus.net [212.159.13.49]
Trace complete.
C:\Documents and Settings\wibble>tracert 212.159.13.50
Tracing route to pth-cdns02.plus.net [212.159.13.50]
over a maximum of 30 hops:
  1    <1 ms    <1 ms    <1 ms  www.routerlogin.com [192.168.101.1]
  2    40 ms    39 ms    39 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    39 ms    38 ms    38 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    39 ms    40 ms    39 ms  vl63.pcl-lb01.plus.net [212.159.2.252]
  5    38 ms    38 ms    39 ms  pth-cdns02.plus.net [212.159.13.50]
Trace complete.

Quote
C:\Documents and Settings\wibble>nslookup mail.google.com  212.159.6.9
Server:  ptn-cdns01.plus.net
Address:  212.159.6.9
Non-authoritative answer:
Name:    googlemail.l.google.com
Addresses:  209.85.137.18, 209.85.137.19, 209.85.137.83
Aliases:  mail.google.com

C:\Documents and Settings\wibble>nslookup mail.google.com  212.159.6.10
Server:  ptn-cdns02.plus.net
Address:  212.159.6.10
Non-authoritative answer:
Name:    googlemail.l.google.com
Addresses:  209.85.137.19, 209.85.137.83, 209.85.137.18
Aliases:  mail.google.com

C:\Documents and Settings\wibble>nslookup mail.google.com  212.159.13.49
Server:  pth-cdns01.plus.net
Address:  212.159.13.49
Non-authoritative answer:
Name:    googlemail.l.google.com
Addresses:  209.85.137.83, 209.85.137.18, 209.85.137.19
Aliases:  mail.google.com

C:\Documents and Settings\wibble>nslookup mail.google.com  212.159.13.50
Server:  pth-cdns02.plus.net
Address:  212.159.13.50
Non-authoritative answer:
Name:    googlemail.l.google.com
Addresses:  74.125.39.83, 74.125.39.17, 74.125.39.18, 74.125.39.19
Aliases:  mail.google.com
Anotherone
Champion
Posts: 19,107
Thanks: 457
Fixes: 21
Registered: ‎31-08-2007

Re: DNS preggers again

Problem ~15 mins ago, Cannot find server http://www.ask.com/
Primary DNS Server 212.159.6.10   Secondary DNS Server 212.159.6.9
Default Gateway 195.166.128.110  (pcl-ag03)
tracert www.ask.com
Tracing route to a1230.b.akamai.net [80.157.169.137]
over a maximum of 30 hops:
  1     3 ms     2 ms     2 ms  voyager.home [192.168.1.1]
  2    37 ms    36 ms    40 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    37 ms    34 ms    37 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    38 ms    39 ms    36 ms  te2-1.pcl-gw01.plus.net [212.159.1.113]
  5    39 ms    36 ms    37 ms  xe-1-2-0-0.lon20.ip.tiscali.net [213.200.79.233]
  6    39 ms    38 ms    37 ms  ge-1-1-0.lon22.ip.tiscali.net [89.149.186.78]
  7    59 ms    39 ms    37 ms  62.156.139.213
  8    35 ms    40 ms    35 ms  194.25.6.193
  9    37 ms    39 ms    38 ms  a1230.b.akamai.net [80.157.169.137]
Trace complete.
I've never done a tracert on "Ask" before. Shock, so is this why it takes so long to load compared to Google, as it's served by akamai - it's the damn traffic management Angry
Tracing route to google.co.uk [216.239.59.104]
over a maximum of 30 hops:
  1     3 ms     2 ms     2 ms  voyager.home [192.168.1.1]
  2    39 ms    38 ms    41 ms  lo0-homesurf.pcl-ag03.plus.net [195.166.128.110]
  3    40 ms    40 ms    36 ms  gi1-7-706.pcl-gw02.plus.net [84.92.0.193]
  4    36 ms    36 ms    37 ms  te2-2.thn-gw2.plus.net [212.159.0.190]
  5    40 ms    40 ms    36 ms  vl23.pte-gw2.plus.net [212.159.4.28]
  6    42 ms    38 ms    38 ms  195.66.224.125
  7    87 ms    39 ms    41 ms  209.85.252.40
  8    51 ms    50 ms    52 ms  209.85.251.190
  9    51 ms    54 ms    55 ms  64.233.174.185
10    57 ms    53 ms    56 ms  216.239.49.126
11    51 ms    52 ms    52 ms  google.co.uk [216.239.59.104]
Trace complete.
I'm beginning to think that this traffic management has gone totally overboard. Shocked
thehatman
Grafter
Posts: 574
Registered: ‎01-08-2007

Re: DNS preggers again

Very slow, strangulated page loading here again. Definitely a continuing problem. Awful. Reminds me of dial up.
Be3G
Grafter
Posts: 6,111
Thanks: 1
Registered: ‎05-04-2007

Re: DNS preggers again

Quote from: Anotherone
I'm beginning to think that this traffic management has gone totally overboard. Shocked

I've been wondering that too, considering that gurth's examples earlier - BBC and Facebook - both also use Akamai.
James
Grafter
Posts: 21,036
Thanks: 5
Registered: ‎04-04-2007

Re: DNS preggers again

Just to point out the (what might be) obvious - Facebook is pretty sluggish no matter what ISP you're on.
It's pretty chuggy on my O2 connection.
gurth
Newbie
Posts: 4
Registered: ‎28-04-2009

Re: DNS preggers again

Facefook - yeah I did think that at the time but the home page is usually not half as bad as inside once you start pulling all the rubbish from the apps & pictures etc. I did try some wget requests, on myspace profiles, from the terminal of my Ubuntu box but couldn't get the recurisve paramater quite right. I thought that would be good test as elements of the page can oftern come from hundreds of sources. They were very slow but as I said I couldn't get the recursive parameter quite right so I didn't feel I could trust the results.
Just fired up http://www.bbc.co.uk/iplayer/ and its zipped into life, started streaming fine so hopefully things will be sorted for me now on. If performance dips again I'll run some more test.
Thank you for keeping the issue open and investigating.
KaotiK
Grafter
Posts: 344
Thanks: 1
Registered: ‎20-04-2009

Re: DNS preggers again

Quote from: thehatman
Very slow, strangulated page loading here again. Definitely a continuing problem. Awful. Reminds me of dial up.

This is what im getting, but only late evenings it seems.
Dunc
Dabbler
Posts: 20
Registered: ‎15-11-2007

Re: DNS preggers again

Facebook is slooooooooooooow, Apple - Trailer is slooooooooooooow, bbc Iplayer is sloooooooooooooow.....whats wrong?!? Embarrassed  .... I HATE slow! its should be faster!!  Angry
i just check......my DNS...
My Netgear DG834G ....i can see DNS was 212.159.6.10 & 212.159.6.9
AND
My connection setting at Plusnet Website..i can see DNS was 212.159.13.49 & 212.159.13.50

i wonder is it should same both DNS or doesnt matter?  Undecided