DHCP Option 66.

Started by guest7876, August 08, 2018, 11:02:24 AM

Previous topic - Next topic
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?

August 08, 2018, 01:24:46 PM #1 Last Edit: August 08, 2018, 01:26:39 PM by nallar
I think the option you want is at the bottom of the dhcp server configuration under "additional options".

Something like this:



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:



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.