Include Windows clients into a separated address pool

Started by tumbochko, September 26, 2018, 11:46:36 AM

Previous topic - Next topic
Hi everyone.

I wanna include Windows clients into a separated address pool.
If I understand correctly, it is possible by usage of following instruction:

class "ms-dhclient" {
match if substring (option vendor-class-identifier,0,4) = "MSFT";
pool {
option domain-name-servers 1.2.3.4;
range 1.2.3.10 1.2.3.200
}
}


How to correctly add this instruction into DHCP/OpnSense configuration?