Hairpin NAT - acces to my web site on local server

Hello!
I have problem accessing my web site hosted on local server from inside my network.
I can reach web site from outside.
I tried to create HAIRPIN NAT https://help.mikrotik.com/docs/spaces/ROS/pages/3211299/NAT#NAT-HairpinNAT

/ip firewall nat add chain=dstnat action=dst-nat dst-address= dst-port=443 to-addresses=192.168.3.250 to-ports=443 protocol=tcp

/ip firewall nat
add action=masquerade chain=srcnat dst-address=192.168.3.250 out-interface=LAN protocol=tcp src-address=192.168.0.0/20

It only works if i delete “Public IP” but then i can not browse onter internet site (google.com,…)

What else do I have to do?

Thanks, Matjaz

And you’re entirely sure that is the exactly the same that browser uses when trying to connect to your web site?

I checked and IP is different.

Will investigate further.

Thanks, Matjaz

I just use LANIP :stuck_out_tongue_winking_eye:
Another option is to use DNS settings to point all internal users, aiming at webserver be redirected to LANIP.