I have some questions in aim to have a radius server with some specific attributs for customer. It is for a PPTP server :
local ip
remote ip
routes
I have found attributs for remote ip (Framed-IP-Address). But I don’t found for “local ip” and “routes” (I have to specify the route for each customer). Questions :
Do you have any idea for this attribut in Mikrotik Dictionary (route & local ip)
Is it also possible to configure the daloRADIUS with L2TP server in the same order ?
Thank for reply. I have found attributs for local IP and route (Framed-Routes). Btw, How can I check in my CHR if it is the right route that Radius assigned ?
Indeed, It also works with L2TP as well as PPTP. Radius > ipsec.
I tried “192.168.0.1/24 0.0.0.0 1” into Framed-Route (in replycheck). Same, it doesn’t appear in IP>routes.
Have I to change the IP addr for the route ? I only want to set this option in aim to be sure that is functional via daloradius.
Is 192.168.0.1 the client remote address? It is safer to use 0.0.0.0 which indicates to use the tunnel regardless of address.
An alternate method is to use Framed-IP-Address and Framed-IP-Netmask if the address is part of the routed subnet, in place of using Framed-IP-Address and Framed-Route.
Two routes is correct - one from the point-to-point tunnel, the second the subnet route.
However you can’t have the same subnet on both your CHR and the remote client, routing relies on subnets not overlapping with each other as it has no way of knowing which interface to use if they do.
Yes, it is just to test the function Framed-Route.
Moreover, do you know if it is possible to add those attributs in MangoSpot ? I tested only for daloradius. I don’t find for MangoSpot.
That isn’t something I have used, if it doesn’t have options for specfic RADIUS reply attributes it depends if it has any mechanism for adding generic/custom ones.