I need to have access to a device on a private subnet to retrieve an html page from it. I have RouterOS on a box with a public IP. I don’t want to change too many settings, as this is a short-term project. Is it possible to set up so that http://:82 actually returns http://:80.
I’ve tried:
/ip firewall dst-nat add dst-address=/32 dst-port=82 protocol=tcp action=redirect to-dst-address=- to-dst-port=80-80
What I get back is the web page from the RouterOS box, not from the device. What am I missing?