Hi Guys,
installed latest RD At revision 1459.Few bugs found.
1) User stats is not update. Nothing show in usage used.
2) Top up in provider is not working.
3) Kick off the user is not working on activity monitoring. I'm using Mikrotik 6.28.
Thanks.
Regards,
Ryan
Last edit: ryan low 2015-05-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ryan,
Not sure about why your user stats are not being shown but as for your second question (top not working), the access control objects (ACO) is missing for the TopUps.
What you need to do is sign in as root and go to the right manager and add a new ACO under Access Providers -> Controllers -> TopUs
you can add index, add, delete, manage_components and note_index
You will also need to modify the top_ups table by adding a available_to_siblings field.
Then the topups feature will be available.
I haven't tested if it actually does what it is supposed to do (topping up permanent accounts with time or data), so let me know once you've tested it.
As for the kick off user feature, make sure you have specified the coaport (3799) in both your Mikrotik and while adding the NAS
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nahom, thanks for your feedback. I will try it out and you know. sometime i will have some clean install from scratch. this the first time which cant generate usage graph. I cant find any place relate to user_stats table to let me trouble shoot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Nahom,
I already added the TopUs in ACO and also add the index, delete, manage_components and note_index. Alter the table top_ups by adding column available_to_siblings,
but i looks like not working.
Dear Dirk,
Any guide I can do it ourselves?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
installed latest RD At revision 1459.Few bugs found.
1) User stats is not update. Nothing show in usage used.
2) Top up in provider is not working.
3) Kick off the user is not working on activity monitoring. I'm using Mikrotik 6.28.
Thanks.
Regards,
Ryan
Last edit: ryan low 2015-05-26
Ryan,
Not sure about why your user stats are not being shown but as for your second question (top not working), the access control objects (ACO) is missing for the TopUps.
What you need to do is sign in as root and go to the right manager and add a new ACO under Access Providers -> Controllers -> TopUs
you can add index, add, delete, manage_components and note_index
You will also need to modify the top_ups table by adding a available_to_siblings field.
Then the topups feature will be available.
I haven't tested if it actually does what it is supposed to do (topping up permanent accounts with time or data), so let me know once you've tested it.
As for the kick off user feature, make sure you have specified the coaport (3799) in both your Mikrotik and while adding the NAS
Nahom, thanks for your feedback. I will try it out and you know. sometime i will have some clean install from scratch. this the first time which cant generate usage graph. I cant find any place relate to user_stats table to let me trouble shoot.
Dear Nahom,
I already added the TopUs in ACO and also add the index, delete, manage_components and note_index. Alter the table top_ups by adding column available_to_siblings,
but i looks like not working.
Dear Dirk,
Any guide I can do it ourselves?
Ryan,
Make sure that available_to_siblings is "NOT NULL" and has default value of 1
Those are the steps I followed and it worked for me.
oh gosh! my bad. million thanks Nahom!!!