TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.48k stars 431 forks source link

Feature Request: DHCP Option provision based on specific vendor ID's #607

Open slightlyevolved opened 1 year ago

slightlyevolved commented 1 year ago

Based on this Reddit discussion:

Similar to the method that Windows Server DHCP handles this; giving DHCP options that override server/scope defaults based on Vendor IDs. Example: Yealink phone with a Vendor ID of "yealink" receives a DHCP Option 66 with https://url1.provision.com, while Fanvil phones with a Vendor ID of "Fanvil X" receives a DHCP Option 66 with https://url2.provision.com while both devices are under the same scope/subnet/VLAN.

ShreyasZare commented 1 year ago

Thanks for the feature request. Will plan this together with DHCPv6 implementation.