hello
I do have 2 web services that I would like to be avaialble locally with the external IP
i read that its possible by running the following procedure https://wiki.mikrotik.com/wiki/Hairpin_NAT
I do have dynamic IP on the WAN interface, what should be the right firewall nat rules that I should assign?
i understand that i will need two rules one for chain dstnat with the external ip address that will go through the ether1 (wan) interface and one for accessing dst-address locally
is it right?
If you have 2 servers which both serve web services on the same port then there is no way for router to decide what server send incoming connection traffic to.
Harpin just lets to access local resource via external IP from LAN but the problem is the same: which server should receive packets send to service visible at external_public_ip:80 address?
Not even close.
Unless you know what you are actually putting down in the config, probably best to read and learn more prior to doing so.
Did you read my post or check out the Youtube video link for example…