Wireless access point

Hello. I need assistance with a problem I am having. I have one mikrotik Hap Lite and one mikrotik Map Lite. I have managed to connect the two via wifi. What I want to do is to be able to connect the with the same dhcp pool. No masquerade. I want the hap lite to serve as dhcp server and the map lite as client. I have searched a lot and found nothing that could help me. Can any of you help?

You connected them using what mode?
One simple thing you can do is on the map lite create a bridge, put the ethernet and wifi interfaces inside the bridge and then enable dhcp client for the bridge interface it self.
So when the map connects to the hap, the bridge will get an IP address from the dhcp server and if you connect lets say a PC in the ethernet of the map, it will take an IP from the dhcp server of map as well.
The modes you must use are ap bridge or just bridge and station bridge for the client.
The map should have no firewall or masquerade rules and anything related to a routers functions.
Ofcorse there are many other ways too. I just gave you the simplest solution i could think of.

This is the configuration of the Map Lite. MikroTik2
Capture.PNG
And this is the configuration of the Hap Lite. MikroTik1
Capture3.PNG
I have a device with a static ip 192.168.1.150 connected via ethernet in the Hap Lite (MikroTik1). What I want to do is to be able to see that device through wifi when I am connected either via ethernet or wifi to the Map Lite(MikroTik2). What can I do to these configurations to be able to do that? Can it be done?
In the ARP list I added manualy the ip 192.168.1.150 because it did not appear.The device is plugged in ethernet port 2 on the Hap Lite. It is working properly because when i plug it in my laptop I can ping it in command promt.

I was able to do it. So no problem. I could ping the device with 192.168.1.150 when connected via ethernet or wifi to the map lite. You actually helped. Ευχαριστω.