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