Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tumbochko

#1
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?