Has anyone set up the port forwarding for GTA Online and can help me?

Hello everyone, first and foremost I am a total newbie, when it comes to RouterOS I’m like Alice in wonderland and this is exactly why I’m posting this. I have been for the past 2 days looking up how to do port forwarding on a Mikrotik router and have seen different people do it in different ways and I’m afraid of messing things up.

I have managed to figure out I should add a new rule in the NAT tab, but it all goes downhill from there I have no clue if the chain is “srcnat” or “dstnat” or what my “In. Interface” should be, and what else I should do.

So if anyone has set up the port forwarding for GTA Online or knows how to can you please help me out? (these are the ports if it helps UDP: 6672, 61455-61458)

thank you

Hi.
I’d recommend you doing some basic online network courses 1st up to get basic network understanding.

You don’t do port-forwarding unless your running a local server people connect to. Don’t confuse connecting to an external server’s Port requirements to having your own server, they network flow acts very differently throu the router and you do not need to configure port forwarding in that case.

That said, if your running a server people connect to and want to do it in Mikrotik and you have a very basic setup like.
[WAN(your internet connection with a PUBLIC IP) ]--------[Mikrotik Router]-------------[Your server on a PRIVATE IPv4 RANGE(say 192.168.88.2 / 24(subnet bits in CIDR notation) ]
There are plenty of Mikrotik guides for this type of port forwarding.

Start with the basic’s
https://help.mikrotik.com/docs/display/ROS/First+Time+Configuration

Take note where you see 192.168.88.xx, usually means( .88. ) something to do with a ‘Default configuration’ from mikrotik, not necessarily how you network is. I certainly don’t use default configs!

Then look into port forwarding
https://monovm.com/blog/port-forwarding-on-mikrotik/

Then there are heaps of guides on port forwarding ( you just adjust for your internal(private) IP range and your traffic type e.g UDP / TCP and their associated port numbers e.g

https://monovm.com/blog/port-forwarding-on-mikrotik/

Use google too, there are plenty of examples.

Dont forget about network security firewall rules(basic ones will suffice) and add an admin password too if your mikrotik is directly connected to a public IP address.

IF you are new to mikrotik then suggest the following
pick your poison
https://forum.mikrotik.com/viewtopic.php?t=182373

UPNP
2022-02-28_07-09-47.png
OR
DST-NAT

/ip firewall nat
add action=dst-nat chain=dstnat dst-port=6672 in-interface-list=WAN protocol=udp to-addresses=192.168.88.2