How to Create Script port forwarding from local using mikrotik
Just run this Script, to change your IP Scheme and interface and Port
/ip firewall nat
add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=ether1
protocol=tcp to-addresses=192.168.1.20 to-ports=80
No comments :
Post a Comment