DHCP from freeRadius and daloRadius.
-
Hi everybody,
I am using PPPoE on one of the VLANs where I want to authenticate the users using freeradius which is externally hosted, and I am using daloRadius for the GUI.
Now when a PPPoE user tries to connect; it's authenticated successfully but the error message in log is:
[poes_l-1] RADIUS: rad_send_request for user 'test_user' failed: No valid RADIUS responses received
I believe this is the error message for not getting an IP as a reply from freeradius/daloradius
I tried to assign IPs on daloRadius platform using following reply attributes in dictionary.rfc2865
FramedIPAddress
FramedNetMask
FramedRouteBut it doesn't work, it even stops authentication of the user using radius and when I remvove the attributes, users can be authenticated again.
Whereas;
when I use freeRadius package from pfsense repository, I can assign IPs manually and users can connect successfully and start surfing.Any guidance to assign IPs to users through daloRadius/freeradius will be highly appreciated.