Re: Is accounting supported?

2010-01-19 Thread Dan Williams
On Tue, 2010-01-19 at 12:10 -0200, José Queiroz wrote: > What about using SNMP data to gather accounting on interfaces? Honestly I'd rather just go to the source (netlink) from which most of these interfaces get their data anyway. Fewer layers in the system that way. Any of the other methods get

Re: Is accounting supported?

2010-01-19 Thread José Queiroz
What about using SNMP data to gather accounting on interfaces? ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: Is accounting supported?

2010-01-19 Thread Андрей Григорьев
May be you could use conntrack events subsystem for accounting? In such way, by using conntrack, it can become an a good solution to control traffic. There is a simple scrypt on python, that catch events from conntrack using ctypes to interact with libnetfilter_conntrack.so, http://code.activestate

Re: Is accounting supported?

2010-01-18 Thread Dan Williams
On Sun, 2010-01-17 at 17:15 +0100, Daniel Wagner wrote: > Hi Dan, > > >> Just out of curiosity: where does the accounting information come from? > >> I see one possible solution using netfilter with ULOG target and the > >> ulogd daemon. > >> > >> I guess when using ulogd there is always a certain

Re: Is accounting supported?

2010-01-17 Thread Marcel Holtmann
Hi Daniel, > >> Just out of curiosity: where does the accounting information come from? > >> I see one possible solution using netfilter with ULOG target and the > >> ulogd daemon. > >> > >> I guess when using ulogd there is always a certain lag between the > >> number of bytes transferred/receive

Re: Is accounting supported?

2010-01-17 Thread Daniel Wagner
Hi Dan, Just out of curiosity: where does the accounting information come from? I see one possible solution using netfilter with ULOG target and the ulogd daemon. I guess when using ulogd there is always a certain lag between the number of bytes transferred/received and the user defined maximum

Re: Is accounting supported?

2010-01-13 Thread Dan Williams
On Wed, 2010-01-13 at 08:09 +0100, Daniel Wagner wrote: > On 01/07/2010 05:27 PM, Dan Williams wrote: > > On Thu, 2010-01-07 at 08:18 +, Alex Buell wrote: > >> On Wed, 2010-01-06 at 22:51 -0800, Dan Williams wrote: > >>> On Tue, 2010-01-05 at 14:31 +0530, Elison Niven wrote: > Hi List, > >

Re: Is accounting supported?

2010-01-12 Thread Daniel Wagner
On 01/07/2010 05:27 PM, Dan Williams wrote: On Thu, 2010-01-07 at 08:18 +, Alex Buell wrote: On Wed, 2010-01-06 at 22:51 -0800, Dan Williams wrote: On Tue, 2010-01-05 at 14:31 +0530, Elison Niven wrote: Hi List, I am using Network manager with Gnome network applet on Fedora 12. Are there

Re: Is accounting supported?

2010-01-07 Thread Dan Williams
On Thu, 2010-01-07 at 08:18 +, Alex Buell wrote: > On Wed, 2010-01-06 at 22:51 -0800, Dan Williams wrote: > > On Tue, 2010-01-05 at 14:31 +0530, Elison Niven wrote: > > > Hi List, > > > > > > I am using Network manager with Gnome network applet on Fedora 12. > > > > > > Are there any options

Re: Is accounting supported?

2010-01-07 Thread Alex Buell
On Wed, 2010-01-06 at 22:51 -0800, Dan Williams wrote: > On Tue, 2010-01-05 at 14:31 +0530, Elison Niven wrote: > > Hi List, > > > > I am using Network manager with Gnome network applet on Fedora 12. > > > > Are there any options for getting accounting like information about connect > > times, da

Re: Is accounting supported?

2010-01-06 Thread Dan Williams
On Tue, 2010-01-05 at 14:31 +0530, Elison Niven wrote: > Hi List, > > I am using Network manager with Gnome network applet on Fedora 12. > > Are there any options for getting accounting like information about connect > times, data bytes in and out etc? Not yet, but I've been trying to get somebo

Is accounting supported?

2010-01-06 Thread Elison Niven
Hi List, I am using Network manager with Gnome network applet on Fedora 12. Are there any options for getting accounting like information about connect times, data bytes in and out etc? Thanks, Elison ___ NetworkManager-list mailing list NetworkMan