View Single Post

  #4 (permalink)  
Old 07-20-2004
Bernhard Kastner
 
Posts: n/a
Default Re: linux console program to monitoring network traffic includingTCP/UDP session packet and bytes?

rambo88 wrote:

> Hello,
> I'm using linux firewall (kernel 2.4.25 )
> I'd like to see and packet , bytes via session monitoring on linux firewall.
>
> when I issue #cat /proc/net/ip_conntract command on linux firewall console
> , I can't see them.
>
> I'm looinking for linux console program for TCP/UDP session monitoring
> including packets and bytes.
>
> or Is there a linux console program ( not UI and not Windows version ) to
> see session informaion include
> bytes, packets ?
>
> ===========================
> #cat /proc/net/ip_conntract ==> can't see bytes and packets ...
>
> tcp 6 431999 ESTABLISHED src=192.168.7.80 dst=192.168.7.1 sport=1194
> dport=22 src=192.168.7.1 dst=192.168.7.80 sport=22 dport=1194 [ASSURED]
> use=1
> tcp 6 431980 ESTABLISHED src=192.168.7.90 dst=207.46.107.60 sport=3788
> dport=1863 src=207.46.107.60 dst=218.55.14.100 sport=1863 dport=3788
> [ASSURED] use=1
> .
> .
> .
>
> Thanks a lot.
> have a day.
>
>
>

TCPDUMP

--
---
http://www.alf.at.tc
Austrian Linux Forum
Reply With Quote