/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" disabled=\
no out-interface=ether1-net to-addresses=0.0.0.0
add action=dst-nat chain=dstnat comment=terminal-server disabled=no dst-port=\
3389 in-interface=ether1-net protocol=tcp to-addresses=192.168.0.1 \
to-ports=3389
add action=dst-nat chain=dstnat comment=CFTV-RF disabled=no dst-port=34599 \
in-interface=ether1-net protocol=tcp to-addresses=192.168.0.254 to-ports=\
34599
add action=dst-nat chain=dstnat comment=VNC disabled=no dst-port=5900 \
in-interface=ether2-master-local protocol=tcp to-addresses=192.168.0.1 \
to-ports=5900