[pmacct-discussion] Problem with aggregate_filter

2009-11-19 Thread Buddhike
Hi, I'm testing pmacct on my network, and pmacct runs on a box inbetween my LAN switch and My ADSL router, and want to filter out my incoming and outgoing traffic using ADSL router's MAC address. I Just want to know is whether i can use the aggregate_filter to filter traffic using MAC address.

[pmacct-discussion] invalid network mask?

2009-11-19 Thread Charlie Allom
Hi Paolo, would it be useful to include the line number that causes the error here? I've put the file here: http://capslock.playlouder.com/bgptable.gz 11:50 pmacct:~# md5sum bgptable 578e6138f9e5b3d84c09415ce9d1d019 bgptable NetFlow Accounting Daemon, nfacctd 0.12.0rc3 11:48 pmacct:~#

Re: [pmacct-discussion] invalid network mask?

2009-11-19 Thread Paolo Lucente
Hi Charlie, It appears you didn't put the table in the correct format first. Is it the case? If yes, to make that table pmacct-friendly you have to pre-process it as follows: cat bgptable | sed 's/\([0-9a-f:][0-9a-f\.\/:]*\).* \([0-9][0-9]*\)[ 0-9,{}]*$/\2,\1/' | uniq networks.lst At least it

Re: [pmacct-discussion] Problem with aggregate_filter

2009-11-19 Thread Paolo Lucente
Hi, On Thu, Nov 19, 2009 at 04:00:33PM +0530, Buddhike wrote: I've searched on google but didn't find any examples with mac adresses but with src/dst networks. But i didn't seen any records saying that aggrigate_filter can't be used with src mac and dst mac option. anyway I tested it with

Re: [pmacct-discussion] Problem with aggregate_filter

2009-11-19 Thread Buddhike
Hi, Thanks a lot ! Regards, Buddhike On Thu, Nov 19, 2009 at 9:25 PM, Paolo Lucente pa...@pmacct.net wrote: Hi, On Thu, Nov 19, 2009 at 04:00:33PM +0530, Buddhike wrote: I've searched on google but didn't find any examples with mac adresses but with src/dst networks. But i didn't seen

[pmacct-discussion] MySQL options

2009-11-19 Thread Joel Roberts
Hi, I'm trying to install pmacct for the first time on XenServer. I have installed mysql and can confirm the library files can be found: [code] [r...@localhost pmacct-0.12.0rc3]# find / -name libmysql* /usr/lib/mysql/libmysqlclient.so.15 /usr/lib/mysql/libmysqlclient.so.15.0.0