I have a small problem when trying to run netacct-mysql 0.76 with Netstat 3.04_1. I have several Virtual Interfaces running (eth0.10, eth0.20, etc..) When I try to start nacctd, the system can set the first 12 interfaces into promisc mode, but it fails on the 13th and subsequent interfaces. The errro it reports is:
eth0.40: dev_set_allmulti(master, 1)
And then I get MYSQL errors;
Sep 7 12:34:38 test nacctd (write): mySQL Error: Unknown MySQL Server Host 'eth0.50' (2)
Sep 7 12:34:38 test nacctd (write): error writing to mySQL
Can anyone suggest a solution to this please.
Thank you in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hm i'm not sure even that libpcap can work with VLAN interfaces .. i've never touched such things .. btw why you just not listen on primary interface ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a small problem when trying to run netacct-mysql 0.76 with Netstat 3.04_1. I have several Virtual Interfaces running (eth0.10, eth0.20, etc..) When I try to start nacctd, the system can set the first 12 interfaces into promisc mode, but it fails on the 13th and subsequent interfaces. The errro it reports is:
eth0.40: dev_set_allmulti(master, 1)
And then I get MYSQL errors;
Sep 7 12:34:38 test nacctd (write): mySQL Error: Unknown MySQL Server Host 'eth0.50' (2)
Sep 7 12:34:38 test nacctd (write): error writing to mySQL
Can anyone suggest a solution to this please.
Thank you in advance.
hm i'm not sure even that libpcap can work with VLAN interfaces .. i've never touched such things .. btw why you just not listen on primary interface ?