Difference between revisions of "Mikrotik: Port Forwarding"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Contoh: ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=ether1 to port=8080")
 
Line 1: Line 1:
 
Contoh:
 
Contoh:
  
ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=ether1 to port=8080
+
  /ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=ether1 to-addresses=192.168.0.168 to-ports=80

Revision as of 06:23, 6 November 2020

Contoh:

 /ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=ether1 to-addresses=192.168.0.168 to-ports=80