I have several PCs in the LAN behind a miktrotik v.2.9 with two interfaces (LAN and WAN). Filter and nat rules seem to be doing the job, with one exception. There’s a web site on the LAN side with an appropriate nat rule to allow dstnatting to it from the outside world, and that works. However, if one tries to access the website (using the mikrotik’s public IP address) from within the LAN, it is impossible.
I found some mention of this in documentation for v 2.3. It says:
The server cannot be accessed at 10.1.1.12:8080 from the local network. It is due to the fact, that the server sees request coming from its own network, and it responds back directly, i.e., bypassing the router and the NAT rule.
If I understood the wording correctly, it said to put the web server on a different private subnet. Still was hoping a fix exists since v. 2.3 so that a nat or route or filter rule would do the job instead…