Re: [Kea-users] Option 121, multiple routes

2017-08-06 Thread Francis Dupont
Nepryakhin Ivan writes: > Hello, please tell me how to send in the field option 121 several > routes, at this time the configuration > > "Option-def": [ >{ > > "Name": "rfc3442-classless-static-routes", > "Code": 121, > "Space": "dhcp4", >

[Kea-users] Implementing Radius authentication through hooks

2017-08-06 Thread Baptiste Jonglez
Hi, We need Radius-based authentication based on the MAC address of the client. That is, given the MAC address of a DHCPv4/v6 client, we want to hand out a pre-defined IPv4 address and IPv6 prefix. If the client MAC is not registered in Radius, it should get no IP address. I started implementin