<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: icmp-type to enable traceroute in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635080#M89922</link>
    <description>kodjo,  I added network-unreachable and host-unreachle to the rule.  But no luck, here's  a samplet output of traceroute: "traceroute to &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; (216.115.102.77), 30 hops max, 38 byte packets&lt;BR /&gt;traceroute: sendto: Operation not permitted&lt;BR /&gt; 1 traceroute: wrote &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; 38 chars, ret=-1&lt;BR /&gt; *traceroute: sendto: Operation not permitted&lt;BR /&gt;traceroute: wrote &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; 38 chars, ret=-1&lt;BR /&gt; *traceroute: sendto: Operation not permitted"&lt;BR /&gt;&lt;BR /&gt;Does any one have any idea?   thanks.</description>
    <pubDate>Wed, 26 Dec 2001 19:05:31 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2001-12-26T19:05:31Z</dc:date>
    <item>
      <title>icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635078#M89920</link>
      <description>Does any one know whaty icmp-type to enable inorder to do traceroute for iptables?   Thanks.</description>
      <pubDate>Sun, 23 Dec 2001 21:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635078#M89920</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2001-12-23T21:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635079#M89921</link>
      <description>Hello Michael,&lt;BR /&gt;&lt;BR /&gt;As far as I know, the "traceroute" mechanism uses packets that could not be routed due to a too low number of hop counts.&lt;BR /&gt;&lt;BR /&gt;The first host says to the first router : "could you reach that destination in 1 hop counts ?"&lt;BR /&gt;&lt;BR /&gt;If it replies no, another query is attempted with 2 hop counts... until the destination host is reached.&lt;BR /&gt;&lt;BR /&gt;I guess (but I'm not sure) that the ICMP packets to allow for the traceroute command to work should "icmp-net-unreachable" and "icmp-host-unreachable".&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo</description>
      <pubDate>Tue, 25 Dec 2001 20:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635079#M89921</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-12-25T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635080#M89922</link>
      <description>kodjo,  I added network-unreachable and host-unreachle to the rule.  But no luck, here's  a samplet output of traceroute: "traceroute to &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; (216.115.102.77), 30 hops max, 38 byte packets&lt;BR /&gt;traceroute: sendto: Operation not permitted&lt;BR /&gt; 1 traceroute: wrote &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; 38 chars, ret=-1&lt;BR /&gt; *traceroute: sendto: Operation not permitted&lt;BR /&gt;traceroute: wrote &lt;A href="http://www.yahoo.akadns.net" target="_blank"&gt;www.yahoo.akadns.net&lt;/A&gt; 38 chars, ret=-1&lt;BR /&gt; *traceroute: sendto: Operation not permitted"&lt;BR /&gt;&lt;BR /&gt;Does any one have any idea?   thanks.</description>
      <pubDate>Wed, 26 Dec 2001 19:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635080#M89922</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2001-12-26T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635081#M89923</link>
      <description>Hello Michael,&lt;BR /&gt;&lt;BR /&gt;I am also not so sure, but I checked my cisco for what it knows, and my best guess would be that you need&lt;BR /&gt;&lt;BR /&gt;  echo                         Echo (ping)&lt;BR /&gt;  echo-reply                   Echo reply&lt;BR /&gt;  host-unknown                 Host unknown&lt;BR /&gt;  host-unreachable             Host unreachable&lt;BR /&gt;  information-reply            Information replies&lt;BR /&gt;  information-request          Information requests&lt;BR /&gt;  traceroute                   Traceroute&lt;BR /&gt;  ttl-exceeded                 TTL exceeded&lt;BR /&gt;  unreachable                  All unreachables&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I do not know the icmp-portnumbers for those signals, my cisco just offers the names.&lt;BR /&gt;&lt;BR /&gt;Do not know if that helps&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 27 Dec 2001 10:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635081#M89923</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-12-27T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635082#M89924</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;You need to allow traceroute&lt;BR /&gt;following icmp types and codes:&lt;BR /&gt;&lt;BR /&gt;TYPE = 0 - Echo Reply &lt;BR /&gt;&lt;BR /&gt;TYPE = 8 - Echo Request  &lt;BR /&gt;&lt;BR /&gt;TYPE = 11 - Time Exceeded &lt;BR /&gt;      Code 0 = TTL &amp;gt; 0 &lt;BR /&gt;&lt;BR /&gt;and if you need name reolution&lt;BR /&gt;you need DNS = udp 53&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Nico</description>
      <pubDate>Mon, 14 Jan 2002 14:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635082#M89924</guid>
      <dc:creator>messias</dc:creator>
      <dc:date>2002-01-14T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635083#M89925</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;AFAIK, the message you're seeing is not related to ICMP-type messages but to the fact that you're running traceroute as a non-root user.&lt;BR /&gt;&lt;BR /&gt;Use the tips of our colleagues in the forum, make sure you're logged in as "root" and try again.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Tue, 15 Jan 2002 12:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635083#M89925</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2002-01-15T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635084#M89926</link>
      <description>UDP INCOMING TRACEROUTE &lt;BR /&gt;&lt;BR /&gt;traceroute usually uses source port 32769:65535 dst port 33434:33523&lt;BR /&gt;default UDP base: 33434 to base+nhops-1&lt;BR /&gt;&lt;BR /&gt;ICMP INCOMING TRACEROUTE&lt;BR /&gt;For outgoing traceroute.&lt;BR /&gt;   Message Types:  INCOMING Dest_Unreachable (3), Time_Exceeded (11)&lt;BR /&gt; &lt;BR /&gt;For incoming traceroute.&lt;BR /&gt;    Message Types:  OUTGOING Dest_Unreachable (3), Time_Exceeded (11)&lt;BR /&gt;To block this, deny OUTGOING 3 and 11</description>
      <pubDate>Wed, 16 Jan 2002 11:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635084#M89926</guid>
      <dc:creator>john savas</dc:creator>
      <dc:date>2002-01-16T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635085#M89927</link>
      <description>I agree with Paulo on this one.  The error message you're seeing is due to you not being root or traceroute not being suid root.  I would recommend su'ing to root and trying this process again.&lt;BR /&gt;&lt;BR /&gt;However, I did notice once before, with a customized 2.4.`early` kernel that I received a very similar error message when using ping.  I haven't been following the LKML enough lately, but it's possible there was a bug in the kernel somewhere that kept the sendto() function from working properly.    It may have been a problem with glibc also.  I ended up rebooting just to see if I could shake the problem.  It went away for a while, but returned.  After upgrading and rebuilding the kernel, all was well.  I'll be curious to see if your problem comes to this also.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Tue, 12 Mar 2002 04:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635085#M89927</guid>
      <dc:creator>Christopher C. Weis</dc:creator>
      <dc:date>2002-03-12T04:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635086#M89928</link>
      <description>Don't think it's a root issue.  Looks more like the firewall is blocking it.&lt;BR /&gt;&lt;BR /&gt;Are you using IPCHAINS?  What do&lt;BR /&gt;ipchains -L output&lt;BR /&gt;and&lt;BR /&gt;ipchains -L input&lt;BR /&gt;&lt;BR /&gt;say?&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 15:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635086#M89928</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-12T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635087#M89929</link>
      <description>&lt;A href="http://www.linuxdoc.org/HOWTO/IPCHAINS-HOWTO-7.html" target="_blank"&gt;http://www.linuxdoc.org/HOWTO/IPCHAINS-HOWTO-7.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shows how to get traceroute to work.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 12 Mar 2002 15:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635087#M89929</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-12T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: icmp-type to enable traceroute</title>
      <link>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635088#M89930</link>
      <description>The dumb question is have you allowed 'udp' packets as well as these ICMP packets?&lt;BR /&gt;&lt;BR /&gt;The outgoing probe is actually a UDP packet with low TTL values, and 'traceroute' sits waiting fo the ICMP replies of 'time exceed' and 'port unreachable' from the middling hosts.&lt;BR /&gt;&lt;BR /&gt;NOTE: this is all int he man page for traceroute..</description>
      <pubDate>Tue, 12 Mar 2002 22:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/icmp-type-to-enable-traceroute/m-p/2635088#M89930</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-03-12T22:11:38Z</dc:date>
    </item>
  </channel>
</rss>

