Mangle and Port UltraViewer (Remote Dekstop) - MikroTik Script RouterOS

UltraViewer is a software that help you to remote control/remote access a computer. You can use UltraViewer for many difference purpose : to support your customers, your partners, your friends, or access your computer to work remotely...  For example, your parent need your help to repair software on their PC, you can remote control to help them. Or your friends need your help to teach them how to use a software, you can help them remotely without walk a thousand mile. Or you have a trip and want to login to your computer running at your home to work.

Port forward UltraViewer:
TCP/UDP: 2112/2112


/ip firewall mangle
add action=mark-connection chain=prerouting dst-port=2112 new-connection-mark=conn-ultraviewer protocol=tcp
add action=mark-connection chain=prerouting dst-port=2112 new-connection-mark=conn-ultraviewer protocol=udp
add action=mark-packet chain=prerouting connection-mark=conn-ultraviewer new-packet-mark=ultraviewer_pkt-up passthrough=no src-address=192.168.1.0/24
add action=mark-packet chain=prerouting connection-mark=conn-ultraviewer dst-address=192.168.1.0/24 new-packet-mark=ultraviewer_pkt-down passthrough=no
Credit: www.o-om.com