Set DHCP server for clients that connect to another AP

Hello, totally new to mikrotik.
I have an access point and i was able to set DHCP range for the devices connected to it.
Now i changed router to MIKROTIK and my wireless devices can no longer get ip from access point and asks me to “IP addresses and DHCP must be configured on your third-party gateway.”

My mikrotik router ip is 192.168.2.1
My AP ip is 192.168.2.120
Looking to set ip range from 192.168.2.150-192.168.2.200

If i connect to AP and set manual IP it works. I just need to set dhcp server for the AP.
I forgot to say how it connects.

Mikrotik router has a cable at port 1 and it goes to a central unmanaged switch.
On the switch the AP connects.

Thank you all!

Anyone please?

What is the config on the MT…
/export file=anynameyouwish ( minus router serial number and any public WANIP information )


exportfile.rsc (3.34 KB)

(1) It would appear as if you are using wireguard to a third party VPN or probably based on URL in allowed IPs, a friends MT router.
In any case remove the private key entry in the settings you have in allowed IPs, not required.
No need to hide wireguard port in interface wireguard, this port (when acting as a peer client can be anything, aka does not have to match endpoint port in wireguard settings.

(2) with one flat network I see you have broken up the pools in the router settings but doing it this way how do you force or assign these IP pools to specific devices ???
The only thing the router will hand out based on your settings is the dhcp pool but you have that disabled ???

(3) Missing /ip dhcp server-network**** settings ???

Here is the total config

The dhcp pool perhaps was created from the company that i bought the device.
I want only one pool 192.168.2.150-192.168.2.200 for the clients that connect the AP with ip 192.168.2.120

Thank you!
exportfile2.rsc (10.2 KB)