DMZ scripting

i want to make a DMZ on mikrotik and my ips is dynamic so i have to fix them manully every time
is there a scrip that let them change the ip on Nat automaticlly

If you use masq instead of src-nat it will automatically take the correct ip on the way out. For incoming traffic just don’t specify the IP, only incoming interface and port, and that will work.

Sam