Hello friends
I Have a Mikrotik Router with an Public Static IP Address and can be see over the internet , IP: 47.56.20.6.
I have a Webserver on local network with IP 192.168.0.15 an can be see with mikrotik
I Want forward the port 80 to my Mikrotik Server on port 888 , mean when a client on outside my network try to Open 47.56.20.6:888 can see the web server page
I use below code , but don’t work , where is problem ?
0 ;;; Port-Forwarding
chain=dstnat action=dst-nat to-addresses=192.168.0.15 to-ports=80
protocol=tcp dst-port=888