Im trying to configure pmacctd to graph traffic passing through the
public interface of a firewall ..
The public interface is connected to an adsl router .. they share a
dedicated private lan .
The firewall's ip is 192.168.42.1 and the adsl's ip is 192.168.42.10 ,
with the firewalls default gateway configured to 192.168.42.10

I have configured pmacctd as follows


! pmacct configuration example
!
 logfile: /tmp/pmacctd.log
 promisc: false
 interface: eth1
 plugins: memory[in], memory[out]

 aggregate[out]: src_host
 aggregate[in]: dst_host
 aggregate_filter[out]: src net 192.168.42.0/24
 aggregate_filter[in]: dst net 192.168.42.0/24
 imt_path[out]: /tmp/pmacct_out.pipe
 imt_path[in]: /tmp/pmacct_in.pipe

! plugin_pipe_size: 1024000
! plugin_buffer_size: 1024

why does pNRG show traffic for 192.168.42.10 and non for 192.168.42.1

I only what to graph all the income (sum of) and outgoing (sum of)
traffic passing through eth1 / 192.168.42.1
In short I want to graph the network utalisation of the public
interface so I can see if the adsl is being maxed out.
How could I do this ?

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

Reply via email to