dhcp server for two routerboard mikrotik

Hello
It’s me again.
I would like to ask a question. :confused: :confused: :confused:
I connected three routes mikrotik between them ..
The first I enabled the DHCP server in the second ethernet ..
The second is connected to the ethernet ethernet first of the second route mikrotik ..
How can I have the same DHCP server on the second Ethernet second route and the second ethernet of the thrre route?
exsample :

internet 192.168.1.1–my pc with winbox >>-192.168.1.2–eth1-mikrotik pc-eth2-------------

--------->>>10.5.50.1–>>>>>enable dhcp server–>>>>>-enable hotspot for client---------

eth2-10.5.50.1-switch->>-10.5.50.2-dhcp client ? eth1–mikrotik1–wlan1–10.5.50.?–??
eth2-10.5.50.1–switch->>-10.5.50.3-dhcp client ? eth1–mikrotik2–wlan1–10.5.50.?–??

The client must receive the address dhcp of mikrotik pc..

How can I get the two mikrotik with winbox?
Hours can’tI get ..

How can I do?

thank you

  1. DHCP-relay is used to extend DHCP over multiple routers,
    http://www.mikrotik.com/testdocs/ros/2.9/ip/dhcp_content.php#7.39.11.1

  2. Where is your computer connected, which you want to use to access two Winboxes ?

Hello
My computer is connect to the router ..
The first mikrotik pc is connected to the router ..
The two routerboard mikrotik link to eth2 the first pc mikrotik through a switch …
Now two routerboard mikrotik have two interfaces eth1 and wlan1 in brigde and so users get the address from the DHCP server PC mikrotik… :confused: :confused: :confused:
I am a rookie who very willing to learn
But unfortunately I do not know much English …
And especially I am studying alone..
thank you…

For this,

How can I have the same DHCP server on the second Ethernet second route and the second ethernet of the thrre route?
exsample :
internet 192.168.1.1--my pc with winbox >>-192.168.1.2--eth1-mikrotik pc-eth2-------------

You can use bridge,
http://www.mikrotik.com/testdocs/ros/2.9/interface/bridge.php
However, then you are not able to use DHCP-server and HotSpot on this router.

So, you need to set another private subnet to local network, if you want to provide users connected to MikroTik router with HotSpot and DHCP.