Hi! Im new to microtik, and i’m trying to portforward my minecraft server. Its ip adress is 192.168.88.29 and i have a routerboard 951g 2hnd. Can someone help? (P.S., my routers ip is 192.168.88.1)
There are a lot of topics on the forum about port forwarding. Even google knows how to do it.
If your internet/uplink plugged to ether1, this should work:
/ip firewall nat add chain=dstnat dst-port=25565 action=dst-nat to-addresses=192.168.88.29 in-interface=ether1
and make sure you have src-nat for internal hosts to access the internet.