I’m sorry I’m probably not using the right terminology and not giving enough information. This is not because I’m lazy, but due to the lack of knowledge, please tell me what’s missing and I’ll add more details.
My Mikrotik is hAP ac. I’m connecting to my provider via PPPoE and I’m getting a static ip address.
When a connection comes to my ip address from outside of my home, it get’s routed accordng to configured rules. For example, if I have this rule:
/ip firewall filter
add action=dst-nat chain=dstnat dst-port=80 in-interface=\
pppoe-out1 protocol=tcp to-addresses=192.168.88.99 to-ports=80
Then, when external connection comes on port 80 at my provider-assigned IP address it gets forwarded to 192.168.88.99:80.
However, if I try to connect to my provider-assigned IP address from within my network on port 80 I get Mikrotik web ui instead.
Is it possible to set Mikrotik, so that it loopsback when my provider-assigned IP address is requested and routes the connection the same way it routes external one?