Port Forwarding in Mikrotik RouterOS

Aus Markus' Wiki
Wechseln zu: Navigation, Suche

Here is the rule that exposes an internal service to HAMNET:

[admin@dl8rds-db0bul] > ip firewall nat add chain=dstnat dst-address=44.225.41.34 protocol=tcp dst-port=2000 action=dst-nat to-addresses=192.168.1.195 to-ports=80

The internal service (an IP power socket) is made available to the outside 44.0.0.0/8 network.