Do the Following:
1. Go to Terminal and Login as super user.
Command : su (super user)
2. see display connection by using the command
netstat -netstat
3. Install tcptrack package via Terminal.
yum install tcptrack
Installing in Ubuntu
sudo apt-get install tcptrack
Installing in Open Suse
zypper install tcptrack or go to YaST -> Software Management -> Search the Package tcptrack and Install the Package.
4. Track Ethernet traffic
tcptrack -i eth0
tcptrack -i eth1
Show web traffic on port 80.
5. tcptrack -i eth1 port 80
No comments:
Post a Comment