Access to webserver

Hi All!

Bit of a Mikrotik newbie, and have been fidling around trying to open up a port to one of my internal servers.

Scenario is as follows.

Static external IP 83.105.58.241 → Mikrotik firewall ( v2.9.8 ) → Webserver 192.168.1.242:8050

I’m trying to enable access to this machine. I’ve looked at the manuals and can’t seem to find an example / how to do it.

Any Ideas?

Glen

Add this code in a terminal session:

ip firewall nat add chain=dstnat dst-address=83.105.58.241 protocol=tcp dst-port=80 action=netmap to-addresses=192.168.1.242 to-ports=8050

Regards…

Thanks very much for that, worked a charm.

Is there an idiots guide out there for Mikrotik?

Glen

Is there an idiots guide for rocket science? :neutral_face:

wut’s the difference between netmap and dst-nat, though the dst-nat action is givin the same action as netmap

Regards,