Opening ports for Flightsim BMS (Falcon4)?

I have an RB2011-UAS-2HnD. The possibilities are a bit overwhelming for a n00b like me so I hope somebody is willing to help me to open the ports in the NAT table.

Those ports are: 2934,2935,2936 and 2937 (both protocols)
and: 9987, 9988 and 9989

Thank you very much in advance for the help.

/Arthur

Still not solved :frowning: Can’t open the udp ports on the same way…

I managed to open the TCP ports after reading the manual. This did the thrick:

/ip firewall nat add chain=dstnat dst-port=2934 action=dst-nat protocol=tcp to-address=192.168.3.10 to-port=2934

then:
/ip firewall nat add chain=dstnat dst-port=2935 action=dst-nat protocol=tcp to-address=192.168.3.10 to-port=2935

then:
/ip firewall nat add chain=dstnat dst-port=2936 action=dst-nat protocol=tcp to-address=192.168.3.10 to-port=2936

then:
/ip firewall nat add chain=dstnat dst-port=2937 action=dst-nat protocol=tcp to-address=192.168.3.10 to-port=2937

However, when I tried to open the udp ports
/ip firewall nat add chain=dstnat dst-port=2937 action=dst-nat protocol=udp to-address=192.168.3.10 to-port=2937
[/i]

it didn’t work…