Static IP address for L2TP client on ROS v6.46.4

Hello,

I have IPsec/L2TP server on RouterOS v6.46.4 with many clients connected. When clients connect they get local IP addresses from defined pool. I want a client authenticated by specific RADIUS account to get always the same local IP address. Some of our clients are connected multiple times but this one would have only one session. How can I achieve that?

Get your RADIUS server to return a Framed-IP-Address attribute when the client authenticates, if present this overrides the pool specified in the PPP profile on the Mikrotik.

Thanks, works like a charm.