Port forward issue

I have a web server on my LAN with ip 192.168.122.x and application configured to listen on port 30026.
I configured public IP 65.x.x.x and port forward rule:

add action=dst-nat chain=dstnat comment=“PORT FORWARD 122” dst-address=65.x.x.x dst-port=30026 protocol=tcp to-addresses=192.168.122.x to-ports=30026

I have tested this rule with telnet and it works fine from outside networks and from internet (telnet 65.x.x.x 30026), but when I tried to test it from local with telnet 65.x.x.x 30026 it does not.
Is it posible to configure mikrotik for this?

Please help,

THNX!
Nevio

Change idea.

You need to do hairpin nat for work locally external ip address.

Thnx man, it works!! :slight_smile: