Comments on Tracking TCP Connections With tcptrack
Tracking TCP Connections With tcptrack Basically, tcptrack is a sniffer which will show the information about TCP connections on a specific interface. tcptrack will watch all the connections that occur and show the information in a nice interface. Although it's on a text user interface but it's simple and easy to understand.
6 Comment(s)
Comments
Here is the address of the tutorial:
http://blog.nicolargo.com/2007/07/tcptrack-suivre-ses-connexions-tcp.html
In my Debian Lenny setup I have a launcher in a panel for tcptrack with sudo powers. This lets me click quickly and see what's connected or trying to connect. Keeping the -r value fairly high lets me catch the quick connection attempts (which I seem to get a lot of from China?).
[code]
gksu "x-terminal-emulator -e tcptrack -i eth0 -r 10"
[/code]
nice post..
very usefull
tcptrack very ease for use, useful tool. but it does not track dissallowed, denied connections, unfortunately.
Nice info
tcptrack: how do I track a wifi-device? What do I enter instead of ethn ?
Thx1138