All;

    What I'm trying to do is generate bandwidth traffic statistics.
Basically run my script every 5 minutes out of CRON, dump both the input and
output stats, and report the in, out, and totals for the ports/services that
interest me.  However, I'm running into a problem where both the src_port
and dst_port is 0 so I have no idea what is generating that traffic. For
example,

 

SRC_IP                 DST_IP                  SRC_PORT           DST_PORT
PACKETS              BYTES

208.67.220.220   192.168.2.85     0                              0
10                           960

192.168.2.89       192.168.2.85       0                              0
20                           1860

71.179.167.169   192.168.2.85     0                              0
20                           1860

192.168.2.240    192.168.2.85       0                              0
10                           900

192.168.2.75       192.168.2.85       0                              0
20                           1740

192.168.2.1         192.168.2.85       0                              0
15                           1380

 

 

Does anyone know why this is happening? Any insight at all would be greatly
appreciated.

 

Thanks;

John V.

 

_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to