Firewall NAT rule(s) for running Minecraft server

Hi everybody, I would like to know wath is the NAT rule(s) I must do for running a minecraft server. I tried to add a rule : chain : dstnat, protocol : 6 (tcp), dst port : 25565, in interface : ether 1, action : dstnat, to address : my local pc address, to port : 25565. It did not works. I can’t connect to my server using my wan ip and the 25565 port. I’m little bit noob and I would like some help please. Thanks.

Ps : I have a RB 751U.

try this

/ip firewall nat 
add action=dst-nat chain=dstnat disabled=no dst-port=25565 protocol=tcp to-addresses=1.1.1.1 to-ports=25565 place-before=0

change 1.1.1.1 for your ip server.

The rule doesn’t works and it makes me unable to reach other servers. Maybe something wrong with the rule. I don’t know. By the way, thanks for the support.

I had to create a rule for tcp and for udp in order to make it work for me. This was all i had to do to make it work.

/ip firewall nat
add action=accept chain=forward disabled=no dst-port=25565 protocol=tcp
add action=accept chain=forward disabled=no dst-port=25565 protocol=udp