Code: Select all
/ip firewall nat
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=1234 \
protocol=tcp to-addresses=0.0.0.0-255.255.255.255 to-ports=0-65535
Code: Select all
telnet router's_ip 1234
/ip firewall nat
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=1234 \
protocol=tcp to-addresses=0.0.0.0-255.255.255.255 to-ports=0-65535
telnet router's_ip 1234