Radius attribute "Framed-Route" not working with pfSense
-
Hi,
I'm configuring an OpenVPN server using pfSense and I have configured a Radius server for users authentication.
I'm using the Radius server to provide static IPs for users using the "Framed-IP-Address" attribute and it's working very well.
I also tried to push routes using the "Framed-Route" radius attribute but it doesn't seem to be working.
I know that I can push routes directly from the openvpn server configuration but I want to push routes from the radius server.Why would the "Framed-Route" not be working?
Is it because it's not supported by pfSense?Thank you for you help!!
Hatim
-
It doesn't work with Framed-Route, but it should work with a cisco avpair route REPLYATTR.
-
@jimp Did you get that working somehow? I tried send via Microsoft NPS server (Radius) the Cisco Vendor Attribute "ip:route 10.0.0.0 255.255.255.0 192.168.1.1 100" from somewhere, but I am not sure if that is the correct format, as could not find specific/clear documentation.