From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C9F71381F3 for ; Sun, 1 Sep 2013 18:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C33E1059; Sun, 1 Sep 2013 18:50:56 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F765E100D for ; Sun, 1 Sep 2013 18:50:54 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id c10so1269492wiw.11 for ; Sun, 01 Sep 2013 11:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U0ZMKMI6ktco6XrtWzJ09UIo64FQ20VbWR9p7oASp28=; b=CE+lpejUYg3+No8JTfJM/E7sUBM33XeVQwGMCNdiaxgSSM/Jc1uEftlc0gWSQjH+rp uZpCjX3xflmZ7l7a+OXuro/DeAUjgkybIwBcx87JGAl2WYcnNTuLOtsYwsqDuG7L9QvF sL+buUNzhC2bMB6jeEtB63JgKmsrDJIihto067IzZl+F9MnDWPFoZpTRdHf04Yy8tVKN z0wR1ycWy/w5PdejJYswffUmEOWT3OsdC3fK1KeY+T018BeeyDysZphQu+MPoE/yTVu4 295QfZC9G3e28W3+kSFzzPYh4eS975kuq2nzuPYDkbQA2QB45mNI5p9YYwRCwIU1o0qe NX3w== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.180.11.8 with SMTP id m8mr10518211wib.31.1378061453909; Sun, 01 Sep 2013 11:50:53 -0700 (PDT) Received: by 10.194.93.199 with HTTP; Sun, 1 Sep 2013 11:50:53 -0700 (PDT) In-Reply-To: <52238823.9060008@gmail.com> References: <522338F2.3030206@hadt.biz> <5223391D.6090905@hadt.biz> <52234FF3.7050309@gmail.com> <52237E83.9080206@gmail.com> <52238823.9060008@gmail.com> Date: Sun, 1 Sep 2013 11:50:53 -0700 Message-ID: Subject: Re: [gentoo-user] Can't ping remote system From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: b81dee2d-053a-4fc8-b4b8-92bd3bff77fa X-Archives-Hash: 610cfa536c6e796b4bc7491ea29b8df4 >>>>>>>>> My laptop can't ping my remote system but it can ping others >>>>>>>>> (google.com, yahoo.com, etc). I've tried disabling my firewall on >>>>>>>>> both ends with '/etc/init.d/shorewall stop && shorewall clear'. Could >>>>>>>>> my AT&T business ADSL connection on the remote system be blocking >>>>>>>>> inbound pings? >>>> >>>> I did 'traceroute -w 30 -I ip-address' several times and the last IP >>>> displayed is always the same. I looked it up and it's an AT&T IP >>>> supposedly located about 1500 miles from my machine which is also on >>>> an AT&T connection. Does this tell me anything? >>> >>> Yes, it tells you that all hops up to that point at least respond to >>> the kinds of icmp packets traceroute uses. The first hop that fails to >>> answer isn't answering. >>> >>> You are looking for possible reasons why icmp might not be working out >>> properly - that router is your first suspect. Admittedly, it might be >>> blocking traceroute pings and still allow the responses you seek, but >>> you have to start somewhere :-) >> >> So the culprit is the first IP that should appear in the list but >> doesn't? If so, how is that helpful since it's not displayed? > > This is where it gets tricky. You identify the last router in the list > for which you have an address or name, and contact the NOC team for that > organization. Ask them for the next hop in routing for the destination > address you are trying to ping and hope that they will be kind enough to > help you out. Oh man that's funny. Really? Let's say they do pass along the info. Then I hunt down contact info for the culprit router based on its IP and tell them their stuff isn't working and hope they fix it? Actually, since the last IP displayed is from AT&T and my server's ISP is AT&T, I suppose it's extremely likely that the culprit is either an AT&T router somewhere or my own server and I could find out by calling AT&T. - Grant