OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: tumbochko on September 26, 2018, 11:46:36 am

Title: Include Windows clients into a separated address pool
Post by: tumbochko on September 26, 2018, 11:46:36 am
Hi everyone.

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

Code: [Select]
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?