Hello, with mikrotik i can foward port 80?
I have an block by my ISP
So i need run apache listening port 81, and who acess need put :81
I can redirect all acess on port 80 to port 81?
Thanks!
Yes, yes. No thanks…
Have some tutorial? i already searched but i don’t found anything yet
Thanks!
Search this forum, search the Mikrotik wiki, search the Mikrotik manual and/or use google to search the internet.
Not knowing how to do this or how to find the info shows lack of experiance and lack of interest in trying to understand the product you bought.
In basis your question is simply answered but also found with 30mins of searching on this forum i.e. wiki etc. So start reading…
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=X.X.X.X to-ports=80
The X.X.X.X is the IP(v4) address of your Apache web server.