Programatically change ports on Mikrotik RouterOS
I created a simple script, that can help you change ports on your Mikrotik router How to use in my script fill array with port aliases: :global PFVports {http="80";ssh="22";https="443";ftp=23}; add a comment to your NAT rule, that starts with “PFV_” and folows with port alias like that: Now run...