[Help] Forwarding ports for diferents networks

Hi all.
I have several questions arise when I want to open ports for my equipment.
I have my local network as follows:

I wonder how I can make the following settings:
1 .- Open UDP port 25000 to the IP address 10.50.0.2 and vice versa.
2 .- If a connected computer with ip 192.168.200.x to wlan0, able to connect to it from the network and from the network 192.168.200.0/24 10.50.0.0/24 if its possible.

thank you very much

Hi,

for UDP port forwarding you can use the command below

  1. Open UDP port 25000 to the IP address 10.50.0.2 and vice versa.


/ip firewall nat add chain=dstnat dst-address=10.0.25.1 protocol=udp dst-port=25000 to-addresses=10.50.0.2



2 .- If a connected computer with ip 192.168.200.x to wlan0, able to connect to it from the network and from the network 192.168.200.0/24 10.50.0.0/24 if its possible.

Yes, if you are using MT Router as a gateway like 192.168.200.1 on 192.168.200.x, same on WLAN0 and eth2, they can coumminicate.