I use ZTE LTE modem for WAN. Unfortunately it’s bridge mode is buggy (or MT is buggy) and freezes frequently, so the modem is in router mode and my MT firewall “sees” 192.168.254.x/24 IP as it’s external IP.
I need to implement hairpin nat, but on the MT. Rule like this does the job:
pseudocode
chain: dst-nat src-address: dst-address: action: dst-nat to-addr: ports and so on
Problem is my WAN IP is not fixed and I can’t figure out how to have address list containing my up-to-date wan ip. Suggestions how to have hairpin on NATed router?