Hi,
I want to set up a DHCP configuration in the following way:
- server on wifi and LAN ports
- static config (static leases only) on one subnet: 192.168.1.0/24
- dynamic config on a different subnet: 10.0.0.0/24
Desired DHCP server behaviour:
All unknown clients will get an automatic address from the 10.0.0.0/24 subnet.
All registered leases will keep working on 192.168.1.0/24
Can I achieve it by adding two pools: first 10.0.0.0/24 for auto and a second 192.168.1.0/24, assuming there will be never more then a couple of auto clients and 10.0.0.0/24 will never run out of IP addresses?
What is the best way to do it?