<?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: how does traceroute work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367196#M566232</link>
    <description>It traces all the hops of the route between your local machine and some remote machine.&lt;BR /&gt;&lt;BR /&gt;Usage is:&lt;BR /&gt;&lt;BR /&gt;# traceroute 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;It will then list all the machines that the packets pass through to get from your machine to 1.2.3.4.&lt;BR /&gt;&lt;BR /&gt;It is very useful if you are having connectivity problems.  With traceroute you can see where the problem could possibly lie.  If the packets only make it part of the way to their destination, then there is a problem.&lt;BR /&gt;&lt;BR /&gt;The man page will give more details as well.&lt;BR /&gt;&lt;BR /&gt;# man traceroute</description>
    <pubDate>Fri, 27 Aug 2004 16:43:42 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-08-27T16:43:42Z</dc:date>
    <item>
      <title>how does traceroute work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367194#M566230</link>
      <description>basically, what is it and how should it be used?&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 27 Aug 2004 16:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367194#M566230</guid>
      <dc:creator>Scott_20</dc:creator>
      <dc:date>2004-08-27T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: how does traceroute work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367195#M566231</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;From the traceroute man page:&lt;BR /&gt;&lt;BR /&gt;This program attempts to trace the route an IPv4/IPv6 packet would follow to some internet host by launching UDP probe packets with a small ttl (time to live) or hop-limit then listening for an ICMPv4 or ICMPv6  "time exceeded" reply from a gateway.  We start our probes with a ttl of one and increase by one until we get an ICMPv4 or ICMPv6 "port unreachable" (which means we got to "host") or hit a max (which defaults to 30 hops and can be changed with the -m flag).  Three probes (change with -q flag) are sent at each ttl setting and a line is printed showing the ttl, address of the gateway and round trip time of each probe.  If the probe answers come from different gateways, the address of each responding system will be printed.  If there is no response within a 5 sec. timeout interval (changed with the -w flag), a "*" is printed for that probe.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So basically, traceroute sends network packets out and calculates the route the packets took through the network from point A (originator) to point B (destination).  &lt;BR /&gt;&lt;BR /&gt;Basic usage:&lt;BR /&gt;&lt;BR /&gt;# traceroute &lt;REMOTE network="" device=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/REMOTE&gt;</description>
      <pubDate>Fri, 27 Aug 2004 16:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367195#M566231</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-08-27T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: how does traceroute work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367196#M566232</link>
      <description>It traces all the hops of the route between your local machine and some remote machine.&lt;BR /&gt;&lt;BR /&gt;Usage is:&lt;BR /&gt;&lt;BR /&gt;# traceroute 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;It will then list all the machines that the packets pass through to get from your machine to 1.2.3.4.&lt;BR /&gt;&lt;BR /&gt;It is very useful if you are having connectivity problems.  With traceroute you can see where the problem could possibly lie.  If the packets only make it part of the way to their destination, then there is a problem.&lt;BR /&gt;&lt;BR /&gt;The man page will give more details as well.&lt;BR /&gt;&lt;BR /&gt;# man traceroute</description>
      <pubDate>Fri, 27 Aug 2004 16:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367196#M566232</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-08-27T16:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: how does traceroute work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367197#M566233</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Check out these links:&lt;BR /&gt;- &lt;A href="http://mipagina.cantv.net/lem/net/trace-en.htm" target="_blank"&gt;http://mipagina.cantv.net/lem/net/trace-en.htm&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.tek-tips.com/faqs.cfm?fid=381" target="_blank"&gt;http://www.tek-tips.com/faqs.cfm?fid=381&lt;/A&gt;&lt;BR /&gt;- &lt;A href="http://www.pcsupportadvisor.com/nasample/c04100.pdf" target="_blank"&gt;www.pcsupportadvisor.com/nasample/c04100.pdf&lt;/A&gt; &lt;BR /&gt;- &lt;A href="http://www.exit109.com/~jeremy/news/providers/traceroute.html" target="_blank"&gt;http://www.exit109.com/~jeremy/news/providers/traceroute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Fri, 27 Aug 2004 23:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367197#M566233</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-08-27T23:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: how does traceroute work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367198#M566234</link>
      <description>When you issue the traceroute command, the utility starts sending of a packet (Internet Control Message Protocol), including in the packet a "time to live" (TTL) time limit value. It is designed to be exceeded by the first router that receives it, which will send back a "time exceeded" message. &lt;BR /&gt;&lt;BR /&gt;This enables traceroute to calculate the time needed for the hop to the first router. It then resends the packet increasing the time limit value so that it will reach the second router in the path to the destination point, which returns another "time exceeded" message, and so on. &lt;BR /&gt;&lt;BR /&gt;Traceroute finds out when the packet has reached the destination point by including a port number that is outside of the normal range. When it is received, a "port unreachable" message is returned, enabling traceroute to determine the time length of the final hop. Each hop is measured three times by the most of the trace-route programs &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Sat, 28 Aug 2004 02:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-does-traceroute-work/m-p/3367198#M566234</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2004-08-28T02:39:28Z</dc:date>
    </item>
  </channel>
</rss>

