Hello all I want to make such setup of mikrotik and freeradius which I all my users are in some radius groups lets say pppoe1 pppoe2 pppoe3 and so on - in which group they will receive diferent IP addresses from the different pools configured in mikrotik. I give this pools by Framed-Pool reply form radius to this groups and this works fine! But I want some users to have dedicated IP addresses and I give them this IP addresses with Framed-IP-Address
Its logical in this case Framed-IP-Address to override the Framed-Pool but NO it doesnt work and the users receive again IP from the pool.
The pool pppoe3 is given by the group of the user and I can not stop sending this to the replay unless I make custom config for each of the users . Then some of them will have Framed-Pool := “pppoeX” and others Framed-IP-Address = 10.20.30.XX , but this is not the right way …