Hello,
I have a typical hairpin NAT setup to access webserver in my LAN.
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=12.34.56.78 dst-port=80 protocol=tcp to-addresses=192.168.1.140 to-ports=80
add action=masquerade chain=srcnat dst-address=192.168.1.140 dst-port=80 protocol=tcp src-address=192.168.1.0/24
Everything works well, and webserver correctly see incoming masqueraded connections from 192.168.1.1. Just… when I had dummy tp-link router, apache saw these connections (to webserver from lan) came from 12.34.56.78 (my external wan ip from isp). Is it possible to do the same with mikrotik?