RADIUS - how to not account local traffic

I got the following setup :

local FTP_____RADIUS
                 |
                 | 
     dsl ------> MT ----> MT (AP) ----> CLIENTS
                 |                       |
                 |______ PPPoE___________|

My problem is that Radius accounts all the traffic for each client , but I need to account only the traffic to DSL and not account any local , like FTP or local HTTP !
I have unchecked the box “Account local traffic” but it still accounts every single packet .
Any soloution will be pretty much appriciated !!!
Tahnks in advance !!

Here I’m using PPPOE instead of VPN but I have this problem too. I would like NOT to accouting traffic to some networks like 10.0.0.0/8, 192.0.0.0/8, 200.111.2.24/29, 200.10.20.176/28 for example. If I could make it would make my life MUCH easier!!! Mikrotik is there any solution?

I have the same problem.

If you need to do accounting based on source and/or destination addresses your only choice is probably NetFlow. Radius accounting has no knowledge of where the traffic comes from or where it goes to.

–Tom

Radius may not care,
MT can care and know where traffic comes and go and MT is the one reporting to Radius.

maybe the option is not working and it only left there for decoration to make sure that MT ROS is a rich feature RouterOS… just kididng…


any idea?

What option do you mean? The account-local-traffic option that plam40 was taking about? That pertains only to traffic that is originating from/destined to the router itself, see

http://www.mikrotik.com/testdocs/ros/2.9/guide/accounting.php?permalink=0.21226245966296164

it has nothing to do with declaring certain source and/or destination IP networks as “local” and to then exclude them from accounting.

–Tom

http://forum.mikrotik.com/t/pppoe-can-accouting-only-internet-traffic/10650/1

The check box for account local traffic has nothing to do with RADIUS but i do not get it :confused: there is such thing for the flow and there is no for the radius …

I’m having the same issue with the same setup as you. I really wish i could get radius to exclude traffic done to the local ftp server.

Coz atm i need to log in to winbox every morning and check the queues then convert each one to bytes and add it all back into radius for each user one by one.

As you can guess it’s extremely time consuming and frustrating.

Is it possible that mikrotik create option like “exclude from accounting”? In that option you could add IP address which will be excluded from accounting.