On Aug 30, 12:18 pm, Jack Snodgrass <jacks_temp_id_bf2...@verizon.net>
wrote:
> all this shows is that traceroute is disabled at a host along the
> path... just because traceroute is disabled... doesn't mean that you
> can't get a tcp connection to it...
>
> what issue ( besides traceroute ) are you having?
>
> To debug some of these issues you can just try and do
> telnet host 25 ( 25 - smtp server port )
> telnet host 110 ( 110 - pop3 port )
> telnet host 143 ( 143 - imap port )
> and see if you can get a connection.
>
> Some hosts do a reverse name lookup ( should slow things down
> a lot ) and decide if they want to allow the connection or not...
>
> ... here is a example...
>
> telnet 213.171.216.112 25
> Trying 213.171.216.112...
> Connected to smtp-in-112.livemail.co.uk (213.171.216.112).
> Escape character is '^]'.
> 220 smtp-in-79.livemail.co.uk ESMTP Postfix
> ^]
> telnet> quit
> Connection closed.
>
> does that work for you?
>
> what doesn't work?
>
> jack
Hi Jack; thanks for your reply.
I understand what you're saying about traceroute/ping, but I think
it's deeper than that. After all, the only reason I'm doing a
traceroute/ping is because we can't make normal TCP connections.
Telnetting to the various ports fails completely:
$ telnet 213.171.216.112 110
Trying 213.171.216.112...
telnet: Unable to connect to remote host: Connection timed out
$ telnet 213.171.216.112 25
Trying 213.171.216.112...
telnet: Unable to connect to remote host: Connection timed out
However, everything else (meaning "seemingly any connection to
elsewhere in the internet") works fine; for example:
$ traceroute smtp.google.com
traceroute to smtp1.google.com (72.14.203.25), 30 hops max, 40 byte
packets
[...]
4 tshape-phome.lim.thunderworx.net (62.12.70.157) 42.751 ms 38.499
ms 64.280 ms
5 r-psdl.lim.thunderworx.net (194.42.135.46) 42.466 ms 38.741 ms
39.788 ms
6 r-bbone3.lim.thunderworx.net (217.27.49.90) 82.974 ms 40.871 ms
58.354 ms
7 tshape2.thunderworx.net (194.42.133.139) 62.720 ms 64.320 ms
39.224 ms
8 r-bbone3.lim.thunderworx.net (194.42.143.27) 114.365 ms 129.280
ms 124.335 ms
9 r-bbone2.lim.thunderworx.net (217.27.35.113) 57.941 ms 61.109
ms 59.430 ms
10 r-bbone2.ldn.thunderworx.net (217.27.47.26) 184.927 ms 226.484
ms 200.451 ms
11 * * ldn-tch-i1-link.telia.net (213.248.104.81) 120.972 ms
12 ldn-b1-link.telia.net (80.91.250.209) 151.799 ms 134.434 ms
145.181 ms
13 ldn-bb2-pos0-2-0.telia.net (213.248.64.93) 145.616 ms 119.058
ms 130.195 ms
14 nyk-bb2-link.telia.net (80.91.249.251) 192.176 ms 205.303 ms
212.208 ms
15 chi-bb1-pos7-0-0-0.telia.net (213.248.80.73) 215.366 ms 265.793
ms 244.027 ms
16 google-118691-chi-bb1.c.telia.net (213.248.84.90) 208.771 ms
207.361 ms 209.296 ms
17 216.239.48.152 (216.239.48.152) 243.090 ms 72.14.238.66
(72.14.238.66) 233.083 ms 293.161 ms
18 smtp1.google.com (72.14.203.25) 208.287 ms 210.620 ms 250.974
ms
Note that this link is (1) more than 14 hops and (2) goes through
exactly the same router (ldn-b1-link.telia.net) as the failing ones
above, but not through the last "working" point (ldn-b4-
link.telia.net).
More examples:
$ telnet google.com 80
Trying 64.233.167.99...
Connected to google.com.
Escape character is '^]'.
^]
telnet>
$ ping news.bbc.co.uk
PING newswww.bbc.net.uk (212.58.226.33) 56(84) bytes of data.
64 bytes from nolmedia01.thdo.bbc.co.uk (212.58.226.33): icmp_seq=1
ttl=50 time=144 ms
64 bytes from nolmedia01.thdo.bbc.co.uk (212.58.226.33): icmp_seq=2
ttl=50 time=136 ms
64 bytes from nolmedia01.thdo.bbc.co.uk (212.58.226.33): icmp_seq=3
ttl=50 time=158 ms
Moreover, if I try and do a traceroute using Thunderworx's own web
traceroute here:
http://noc.thunderworx.net/cgi-bin/p...13.171.216.230
then (apart from being very slow) this also seemingly fails to reach
the final destination (unless I'm mistaken and 213.171.217.2 is
somehow an alias for 213.171.216.230), although it does manage to
traverse
Cheers,
Dom