[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't access www.kde.org



Hall Stevenson said:

> I can traceroute all the way to www.kde.org and it is resolving to
> 80.232.38.131.

can you post the last ~10 hops of the traceroute? for some reason
I cannot but I can get to the website no problem.


> What's this all mean to you ?? :)

my only ideas would be:

1) there is some sort of firewall dropping packets from your network
   (so the request is never recieved and a response is never generated)
2) there is some sort of firewall preventing their return packets from
   getting to you

I am most curious about your traceroute though, this is mine:

(run with the -n option)
traceroute to www.kde.org (80.232.38.131), 30 hops max, 38 byte packets
 1  216.39.174.1  31.020 ms  30.815 ms  31.519 ms
 2  216.39.128.1  31.220 ms  31.465 ms  31.074 ms
 3  209.221.132.49  33.024 ms  33.699 ms  32.274 ms
 4  209.221.160.4  32.184 ms  31.824 ms  32.200 ms
 5  64.211.111.185  32.031 ms  32.259 ms  31.739 ms
 6  64.212.107.253  31.802 ms  31.663 ms  32.083 ms
 7  206.132.249.154  116.491 ms  116.005 ms  117.521 ms
 8  208.48.234.190  116.994 ms  116.643 ms  116.344 ms
 9  194.192.19.65  117.023 ms  116.661 ms  116.584 ms
10  195.249.6.133  203.326 ms  204.456 ms  204.451 ms
11  195.249.6.97  205.000 ms  205.151 ms  215.806 ms
12  195.249.7.117  205.719 ms  204.672 ms  205.223 ms
13  195.249.6.125  207.167 ms  206.588 ms  217.323 ms
14  80.63.81.246  215.837 ms  216.551 ms  216.497 ms
15  213.236.195.37  215.783 ms  216.588 ms  216.513 ms
16  213.236.195.53  215.040 ms  215.005 ms  215.802 ms
17  80.232.30.126  217.207 ms  222.989 ms  216.567 ms
18  80.232.38.222  217.437 ms  241.401 ms  225.415 ms
19  80.232.38.193  222.217 ms  219.235 ms  219.498 ms
20  * * *
[..]
30  * * *

yet you can traceroute to it ? all the way to it?

you said that other computers on your network going through the
same internet connection can connect to the site ok ? did you
check the firewall rules on the system?

a sample tcpdump log from just connecting to www.kde.org on port
80 from my system(and not requesting any data from it, just connecting):

10:08:10.411159 penguin.linuxpowered.net.4060 > www.kde.org.www: S
2416195144:2416195144(0) win 32120 <mss 1460,sackOK,timestamp 758036043
0,nop,wscale 0> (DF)
10:08:10.638682 penguin.linuxpowered.net.4060 > www.kde.org.www: . ack
2269274291 win 32120 <nop,nop,timestamp 758036066 130142400> (DF)
10:08:10.639979 penguin.linuxpowered.net.4060 > www.kde.org.www: P 0:1(1)
ack 1 win 32120 <nop,nop,timestamp 758036066 130142400> (DF)
10:08:14.169744 penguin.linuxpowered.net.4060 > www.kde.org.www: F 1:1(0)
ack 1 win 32120 <nop,nop,timestamp 758036419 130142423> (DF)
10:08:14.398720 penguin.linuxpowered.net.4060 > www.kde.org.www: . ack 2 win
32120 <nop,nop,timestamp 758036442 130142777> (DF)

a better tcpdump command would probably be
tcpdump src or dst 80.232.38.131

that'd show the responses from the other side but likely in your
case nothing additional will show.

very unusual :)

nate





Reply to: