########################################################
# Open Remote Access ISP "Public IP Static" for MikroTik
# Date/Time:
# Created By: BuanaNETPBun.Github.io - fb.me/buananet.pbun
########################################################
add check-gateway=ping gateway="192.168.10.1" routing-mark=public-ip comment="Remote Public IP by buananetpbun.github.io"
/ip firewall mangle
add action=mark-connection chain=input in-interface="ether1-ISP" new-connection-mark=public-ip passthrough=yes comment="Remote Public IP by buananetpbun.github.io"
add action=mark-routing chain=output connection-mark=public-ip new-routing-mark=public-ip passthrough=no
/ip route
# Open Remote Access ISP "Public IP Static" for MikroTik
# Date/Time:
# Created By: BuanaNETPBun.Github.io - fb.me/buananet.pbun
########################################################
add check-gateway=ping gateway="192.168.10.1" routing-mark=public-ip comment="Remote Public IP by buananetpbun.github.io"
/ip firewall mangle
add action=mark-connection chain=input in-interface="ether1-ISP" new-connection-mark=public-ip passthrough=yes comment="Remote Public IP by buananetpbun.github.io"
add action=mark-routing chain=output connection-mark=public-ip new-routing-mark=public-ip passthrough=no