port forward on RB750g with dinamic ip on wan

hello world
in a bit new on microtik hardware and i hit a problem:

my isp give dinamic ip over pppoe login with user/pass, so public ip changes on reboots/power downs/networck crash

is a way to make portforward.

i have a bit of exp whit steroids routers but this thing is different.

what i whant to do is to forward al incoming conexions on port 8080 from wan to 192.168.1.100 on lan


DarckLau out.

Use the below. This is port forwarding. if you need to do port mapping, you can change the dst-ports and to-ports.
/ip firewall nat add protocol=tcp dst-port=8080 action=dst-nat to-addresses=192.168.1.100 to-ports=8080