Access local web server using external IP

Hello all,

I have such problem with Firewall in MikroTik router. I can’t access my local web server using external IP adress when I’m located in the same network.

E.g., my web server is located on IP 10.10.10.10:80, in MikroTik Firewall I have added NAT that all incoming traffic on port 80 is forwarded to 10.10.10.10 port 80.

If I will try to open my web from other place (not inside my network) everything is fine, but when I’m in my network, I can’t access my web by external IP (like, 195.196.196.195).

What I have done wrong with configuration?

http://forum.mikrotik.com/t/port-forwarding-issue/31774/1

I have read out all linked forums, but anyway I can’t catch what I should do! Maybe I’m too stupid for this. :slight_smile: :open_mouth:

if you don’t care about consequences, just

/ip fi nat add in-interface=Local dst-address=10.10.10.10 dst-port=80 action=masquerade place-before=0