ive poked around and searched here about DHCP Option 66 for our Cisco IP phones and found nothing.
did i miss it ? or how do i configure DHCP Option 66.
what version of dhcpd is opnsense using?
I think the option you want is at the bottom of the dhcp server configuration under "additional options".
Something like this:
(https://i.imgur.com/lw90JYJ.png)
The dhcpd version is "isc-dhcpd-4.4.1". The code it's built from is here: https://github.com/opnsense/ports/tree/master/net/isc-dhcp44-server
Quote from: nallar on August 08, 2018, 01:24:46 PM
I think the option you want is at the bottom of the dhcp server configuration under "additional options".
Something like this:
(https://i.imgur.com/lw90JYJ.png)
The dhcpd version is "isc-dhcpd-4.4.1". The code it's built from is here: https://github.com/opnsense/ports/tree/master/net/isc-dhcp44-server
thank you.