<?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 logging with tcpdump in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941372#M577215</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also look at the following man page of 'tcpdump' filtering to get more details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ethereal.com/tcpdump.8.html" target="_blank"&gt;http://www.ethereal.com/tcpdump.8.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 02 Apr 2003 03:16:32 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-04-02T03:16:32Z</dc:date>
    <item>
      <title>outgoing traffic logging with tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941370#M577213</link>
      <description>Hi,&lt;BR /&gt;I need to log outgoing traffic from my RHL 8 box thru tcpdump. I've tried tcpdump -p -i eth0 dst net xxx.xx, but I just keep getting the following messages running.&lt;BR /&gt;10:39:53.629112 xxx.xx.xx.xx.1182 &amp;gt; jumpoff.ssh: . ack 48092 win 64240 (DF)&lt;BR /&gt;10:39:53.640372 jumpoff.ssh &amp;gt; xxx.xx.xx.xx.1182: P 48092:48288(196) ack 1 win 6432 (DF) [tos 0x10]&lt;BR /&gt;10:39:53.652068 jumpoff.ssh &amp;gt; xxx.xx.xx.xx.1182: P 48288:48404(116) ack 1 win 6432 (DF) [tos 0x10]&lt;BR /&gt;10:39:53.652502 xxx.xx.xx.xx.1182 &amp;gt; jumpoff.ssh: . ack 48404 win 63928 (DF)&lt;BR /&gt;10:39:53.663808 jumpoff.ssh &amp;gt; xxx.xx.xx.xx.1182: P 48404:48600(196) ack 1 win 6432 (DF) [tos 0x10]&lt;BR /&gt;10:39:53.675520 jumpoff.ssh &amp;gt; xxx.xx.xx.xx.1182: P 48600:48716(116) ack 1 win 6432 (DF) [tos 0x10]&lt;BR /&gt;&lt;BR /&gt;This is not what I want, it's too details and eating up my diskspace should I keeping logging them. I just need to know the time, target address and who the made the connection to other hosts via this box. Simple task I believe. Pls advise on what option should I use. I need this very URGENTLY, live or death kinda situation.&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Apr 2003 02:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941370#M577213</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2003-04-02T02:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic logging with tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941371#M577214</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I do not remember the filtering syntax on top of my head&lt;BR /&gt;&lt;BR /&gt;You would need to use filters. Following may help you&lt;BR /&gt;&lt;BR /&gt;tcpdump ip and not host xx.xx.xx.xx&lt;BR /&gt;&lt;BR /&gt;Replace xx.xx.xx.xx with your local IP.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 02 Apr 2003 03:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941371#M577214</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-04-02T03:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic logging with tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941372#M577215</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also look at the following man page of 'tcpdump' filtering to get more details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ethereal.com/tcpdump.8.html" target="_blank"&gt;http://www.ethereal.com/tcpdump.8.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 02 Apr 2003 03:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941372#M577215</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-04-02T03:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: outgoing traffic logging with tcpdump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941373#M577216</link>
      <description>Take a look at the first couple of examples. It may be what you wanted.&lt;BR /&gt;&lt;A href="http://www.tcpdump.org/tcpdump_man.html" target="_blank"&gt;http://www.tcpdump.org/tcpdump_man.html&lt;/A&gt;</description>
      <pubDate>Wed, 02 Apr 2003 03:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/outgoing-traffic-logging-with-tcpdump/m-p/2941373#M577216</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-02T03:25:08Z</dc:date>
    </item>
  </channel>
</rss>

