Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't ping remote system
Date: Sun, 01 Sep 2013 17:54:56
Message-Id: 52237E83.9080206@gmail.com
In Reply to: Re: [gentoo-user] Can't ping remote system by Grant
1 On 01/09/2013 17:04, Grant wrote:
2 >>>>>> My laptop can't ping my remote system but it can ping others
3 >>>>>> (google.com, yahoo.com, etc). I've tried disabling my firewall on
4 >>>>>> both ends with '/etc/init.d/shorewall stop && shorewall clear'. Could
5 >>>>>> my AT&T business ADSL connection on the remote system be blocking
6 >>>>>> inbound pings?
7 >>>>>>
8 >>>>> Possible, have you tried pinging your remote system from a different
9 >>>>> location? You may try http://www.downforeveryoneorjustme.com/
10 >>>>
11 >>>> Sorry, wrong link: http://ping.eu/ping/
12 >>>
13 >>> I get 100% packet loss when pinging from there.
14 >>
15 >> try an icmp traceroute, if you are lucky you'll get a result that tells
16 >> you on which hop the pings cease to work:
17 >>
18 >> traceroute -I
19 >>
20 >> but do read the man page (traceroute is like ps in that there are many
21 >> versions around and options don't always match up with what folk say on
22 >> mailing lists)
23 >
24 > I did 'traceroute -w 30 -I ip-address' several times and the last IP
25 > displayed is always the same. I looked it up and it's an AT&T IP
26 > supposedly located about 1500 miles from my machine which is also on
27 > an AT&T connection. Does this tell me anything?
28
29
30 Yes, it tells you that all hops up to that point at least respond to
31 the kinds of icmp packets traceroute uses. The first hop that fails to
32 answer isn't answering.
33
34 You are looking for possible reasons why icmp might not be working out
35 properly - that router is your first suspect. Admittedly, it might be
36 blocking traceroute pings and still allow the responses you seek, but
37 you have to start somewhere :-)
38
39 The problem you are trying to track down is notoriously tricky to nail
40 down exactly as too many ISPs out there obsessively block useful icmp
41 traffic. They believe it's security. I believe it's security theatre and
42 makes fault finding on a live network infernally difficult.
43
44 Mick is on the right track - deal with each issue one by one till you
45 hit paydirt.
46
47
48
49 --
50 Alan McKinnon
51 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Can't ping remote system Grant <emailgrant@×××××.com>