Doh that space killed me Thanks for your observation spirit. Well i’m trying to understand ros scripting, since my pppoe connection is with a dynamic ip i need to nat some ports and for that i’m using destination address list since from one reason bounding pppoe interface to ‘in interface’ from dstnat isn’t working. In case of ip changes then at the moment of updating no-ip subdomain the dst address list will be also updated with the new ip and i was trying to wrote some lines to acomplish that. Firstly i’m searching in address list for a name, then if name matches i make some checks.. kind a useless checks but..
I’m curious about in-interface not working with dstnat rules.
I use that all of the time, and I specifically avoid using dst-address because of dynamic IP, and have never had any trouble with it.
could you post the output of /ip firewall nat export compact ?
Well i added again a rule and now is working.. do not why and how, i didn’t change anything, the interface is still the same, the rule is also still the same i just deleted dst address list and set ‘in interface’ interface.. same as it was past days when i decided to use dst address list since bounding to interface wasn’t working.. i’m not crazy i know what i’m doing and i can not explain why now is working