i am doing nat to my internal web servers
/ip firewall nat add chain=dstnat dst-address=10.0.2.179 protocol=tcp dst-port=80
action=dst-nat to-addresses=10.0.0.215 to-ports=80
mikrotik is not my internet server, i want mikrotik only for nat for my web servers
i dont want to enter mikrotik ip in client gateway.
sory for bad english
i m wating for good replies
include in-interface in your nat rule
/ip firewall nat add chain=dstnat in-interface=public dst-address=10.0.2.179 protocol=tcp dst-port=80
action=dst-nat to-addresses=10.0.0.215 to-ports=80
Don’t forget routerboard webserver is port 80…need to change that in /ip services
already It works but i don’t want to put mikrotik ip address in user computer as a gateway !!!
plzz help me
You can add another ip address to the routers public interface and redirect that ip to the server.
thanks it works ![]()