<?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: outgoing traffic monitoring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923982#M752385</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When looking at the packets you could also use netstat -s &lt;BR /&gt;&lt;BR /&gt;Regs David</description>
    <pubDate>Tue, 11 Mar 2003 17:18:49 GMT</pubDate>
    <dc:creator>David_246</dc:creator>
    <dc:date>2003-03-11T17:18:49Z</dc:date>
    <item>
      <title>outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923979#M752382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm in search for network monitoring tools which can produce reports on all the outgoing sessions from my local host. Anybody have any tools or aware of any Unix commands that list connections to other hosts. Pls. advise.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Tue, 11 Mar 2003 08:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923979#M752382</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2003-03-11T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923980#M752383</link>
      <description>not sure if this will be of help. but just give a try.&lt;BR /&gt;&lt;BR /&gt;check out mrtg at the link below.&lt;BR /&gt;&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/mrtg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it can be used to monitor any variable over snmp.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 11 Mar 2003 09:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923980#M752383</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-11T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923981#M752384</link>
      <description>Netstat command prints information about the Linux networking. &lt;BR /&gt;&lt;BR /&gt;Try netstat -a.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 10:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923981#M752384</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-03-11T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923982#M752385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When looking at the packets you could also use netstat -s &lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Tue, 11 Mar 2003 17:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923982#M752385</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-03-11T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923983#M752386</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use netstat command to monitor your in/out packets. If you want to create report you can do a script and at it on the cron job,so you can monitor on the time you desire.&lt;BR /&gt;&lt;BR /&gt;You can also use SAM to monitor the packets.&lt;BR /&gt;&lt;BR /&gt;MRTG - is a good tool, but you need to configure a lot of things.&lt;BR /&gt;&lt;BR /&gt;You can use some tools that you install on the windows machine like commview,sniffer,netscan tools and others.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 18:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923983#M752386</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-03-11T18:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923984#M752387</link>
      <description>If you want specific packet info on _individual_ flows (sessions) then netstat  will not give you what you want.  Neither will mrtg. Netstat can show what is connected to whom for TCP, but for UDP it will not say who is senting to whom.  Mrtg will only give the aggregate packet/byte statistics.&lt;BR /&gt;&lt;BR /&gt;Some tools that _might_ (alone or in combination) would include:&lt;BR /&gt;&lt;BR /&gt;*) nettl/netfmt&lt;BR /&gt;*) tcpdump/tcptrace&lt;BR /&gt;*) ethereal</description>
      <pubDate>Wed, 12 Mar 2003 20:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923984#M752387</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-03-12T20:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic monitoring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923985#M752388</link>
      <description>Another option is ipfilter (if using 11.x).  It is intended to be a firewall, but can be a great debugging tool if you just turn on logging.  ipfilter is available for free from software.hp.com.  Something like:&lt;BR /&gt;&lt;BR /&gt;pass out log quick from any to any&lt;BR /&gt;&lt;BR /&gt;in ipf.conf, load in the rules, and then grep for ipmon in your syslog.  It will tell you ports, etc. that actually happened as they were connected.  netstat will tell you current status of the connection, but you'd have to keep polling it if you want to catch new connections.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;   -Keith</description>
      <pubDate>Thu, 13 Mar 2003 18:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-monitoring/m-p/2923985#M752388</guid>
      <dc:creator>Keith Buck</dc:creator>
      <dc:date>2003-03-13T18:43:10Z</dc:date>
    </item>
  </channel>
</rss>

