Setting VNC on Mikrotik
Guide to Setup VNC on Mikrotik Router.. Topology : WAN Interface <-- Mikrotik Router --> LAN Interface –> PC Client 118.97.XX.YY = Public Ip {WAN Interface on Mikrotik Router} 192.168.AA.BB = Client Ip Target (Remoted PC} 192.168.AA.CC = Local Ip {LAN Interface on Mikrotik Router} Configuring Mikrotik Router : Create 2 New Rules on IP -> Firewall –> NAT 1. /ip firewall nat add chain=dstnat dst-address=118.97.XX.YY protocol=tcp dst-port=5802
action=dst-nat to-addresses=192.168.AA.BB to-ports=5900
2. add chain=srcnat dst-address=192.168.AA.BB protocol=tcp dst-port=5900
action=src-nat to-addresses=192.168.AA.CC to-ports=0-65535
3. Use VNC Viewer to Remote
Done..