Hi All,
Im trying to setup Hairpin NAT. So my lan clients can reach the server via the public domain name.
I created a DNAT rules that works from the outside.
But the hairpin nat rule that i made based on: https://help.mikrotik.com/docs/display/ ... HairpinNAT does not. Also removed the src address list of the Dnat without result.
What im a missing here:
Im trying to setup Hairpin NAT. So my lan clients can reach the server via the public domain name.
I created a DNAT rules that works from the outside.
But the hairpin nat rule that i made based on: https://help.mikrotik.com/docs/display/ ... HairpinNAT does not. Also removed the src address list of the Dnat without result.
What im a missing here:
Code:
/ip firewall natadd action=masquerade chain=srcnat comment="Hairpin NAT" dst-address=172.16.10.3 out-interface=bridge1 protocol=tcp src-address=172.16.10.0/24add action=masquerade chain=srcnat comment="Enable NAT on WAN interface" out-interface-list=WANadd action=dst-nat chain=dstnat comment="Destination NAT to forward traffic on port 8086 to 172.16.10.3" dst-port=8086 in-interface-list=WAN protocol=tcp src-address-list=Remote_Probes to-addresses=172.16.10.3
Statistics: Posted by svenvg93 — Mon Mar 25, 2024 2:51 pm