<?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: tracing &amp;quot;&amp;quot;out going traffic  thru a port&amp;quot;&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998489#M84822</link>
    <description>Shalom vnykr,&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&lt;BR /&gt;tcpdump -i eth0 port 22&lt;BR /&gt;&lt;BR /&gt;Change the eth and port to something actual.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 22 Aug 2006 03:18:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-22T03:18:34Z</dc:date>
    <item>
      <title>tracing ""out going traffic  thru a port""</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998487#M84820</link>
      <description>can we trace the traffic going thru particular port in our own computer.and how??&lt;BR /&gt;how i have to proceed..&lt;BR /&gt;i dont have unix n/w programming idea.&lt;BR /&gt;but i want to learn .so pls kindly guide me..&lt;BR /&gt;&lt;BR /&gt;byeeeeeee&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Aug 2006 12:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998487#M84820</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2006-08-20T12:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: tracing ""out going traffic  thru a port""</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998488#M84821</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Assuming you are talking about TCP/IP port, you can use either a network traffic spy like tcpdump, or a packet filtering utility with logging capabilities like iptables.&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; tcpdump : just read the syntax and start it on an "ad-hoc" basis. Other utilities exist (ethereal, ...).&lt;BR /&gt;&lt;BR /&gt;   =&amp;gt; iptables : can be configured to finely tune permanent logging (and of course filtering) of TCP/IP traffic.&lt;BR /&gt;&lt;BR /&gt;Example with iptables :&lt;BR /&gt;&lt;BR /&gt;# Create a user-defined chain for logging&lt;BR /&gt;iptables -t filter -N LOG_OUTPUT&lt;BR /&gt;iptables -t filter -A LOG_OUTPUT -j LOG --log-level debug --log-prefix OUTPUT --log-tcp-sequence --log-tcp-options --log-ip-options&lt;BR /&gt;&lt;BR /&gt;# Log outgoing traffic&lt;BR /&gt;iptables -t filter -A OUTPUT -j LOG_OUTPUT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, the example above is not guaranteed "syntax error-free", and has to be customized.&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Aug 2006 13:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998488#M84821</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-08-20T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: tracing ""out going traffic  thru a port""</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998489#M84822</link>
      <description>Shalom vnykr,&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&lt;BR /&gt;tcpdump -i eth0 port 22&lt;BR /&gt;&lt;BR /&gt;Change the eth and port to something actual.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Aug 2006 03:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998489#M84822</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-22T03:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: tracing ""out going traffic  thru a port""</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998490#M84823</link>
      <description>as SEP said tcpdump&lt;BR /&gt;&lt;BR /&gt;well iptables is also OK but if you wanna exactly see one port and all posible information then tcpdump is best solution, there is also a posibility to store packets from tcpdump to files and then read them, for reading you can use wireshark(is more confortable).&lt;BR /&gt;&lt;BR /&gt;So decide what you exactly need and how much space and time do you have.&lt;BR /&gt;&lt;BR /&gt;Read man iptables and man tcpdump</description>
      <pubDate>Tue, 22 Aug 2006 03:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998490#M84823</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-08-22T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: tracing ""out going traffic  thru a port""</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998491#M84824</link>
      <description>thanks all</description>
      <pubDate>Sun, 11 Feb 2007 11:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tracing-quot-quot-out-going-traffic-thru-a-port-quot-quot/m-p/4998491#M84824</guid>
      <dc:creator>vnykr</dc:creator>
      <dc:date>2007-02-11T11:22:01Z</dc:date>
    </item>
  </channel>
</rss>

