2 subnets see each other

I have Wi-Fi on MikroTik. The range is 192.168.6.0/24, and the local LAN is 192.168.6.0/24 How can I make these ranges visible to each other?
I tried

/ip route add dst-address=192.168.6.0/24gateway=10.50.50.0/24

/ip firewall nat add chain=srcnat src-address=10.50.50.0/24 dst-address=192.168.6.0/24 action=masquerade
/ip firewall nat add chain=srcnat src-address=192.168.6.0/24 dst-address=10.50.50.0/24 action=masquerade

but this didnt work…

Probably you write worng IPs on post???

If the RouterBOARD has an IP for both networks AND ALL devices on the network gateway the IP on the RouterBOARD,
the ROUTER automatically connects both networks, unless firewall rules or other configuratin block this thing.

If the RouterBOARD does not act as a Gateway between the two networks, obviously the devices cannot normally reach each other.

all networks has diferent gws. 192.168.6.1 and 10.50.50.1. Is it possible that dhcp of those networks see each other?

No. But you can configure a DHCP relay when you want that.

helpp for that :smiley:

https://help.mikrotik.com/docs/display/ROS/DHCP