Dear all,
I am nbie to mikrotik setup. I have successfully configured mikrotik to work for pppoe and freeradius. Now i want to redirect mikrotik pppoe clients to html page when they will finish their allocated bandwidth limit ( upload and download bytes).
Does anybody knows how to do it?
Is there any mikrotik freeradius attribute to control total upload and download bytes?
Thanks
pssach
Web-page method does not work with PPPoE, because when limit-bytes-in/limit-bytes-out reached, PPPoE user is disconnected and connected back to PPPoE server (Internet connection does not stop).
Radius attributes are available from here:
http://wiki.mikrotik.com/wiki/Manual:RADIUS_Client
Here are the two attributes you are probably looking for.
Mikrotik-Recv-Limit
Mikrotik-Xmit-Limit
Feklar, I do no see the way how to redirect PPPoE client to webpage with means of PPPoE server, when limit comes to an end. Standard limit-bytes-in/limit-bytes-out disconnects the client and allows to establish new PPPoE session again.
I was just answering the second portion of his post.
We don’t use PPPoE, so I’m not familiar with the way it works inside of a MikroTik.