Naks
Honorary Master
- Joined
- Jun 3, 2009
- Messages
- 10,115
- Reaction score
- 6,068
Ok, do you have a router before the Mikrotik, or are you dialed up directly on the Mikrotik? Trying to understand your network configuration.
I've got the following:
Public accessible IP on the LTE side.
LTE Router (port 443) -> Mikrotik -> Network Server (port 44301)
I've mitigated the need for Hairpin NAT by adding static DNS pointing to my Mikrotik on the local network. The masquerade for LAN is needed for local forwarding.Code:/ip firewall nat add action=masquerade chain=srcnat \ ipsec-policy=out,none out-interface-list=LAN /ip dns static add address=192.168.1.3 regexp=*.mydomain.co.za
I've added this, and while DNS recolves to the router, I'm also not getting to the sites when accessing from LAN.





