Hello there,
DHCP Server offers a client a lease based on the scope - and the scope chosen is based on the interface the DHCP Discover is first received, Thus you need to ensure that the server receives the requests via the right interface.
There are a few ways to force clients to take IP addresses from the first DHCP server in a LAN with multiple DHCP servers. One option is to configure the DHCP server with a higher priority or precedence value. Another option is to use DHCP relay agents to direct clients to the first DHCP server. You can also configure DHCP clients to only accept DHCP offers from specific servers using DHCP filters, or use DHCP reservation to assign specific IP addresses to certain clients
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–