TechnitiumSoftware / DnsServer

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

Can DHCP Server detect client windows version? #962

Open javad9505 opened 1 week ago

javad9505 commented 1 week ago

I have a DHCP server and several clients, some running Windows 10 and some Windows 7. I wuant the DHCP server to be able to identify the Windows version of the clients using the vendor class and assign the settings I've specified accordingly. Also, I don't want to configure anything on the clients; I want the DHCP server to be able to detect the Windows version by itself. Is there a way to do this?

ShreyasZare commented 1 week ago

Thanks for asking. The DHCP server currently does not support the feature to provide different options based on vendor class identifier. But, this is something planned and will be implemented in later releases.

Also, Windows does not send anything specific that can be used to identify its version so I don't think this would be possible even if the DHCP server supported the feature.