I need a creative idea. I need to build some mechanism that will temporarily enable a dst-nat to a https server behind a Mikrotik router.
I can't figure out how to control a NAT rule when all I have is address lists. Not enough experience.
This is the rule I'm looking to enable:
Code: Select all
chain=dstnat action=dst-nat to-addresses=192.168.11.10 to-ports=35353 protocol=tcp in-interface=all-ethernet dst-port=35353 log=no log-prefix=""
Any ideas?