Webfig 5.21 port forwarding

hi there guys, i am looking for some assistance in enabling port forwarding on my router to be able to host games on Warcraft 3 and Call of Duty: Blackops 2.. the following are the ports i need to forward..

6112-6119 on both UDP and TCP

and

3074
3478 - 4380
27000 - 27050

on these i am not sure if its both TCP and UDP or just one of them..

Putting in the port numbers is easy for me but i am unsure as to what IP to put in where since i dont know if i need to put in game IP addresses in or not as i am given none..

It should look something like this. The in-interface is my WAN interface and the to-address would be the static IP of my Xbox.

/ip firewall nat
add action=dst-nat chain=dstnat dst-address-type="" dst-port=3074 in-interface=\
    ether1 protocol=udp to-addresses=192.168.8.107

thanks for trying to help but no luck.. the ports still arent open

I am still having the same issue.. would any admins be willing to remote control me and have a crack at it?

First you have to NAT all the related ports towards the IP address of the system that is hosting the software.
Then you also have to take care of the firewall rules allowing traffic towards that same system

/ip firewall nat
add chain=dstnat action=dst-nat to-addresses="ip of your desired system" to-ports="port to forward to" protocol="tcp or udp" dst-address="your wan address" dst-port="port that needs forwarding"

/ip firewall filter
add chain=forward action=accept protocol="udp or tcp" dst-address="ip of desired system" dst-port="port that is forwarded to" in-interface="your wan interface"