I need a little help redirecting in dst-nat. Let’s say the IP of my machine is 68.70.0.2 If you http to that you get the MT weblog in. I am not running a hotspot. Instead of it going to a login screen I want to redirect it to 10.18.0.135 which is an in house web server. I know how to do dst-nat but it won’t let it through because it’s an unauthorized connection.
Any Help?
Thanks!
Randy601,
What is the exact error message you are getting?
Matt
Hi, You can change the www service port with /ip service set www port=8899 and then you can add dst-nat rule :
chain=dstnat dst-address=[public-ip] protocol=tcp dst-port=80 action=dst-nat to-addresses=[local-server-ip] to-ports=80