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")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[File:Screenshot from 2020-11-06 06-37-06.png|center|400px|thumb]]
 +
 
Contoh:
 
Contoh:
  
  ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=ether1 to port=8080
+
  /ip address print
 +
 
 +
  #  ADDRESS            NETWORK        INTERFACE                             
 +
  0 D 192.168.0.168/24  192.168.0.0    ether1                               
 +
  1  192.168.100.1/24  192.168.100.0  bridge1
 +
 
 +
 
 +
/ip firewall nat add chain=dstnat dst-address=192.168.0.168 action=dst-nat to-addresses=192.168.100.1
 +
/ip firewall nat add chain=dstnat dst-port=80 action=dst-nat protocol=tcp to-address=192.168.100.200 to-port=80
 +
 
 +
 
 +
Supaya bisa berjalan lancar
 +
port service 80 di  mikrotik harus disable dulu

Latest revision as of 08:05, 6 November 2020

Screenshot from 2020-11-06 06-37-06.png

Contoh:

/ip address print
 #   ADDRESS            NETWORK         INTERFACE                              
 0 D 192.168.0.168/24   192.168.0.0     ether1                                 
 1   192.168.100.1/24   192.168.100.0   bridge1 


/ip firewall nat add chain=dstnat dst-address=192.168.0.168 action=dst-nat to-addresses=192.168.100.1
/ip firewall nat add chain=dstnat dst-port=80 action=dst-nat protocol=tcp to-address=192.168.100.200 to-port=80


Supaya bisa berjalan lancar port service 80 di mikrotik harus disable dulu