<?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: iptrace command?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844021#M273883</link>
    <description>&lt;BR /&gt; Thanks Bill and all, I have learned something new with your help guys, and I have also found out the you can use ipreport command to formatt data that was captured using iptrace command...&lt;BR /&gt;&lt;BR /&gt; Thanks guys &lt;BR /&gt; Raf</description>
    <pubDate>Thu, 17 Aug 2006 09:34:46 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2006-08-17T09:34:46Z</dc:date>
    <item>
      <title>iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844016#M273878</link>
      <description>&lt;BR /&gt; Hi Guys&lt;BR /&gt; &lt;BR /&gt; Could you tell me how to run iptrace command on specific interface to capture network traffic...thanks..i looked in the man pages but didn't get enough help</description>
      <pubDate>Tue, 15 Aug 2006 19:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844016#M273878</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2006-08-15T19:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844017#M273879</link>
      <description>If you want to capture network traffic information use nettl. Do a man on this command.</description>
      <pubDate>Tue, 15 Aug 2006 20:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844017#M273879</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-08-15T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844018#M273880</link>
      <description>In hpux,there is another command nettl to trace network, you can enable nettl :&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/nettl -start &lt;BR /&gt;&lt;BR /&gt;then, there is a log file named nettl.LOG00 exist in /var/adm you can use netfmt to read it :&lt;BR /&gt;&lt;BR /&gt;netfmt -f /var/adm/nettl.LOG00&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 15 Aug 2006 20:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844018#M273880</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-08-15T20:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844019#M273881</link>
      <description>It may good for you to use nettl&lt;BR /&gt;there are an example for ip trace &lt;BR /&gt;#nettl -start&lt;BR /&gt;#nettl -tn pduin pduout -e ns_ls_ip -s 1024 -tm 99999 -f &lt;NAME&gt;.log&lt;BR /&gt;you can get log files  &lt;BR /&gt;&lt;BR /&gt;To stop the gathering&lt;BR /&gt;#nettl -tf -e all &lt;BR /&gt;&lt;BR /&gt;Use man nettl&lt;BR /&gt;you can get more information &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;nanan&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME&gt;</description>
      <pubDate>Tue, 15 Aug 2006 20:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844019#M273881</guid>
      <dc:creator>nanan</dc:creator>
      <dc:date>2006-08-15T20:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844020#M273882</link>
      <description>As mentioned, nettl is the native HP-UX trace program but after reading the documentation and looking at the decoded trace data, it is very cryptic. A better choice is to use a PC with winPcap and Ethereal (&lt;A href="http://www.ethereal.com)." target="_blank"&gt;www.ethereal.com).&lt;/A&gt; Ethereal is the best tool there is to controlling the scope of a trace as well as formatting the data in a meaningful display. Like nettl, Ethereal can generate massively large logfiles unless you limit the scope of the trace to just a specific MAN or IP address. And Ethereal can also decode nettl trace files.</description>
      <pubDate>Wed, 16 Aug 2006 06:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844020#M273882</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-16T06:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: iptrace command??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844021#M273883</link>
      <description>&lt;BR /&gt; Thanks Bill and all, I have learned something new with your help guys, and I have also found out the you can use ipreport command to formatt data that was captured using iptrace command...&lt;BR /&gt;&lt;BR /&gt; Thanks guys &lt;BR /&gt; Raf</description>
      <pubDate>Thu, 17 Aug 2006 09:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/iptrace-command/m-p/3844021#M273883</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2006-08-17T09:34:46Z</dc:date>
    </item>
  </channel>
</rss>

