Hi all,
I would like to serve a custom option to my LAN, option 43 (vendor specific), hex value 0x0104d91d2d4d.
In isc-dhcpd this can be done like so:
option vendor-encapsulated-options 01:04:d9:1d:2d:4d;
Unfortunately the UI does not offer hex as a method to enter values. Am I missing something?
Thanks,
Patrick
String should do it when encoded:
https://forum.opnsense.org/index.php?topic=14593.msg66794#msg66794
With the colons or without? Do you know?
Not in mind, I usually do Unify with a static dns which also works
Works with "01:04:D9:1D:2D:4D" - just for the record.
I did not think of just trying "string". In Cisco IOS the encoding is explicitly named "hex", so I thought it was a hex encoded binary value. Thanks!