Ovakva opcija radi bez problema:
/ ip firewall nat
add chain=dstnat ininterface pppoe-in protocol=udp dst-port=2000 action=dst-nat to-addresses=10.5.50.5 \
to-ports=2000 comment="" disabled=no
/ ip firewall nat
add chain=dstnat ininterface pppoe-in protocol=udp dst-port=3000 action=dst-nat to-addresses=10.5.50.5 \
to-ports=3000 comment="" disabled=no
/ ip firewall nat
add chain=dstnat ininterface pppoe-in protocol=udp dst-port=4000 action=dst-nat to-addresses=10.5.50.5 \
to-ports=4000 comment="" disabled=no
I radice bez obzira koliko portova otvorio sve dok su na istoj kartici.
Ali meni bi trebala ovakva opcija:
/ ip firewall nat
add chain=dstnat ininterface pppoe-in protocol=udp dst-port=2000 action=dst-nat to-addresses=10.5.50.5 \
to-ports=2000 comment="" disabled=no
/ ip firewall nat
add chain=dstnat ininterface pppoe-in protocol=udp dst-port=3000 action=dst-nat to-addresses=192.168.0.5 \
to-ports=3000 comment="" disabled=no
Nadam se da je jasno sta zelim postici.
Hvala!