Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't ping remote system
Date: Sun, 01 Sep 2013 19:10:54
Message-Id: 201309012010.22227.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Can't ping remote system by Grant
1 On Sunday 01 Sep 2013 19:50:53 Grant wrote:
2
3 > >> So the culprit is the first IP that should appear in the list but
4 > >> doesn't? If so, how is that helpful since it's not displayed?
5 > >
6 > > This is where it gets tricky. You identify the last router in the list
7 > > for which you have an address or name, and contact the NOC team for that
8 > > organization. Ask them for the next hop in routing for the destination
9 > > address you are trying to ping and hope that they will be kind enough to
10 > > help you out.
11 >
12 > Oh man that's funny. Really? Let's say they do pass along the info.
13 > Then I hunt down contact info for the culprit router based on its IP
14 > and tell them their stuff isn't working and hope they fix it?
15 > Actually, since the last IP displayed is from AT&T and my server's ISP
16 > is AT&T, I suppose it's extremely likely that the culprit is either an
17 > AT&T router somewhere or my own server and I could find out by calling
18 > AT&T.
19
20 It could well be your router and it is easy to confirm this after you set it
21 up to respond to ping (or set it to forward all packets with ICMP protocol to
22 your server while you're troubleshooting this).
23
24 After you set up your router/server to respond you should be getting a
25 different mtr or traceroute output showing any hops in between you and your
26 server that are dropping packets. You may have to contact them if they are
27 running a saturated link which is not allowing you to use the service you are
28 paying them for. Here's an example of saturated links:
29
30 # mtr -r -c 9 -n bbc.co.uk
31 Start: Sun Sep 1 20:03:24 2013
32 HOST: dell_xps Loss% Snt Last Avg Best Wrst StDev
33 [snip ...]
34
35 4.|-- 195.66.224.103 0.0% 9 65.8 41.1 26.0 77.3 19.1
36 5.|-- ??? 100.0 9 0.0 0.0 0.0 0.0 0.0
37 6.|-- ??? 100.0 9 0.0 0.0 0.0 0.0 0.0
38 7.|-- 132.185.254.109 0.0% 9 28.1 32.5 27.0 55.7 9.7
39 8.|-- 132.185.255.140 0.0% 9 27.0 27.5 26.4 29.0 0.6
40 9.|-- 212.58.251.195 0.0% 9 27.5 28.0 27.1 28.9 0.4
41
42
43 --
44 Regards,
45 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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