Hello,
Is possible to filter connected clients by single/multiple DHCP server and place them to specific network?
For detailed explanation:
I have one GW which is RB750GL with 6.27 Router OS; network 192.168.1.0/24, where is defined one DHCP server for ether2-master-local interface with ARP reply-only and DHCP accepts static-only address pool. I have another device (AP+Switch in bridge mode) which is directly connected to ether2-master-local, so everything manages 750GL (wired and wireless clients). Now I want to make another DHCP server/pool, where will be automatically placed clients which are not static-only but dynamic and they’ll have access to internet but not on 192.168.1.0/24 (private) network. Is this scenario possible?
I’ve tried to make another DHCP server with another IP pool than private network with longer authoritative time period, but I’ve crashed on limitation of max. 1 interface per DHCP server, in my case ether2-master-local.
In result, filter clients on single AP by DHCP server - static goes to private subnet with arp reply-only; dynamic goes to public subnet with automatically given IP from DHCP, everything on single interface.
Do you have any recommendation how to make this scenario real?
Thank you for any advice.