I am running a PPPoE server on a CCR-1036.
My /ppp profile is:
/ppp profile
add dns-server=192.168.2.2 local-address=192.168.255.1 name=my-pppoe only-one=yes use-compression=no use-encryption=no use-vj-compression=noI use RADIUS for authentication. I see that the only-one parameter is ignored and one user can maintain multiple sessions from different hosts at the same time. This is totally unacceptable.
Why does it ignore the option? I cannot allow my users to share their accounts. Can I make the option “only-one” work when auth is done by RADIUS?