<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Redhat Enterprise Linux 5 / CentOS 5 monitor and track TCP connections on the network (eth0)</title> <atom:link href="http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: tudor</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-64707</link> <dc:creator>tudor</dc:creator> <pubDate>Tue, 22 Nov 2011 09:11:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-64707</guid> <description>Thanks all , good idea .. I also installed successfully</description> <content:encoded><![CDATA[<p>Thanks all , good idea .. I also installed successfully</p> ]]></content:encoded> </item> <item><title>By: vikas kumar</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-63064</link> <dc:creator>vikas kumar</dc:creator> <pubDate>Sun, 02 Oct 2011 13:58:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-63064</guid> <description>Thanks, i have installed successfully package tcptrack and now i monitor my network.</description> <content:encoded><![CDATA[<p>Thanks, i have installed successfully package tcptrack and now i monitor my network.</p> ]]></content:encoded> </item> <item><title>By: Catalin</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-62807</link> <dc:creator>Catalin</dc:creator> <pubDate>Sun, 25 Sep 2011 20:11:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-62807</guid> <description>I got error on Fedora 15 when
# tcptrack -i eth0 src or dst xxx.xxx.xxx..xxx
where xxx.xxx.xxx..xxx  is one ip  the error is
pcap_compile: syntax error
I check libpcap seam to be ok :
Package 14:libpcap-1.1.1-3.fc15.i686 already installed and latest version
Any idea ?</description> <content:encoded><![CDATA[<p>I got error on Fedora 15 when<br
/> # tcptrack -i eth0 src or dst xxx.xxx.xxx..xxx<br
/> where xxx.xxx.xxx..xxx  is one ip  the error is<br
/> pcap_compile: syntax error<br
/> I check libpcap seam to be ok :<br
/> Package 14:libpcap-1.1.1-3.fc15.i686 already installed and latest version<br
/> Any idea ?</p> ]]></content:encoded> </item> <item><title>By: Sibe</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-57187</link> <dc:creator>Sibe</dc:creator> <pubDate>Sun, 10 Apr 2011 07:39:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-57187</guid> <description>You can use &#039;uname&#039; command.
uname -i will print your machine arch; i386 means 32bit, x86_64 for 64 bit arch.
uname -r prints your kernel version, if you have a 64bit kernel version running, you&#039;ll notice it.</description> <content:encoded><![CDATA[<p>You can use &#8216;uname&#8217; command.</p><p>uname -i will print your machine arch; i386 means 32bit, x86_64 for 64 bit arch.<br
/> uname -r prints your kernel version, if you have a 64bit kernel version running, you&#8217;ll notice it.</p> ]]></content:encoded> </item> <item><title>By: Adarsh</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-55704</link> <dc:creator>Adarsh</dc:creator> <pubDate>Thu, 17 Feb 2011 05:35:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-55704</guid> <description>Hi,
I need to know whether my Linux 4 is 64 bit or 32 bit. Can someone please help me out.</description> <content:encoded><![CDATA[<p>Hi,<br
/> I need to know whether my Linux 4 is 64 bit or 32 bit. Can someone please help me out.</p> ]]></content:encoded> </item> <item><title>By: Unlocker</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-50950</link> <dc:creator>Unlocker</dc:creator> <pubDate>Thu, 18 Nov 2010 17:01:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-50950</guid> <description>You need to update libpcap before install tcptrack
# yum install libpcap -y
# wget http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.$(uname -m).rpm
# rpm -ivh tcptrack-1.1.5-1.2.el5.rf.$(uname -m).rpm
# tcptrack -i eth0
Done !!</description> <content:encoded><![CDATA[<p>You need to update libpcap before install tcptrack</p><p># yum install libpcap -y<br
/> # wget <a
href="http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.$(uname" rel="nofollow">http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.$(uname</a> -m).rpm<br
/> # rpm -ivh tcptrack-1.1.5-1.2.el5.rf.$(uname -m).rpm<br
/> # tcptrack -i eth0<br
/> Done !!</p> ]]></content:encoded> </item> <item><title>By: muchikon</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-49472</link> <dc:creator>muchikon</dc:creator> <pubDate>Fri, 10 Sep 2010 13:53:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-49472</guid> <description>Exelent tool, great info
Thats why I love debian, cause is very simple to install things.</description> <content:encoded><![CDATA[<p>Exelent tool, great info<br
/> Thats why I love debian, cause is very simple to install things.</p> ]]></content:encoded> </item> <item><title>By: Ruel Joson</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46840</link> <dc:creator>Ruel Joson</dc:creator> <pubDate>Sun, 11 Apr 2010 07:35:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46840</guid> <description>i downloaded the package and install it, but when i try to run the tcptrack i encounter this:
tcptrack: error while loading shared libraries: libpcap.so.0.8.3: cannot open shared object file: No such file or directory
please help. thank you!</description> <content:encoded><![CDATA[<p>i downloaded the package and install it, but when i try to run the tcptrack i encounter this:</p><p>tcptrack: error while loading shared libraries: libpcap.so.0.8.3: cannot open shared object file: No such file or directory</p><p>please help. thank you!</p> ]]></content:encoded> </item> <item><title>By: Somaikeres</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46354</link> <dc:creator>Somaikeres</dc:creator> <pubDate>Thu, 11 Mar 2010 13:19:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46354</guid> <description>running 32-bit CentOS 4  (I guess...) and when trying to install tcptrack I get this shit:
[root@localhost tmp]# rpm -hiv tcptrack-1.1.5-1.2.el5.rf.i386.rpm
warning: tcptrack-1.1.5-1.2.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by tcptrack-1.1.5-1.2.el5.rf.i386
libpcap.so.0.9.4 is needed by tcptrack-1.1.5-1.2.el5.rf.i386
rtld(GNU_HASH) is needed by tcptrack-1.1.5-1.2.el5.rf.i386
Hulp...</description> <content:encoded><![CDATA[<p>running 32-bit CentOS 4  (I guess&#8230;) and when trying to install tcptrack I get this shit:<br
/> [root@localhost tmp]# rpm -hiv tcptrack-1.1.5-1.2.el5.rf.i386.rpm<br
/> warning: tcptrack-1.1.5-1.2.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6<br
/> error: Failed dependencies:<br
/> libc.so.6(GLIBC_2.4) is needed by tcptrack-1.1.5-1.2.el5.rf.i386<br
/> libpcap.so.0.9.4 is needed by tcptrack-1.1.5-1.2.el5.rf.i386<br
/> rtld(GNU_HASH) is needed by tcptrack-1.1.5-1.2.el5.rf.i386</p><p>Hulp&#8230;</p> ]]></content:encoded> </item> <item><title>By: Srikanth</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46222</link> <dc:creator>Srikanth</dc:creator> <pubDate>Wed, 03 Mar 2010 02:11:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-46222</guid> <description>buddy,
Appreciate it.... it was very useful in finding why applet was not respondig after it uploaded certain MB.</description> <content:encoded><![CDATA[<p>buddy,<br
/> Appreciate it&#8230;. it was very useful in finding why applet was not respondig after it uploaded certain MB.</p> ]]></content:encoded> </item> <item><title>By: Claudio</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-44909</link> <dc:creator>Claudio</dc:creator> <pubDate>Thu, 26 Nov 2009 15:03:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-44909</guid> <description>If you got errors on dependencies probably you have a 32bit system so follow these steps:
# cd /tmp/
# wget http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.i386.rpm
# rpm -hiv tcptrack-1.1.5-1.2.el5.rf.i386.rpm
Have a nice day!</description> <content:encoded><![CDATA[<p>If you got errors on dependencies probably you have a 32bit system so follow these steps:<br
/> # cd /tmp/<br
/> # wget <a
href="http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.i386.rpm" rel="nofollow">http://dag.wieers.com/rpm/packages/tcptrack/tcptrack-1.1.5-1.2.el5.rf.i386.rpm</a><br
/> # rpm -hiv tcptrack-1.1.5-1.2.el5.rf.i386.rpm<br
/> Have a nice day!</p> ]]></content:encoded> </item> <item><title>By: Ruel Joson</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-44063</link> <dc:creator>Ruel Joson</dc:creator> <pubDate>Sun, 11 Oct 2009 10:58:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-44063</guid> <description>I encounter Failed dependencies when trying to rpm the package
# rpm -ivh tcptrack-1.1.5-1.2.el5.rf.x86_64.rpm
warning: tcptrack-1.1.5-1.2.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libc.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libgcc_s.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libgcc_s.so.1(GCC_3.0)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libm.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libncurses.so.5()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libnsl.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libpcap.so.0.9.4()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libpthread.so.0()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
librt.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libstdc++.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libstdc++.so.6(CXXABI_1.3)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
libstdc++.so.6(GLIBCXX_3.4)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64
Please help. Thanks</description> <content:encoded><![CDATA[<p>I encounter Failed dependencies when trying to rpm the package</p><p># rpm -ivh tcptrack-1.1.5-1.2.el5.rf.x86_64.rpm<br
/> warning: tcptrack-1.1.5-1.2.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6<br
/> error: Failed dependencies:<br
/> libc.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libc.so.6(GLIBC_2.2.5)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libc.so.6(GLIBC_2.4)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libgcc_s.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libgcc_s.so.1(GCC_3.0)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libm.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libncurses.so.5()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libnsl.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libpcap.so.0.9.4()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libpthread.so.0()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> librt.so.1()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libstdc++.so.6()(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libstdc++.so.6(CXXABI_1.3)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64<br
/> libstdc++.so.6(GLIBCXX_3.4)(64bit) is needed by tcptrack-1.1.5-1.2.el5.rf.x86_64</p><p>Please help. Thanks</p> ]]></content:encoded> </item> <item><title>By: mostofa</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-43700</link> <dc:creator>mostofa</dc:creator> <pubDate>Tue, 15 Sep 2009 13:03:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-43700</guid> <description>thanks for ur information now i monitor my network</description> <content:encoded><![CDATA[<p>thanks for ur information now i monitor my network</p> ]]></content:encoded> </item> <item><title>By: Amit</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-40432</link> <dc:creator>Amit</dc:creator> <pubDate>Mon, 23 Feb 2009 07:14:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-40432</guid> <description>Hi, I want to watch my computer IP &amp; Network.Which DOS command I should use to FIND out that whether someone is connected to my computer or not in intrusion way or not. Tell me the method to preventing un-authorised access to my computer??</description> <content:encoded><![CDATA[<p>Hi, I want to watch my computer IP &amp; Network.Which DOS command I should use to FIND out that whether someone is connected to my computer or not in intrusion way or not. Tell me the method to preventing un-authorised access to my computer??</p> ]]></content:encoded> </item> <item><title>By: Oleg Frayman</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-38367</link> <dc:creator>Oleg Frayman</dc:creator> <pubDate>Mon, 21 Jul 2008 20:07:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-38367</guid> <description>try yum --whatprovides libpcap.so.0.8.3, you might need to install libcap.i386 or libcap-devel..</description> <content:encoded><![CDATA[<p>try yum &#8211;whatprovides libpcap.so.0.8.3, you might need to install libcap.i386 or libcap-devel..</p> ]]></content:encoded> </item> <item><title>By: Jeferson Passos</title><link>http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-37027</link> <dc:creator>Jeferson Passos</dc:creator> <pubDate>Wed, 14 Nov 2007 13:44:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/rhel-track-monitor-tcp-connections-on-network/#comment-37027</guid> <description>I am trying to install tcptrack in my linux fedora.
I did:
# yum install tcptrack.x86_64
The system give me the msg:
Error: Missing Dependency: libpcap.so.0.8.3()(64bit) is needed by package tcptrack
Then I tried to install libpcap packet with the command:
# yum install libpcap.x86_64
The system give me the msg:
Package libpcap - 14:0.9.7-1.fc7.x86_64 is already installed.
Nothing to do
Can anyone help me ??
Thanks
Jeferson Passos</description> <content:encoded><![CDATA[<p>I am trying to install tcptrack in my linux fedora.<br
/> I did:<br
/> # yum install tcptrack.x86_64<br
/> The system give me the msg:<br
/> Error: Missing Dependency: libpcap.so.0.8.3()(64bit) is needed by package tcptrack</p><p>Then I tried to install libpcap packet with the command:<br
/> # yum install libpcap.x86_64<br
/> The system give me the msg:<br
/> Package libpcap &#8211; 14:0.9.7-1.fc7.x86_64 is already installed.<br
/> Nothing to do</p><p>Can anyone help me ??<br
/> Thanks<br
/> Jeferson Passos</p> ]]></content:encoded> </item> </channel> </rss>
