Port Forwarding in Mikrotik RouterOS

Aus Markus' Wiki
Version vom 17. Februar 2013, 22:46 Uhr von Markus (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „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 d…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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