KEA "custom options" ?
-
Hi all,
I know that KEA integration is not yet complete, but will it one day have all the functionality of the previous DHCP server ?
For me it is essential to have this feature in order to pass a string to VOIP phones:Thanks
Luca
-
Read this thread.
It's a bit long, but you will find the "what to do' part eventually.You'll find this redmine https://redmine.pfsense.org/issues/15321, there is a patch over there. You need it.
According to https://github.com/isc-projects/kea/blob/master/doc/examples/kea4/all-options.json DHCP option "66" is known to kea, so no need to "option-def" (?) it.
{ "option-data": { "lan": [ { "name": "tftp-server-name", "data": "http://10.100.0.1" } ] } }
Btw : "lan" as you have to indicate for which interface the option should be used.
I didn't test this, the option "66".
I'm using the patch for DHCP option "114" and "43".