Port forwarding on a MikroTik RouterOS involves configuring your router to redirect traffic from the internet to a specific device within your local network. This is typically needed for hosting services like web servers, game servers, or other applications that need to be accessible from outside your local network.
Connect to your MikroTik router using Winbox or WebFig. Winbox is a graphical user interface that provides an easier way to configure your MikroTik Router, while WebFig is a web-based interface that you can access through your browser.
This menu allows you to manage firewall settings, including NAT (Network Address Translation) rules which are used for port forwarding.
It’s advisable to check or set up corresponding firewall filter rules to allow the forwarded traffic to pass through to the internal network. You can do this in the "Filter Rules" tab, ensuring there's an allow rule for incoming connections on the forwarded port.
From outside your network, try to access the service using your public IP address and the port number. You can check your public IP by searching "What is my IP" in a web browser, or you can ask someone to test accessing your service from a different location.
This setup should enable port forwarding on your MikroTik RouterOS. Remember, each network configuration can vary slightly based on different factors like the specific RouterOS version or additional network settings, so some steps might need adjustments.