I am a bit stuck trying to configure DHCP for a particular scenario
What I want to achieve is to have a basic DHCP server configured with
a Pool 10.1.2.10 -10.1.2.15 Gateway 10.1.2.254 DNS 10.1.1.254
and be able to create Static leases for the same Pool but have different DNS servers
so the static lease would be e.g 10.1.2.15 Gateway 10.1.2.254 DNS 10.1.2.250
This is so I can set a filtered DNS for everyone but then set exceptions to allow unfiltered DNS these being the static leases.
I have tried adding options via CLI but I cant seem to change the options in the static lease
Ok but do you understand what I am trying to do here?
the way I understand it each interface can have one DHCP server running on it is that correct?
each DHCP server can have 2 DNS servers set as an option
how can I have a static lease provided by the DHCP server with different DNS servers than the server has set in is global option
If you have ever looked at a windows server DHCP snap in you would understand what I am trying to get to
in windows DHCP they are called reservations and you can assign a host its IP address DNS Gateway etc which is different to the DHCP options