how to access mikrotik from internet

hello all
if I have a network as below, and if I want to access my Mikrotik from internet how to do this, please

regards
Capture.PNG

Hi,

If you have no Firewall rules on Mikrotik device, so you should just create some Forward rules on your Modem.
For example for web you must forward 172.x.x.x whatever port to 192.168.1.5:80.

thanks a lot for your reply …

how to create a rule inside my Mikrotik in order to do this, please?

regards

This is not a setting in MikroTik. It’s at your modem.

As Lomez already said:

you mentioned if you don’t have firewall rule in your Mikrotik, I thought you can do it through the firewall in my Mikrotik!
I have attached a screenshot of my modem, but I’m stuck and I’m not sure what to do…
could you please guide me how to do it, please?
Capture.PNG

You need to know what is your public IP address, based on the diagram you provided it should be 172.X.X.X, but you can check it on www.wimi.com This is your remote IP.

In remote port an IP use this:
IP address: 172.X.X.X
Port start:8291
Port end: 8291

In Local port and IP use this:
IP address 192.168.1.5
Protocol: TCP
Port start: 8291
Port end: 8291

It should work., you should be able to connect to your mikrotik router from the internet using WinBox. Just use the 172.X.X.X as the address and your configured credentials.

But keep in mind that by these settings you are allowing access to your router to anyone, so please secure your router properly!