how to properly configure NAT with dynamic ip address, so i can open some ports and access them? i've gone through a lot of tutorials, but none of those works for me. tried, instead of giving dst address, to give in interface, but that doesnt work
- for dynamic ip's you can activate ip cloud function on mikrotik to get a permanent hostname no matter what ip do you have
- for masquerade I use : /ip firewall nat add action=masquerade chain=srcnat out-interface=ether1
- for port rediction I use something like :
/ip firewall nat add action=dst-nat chain=dstnat dst-port=333 protocol=tcp to-addresses=192.168.0.1 to-ports=333