Hi,
IP → DHCP SERVER → NETWORK → GATEWAY
I can put more than one gateway here.
Based on what scenario the DHCP server is choosing which gateway to serve?
How can I run DHCP server with two gateways on same network/pool with round robin selection or else?
Doesn’t want-need to setup load balancing.
thank you
I believe (haven’t actually tried this out) the DHCP server gives out all gateways to clients, and it lets the client decide which one to use. All gateways should all of course be in the same subnet as the client.
If the client is a sophisticated device, such as a MikroTik router, it might include checks for the availability of each gateway, and choose whichever is the “first” available one, where “first” is the first in the list you’ve specified.
As far as other devices go… They’d probably unconditionally use the first gateway.