radius server , pppoe server , username: net , only one connection per user and host , mt v.2.9.29
question1.
when user connect in PPP interface in mikrotik are instede , what is “1” ?
and this is not for all user, only couple.
question2.
about trafic , when user connect , MT make dinamic simplequeue, if I make static simplequeue ahead dinamic, but only for traffic between user and ftp …
did radius accounting trafic only from dinamic simplequeue or from interface, and accounting all trafic from user
I try this and radius accounting only dinamic traffic, I need this, because I don want accounting trafic from ftp …
… but …
I try this on early version, and I did not have same result, it’s look like radius accounting all trafic ,I think over inteface, not simplequeue ?
because that I need to know did radius accounting traffic from dinamic simplequeue or from user-interface “”.
I think for question 1, …
… about accounting traffic, this is bug, because, one user, have transfer in one static simple queue rule 15GB (rule for FTP), and in another 5GB (dinamic rule from MT for pppoe user)… but radius have info only for 5GB transfer
and other user have same rules, but radius have info for all traffic , 20GB.
about number in pppoe interface, …
I used Only one per host , and Only One in profiles, and I connect only from one host, but when disconect , and connect again , MT put 1 after user name in pppoe interface , not in active connection.
I update 2 MT from 2.9.29 to 2.9.30, and there is no number in pppoe interface … maybe it’s fix in 2.9.30, will see.
I am actually looking for a solution like this aswell. I want to exclude all traffic coming from the pppoe-clients going to a specific IP from the RADIUS Accounting. So that it does not get added to the clients total usage.I am using freeRADIUS and MySQL db. Any help would lighten my load in a huge way.
That is not possible directly, as PPPoE accounting always sends the accounting data for the WHOLE PPPoE session (as PPPoE is session-based, not “ip-connection”-based).
The only solution would be to switch to another/additional accounting method, like NetFlow. There you could surely exclude some destination ip range from being billed/counted - but you will probably need to come up with some custom piece of software to do that…
I agree, but that is why the “bug” reported by marko_bg is so interesting
Remember reading that all traffic directly to the router is not accounted for. I always presumed this was to make it more fair for the user, who should not have to pay for all the data used in a month maintaining his connection to the router. If this is actually true, how does it manage to do that?
I update from 2.9.29 to 2.9.30 , till now there is no number in pppoe interface, …
and today number are there, …
last 5 days, there is no number, and user are normal login and logout, all the time.
Can you tell me, why MT add number in pppoe interface, and only for 3-4 users, one have MT ruterboard112, other Zixel Ruter, some login from winxp, … and all have numbers.
Is this have some connection with radius server ?
We used Freeradius and mysql.
Is there any possibility to this number make some error with accouting of traffic or some other error ?
any idea ?
Is there anyone of RouterOS users have same nubmers in pppoe inteface ?
I’m seeing the as well, i think this is a bug in the only-one implementation, where the user is disconnected and re-connecting before MT sees the connection has dropped.
can anyone from MT verify if there is a bug or other problem introduced sometime on or after 2.9.18 (about the time I remember noticing it) that breaks the only-one option??