OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: guest7876 on August 08, 2018, 11:02:24 am

Title: DHCP Option 66.
Post by: guest7876 on August 08, 2018, 11:02:24 am
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?
Title: Re: DHCP Option 66.
Post by: 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
Title: Re: DHCP Option 66.
Post by: guest7876 on August 08, 2018, 09:19:33 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.