How would i set up a mikrotik router to allow a PPPoE client that failed to login (due to radius account expired or disabled) to receive an ip address and have limited access (like going to account page)? Or is that even possible?
Basically I am trying to have the same abilities as hotspot,just using a PPPoE server.
RADIUS should do this kind of work: for example, in case of expired account it should accept the login, but assign the address from limited IP pool (or add to some address-list), so that you can redirect this client to the billing page
am using same scenario… pppoe + radiusmanager … am also intersted in ths kind of solution. where i can redirect my clients on a billing page, after the expiry of their subscription…
Have the exact same question. On radiusmanager, I’m running a pool “ppp” witch integrates to “ppp” pool with ip ranges accoring to each highsite. For instance, highsite 1 - /ip pools add name=ppp address=10.0.0.253-10.0.0.1 and ppp profile local address as 10.0.0.254 and remote address as ppp. If I create a “next pool” on radman called “expired”, how do I redirect that trafick on the new ip range to (say for instance) radman user control pannel (h*tp://192.168.0.1/radiusmanager/user.php)? Or am I doing this the wrong way around? Any help please!!
Thanks in advance.
I had the same problem, i’m using Radius Manager too.
I created for each service, next service, which is assigned to the user when his time expire…etc.
In that service, i specified pool with IP addresses, that are redirected at the mikrotik, to the our info webpage, for now, it works perfectly.