<div dir="ltr">True that is it a string already, sorry about that mistake, but it doesn´t work like ISC would with ascii (by the way,if it it wasn´t a string, could the "standard '' be changed without encapsulating?)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 31, 2024 at 8:10 AM Darren Ankney <<a href="mailto:darren.ankney@gmail.com">darren.ankney@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
You should be able to put that content in option 66.  According to<br>
this table (<a href="https://kea.readthedocs.io/en/kea-2.4.0/arm/dhcp4-srv.html#id2" rel="noreferrer" target="_blank">https://kea.readthedocs.io/en/kea-2.4.0/arm/dhcp4-srv.html#id2</a>)<br>
option 66 (tftp-server-name) is a string.  I don't think Kea would<br>
check the value you have put in there.  So something like this:<br>
<br>
"option-data": [<br>
  {<br>
    "name": "tftp-server-name",<br>
     "data": "'<a href="ftp://ftp.domain" rel="noreferrer" target="_blank">ftp://ftp.domain</a>|user:pass@domain/subpage'"<br>
  }<br>
]<br>
<br>
should work.<br>
<br>
thank you,<br>
Darren Ankney<br>
<br>
On Wed, Jan 31, 2024 at 5:18 AM Jonas <<a href="mailto:jonaslui@gmail.com" target="_blank">jonaslui@gmail.com</a>> wrote:<br>
><br>
> Hello everyone,<br>
><br>
> Currently I have an issue, I need to send an option 66, that is standard, but there is a trick to it, instead of the usual <a href="ftp://domain" rel="noreferrer" target="_blank">ftp://domain</a>, it is like this <a href="ftp://ftp.domain" rel="noreferrer" target="_blank">ftp://ftp.domain</a>|user:pass@domain/subpage, if I could do the configuration like in ISC DHCP it could be done creating an option 66 ascii, is there a way to override the standard type(I would try string in this context)? (it cannot be encapsulated, by my understanding and testing if I use another space, it gets encapsulated and not sent even with the query data optin 55 asking for it).<br>
><br>
> Thanks in advance<br>
> --<br>
> ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
><br>
> To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a>.<br>
><br>
> Kea-users mailing list<br>
> <a href="mailto:Kea-users@lists.isc.org" target="_blank">Kea-users@lists.isc.org</a><br>
> <a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a><br>
-- <br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a>.<br>
<br>
Kea-users mailing list<br>
<a href="mailto:Kea-users@lists.isc.org" target="_blank">Kea-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a><br>
</blockquote></div>