Setting VNC on Mikrotik Tutorial

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

vncmikrotik Setting VNC on Mikrotik Tutorial

action=dst-nat to-addresses=192.168.AA.BB to-ports=5900

vncmikrotik2 Setting VNC on Mikrotik Tutorial

2.
add chain=srcnat dst-address=192.168.AA.BB protocol=tcp dst-port=5900

vncmikrotik3 Setting VNC on Mikrotik Tutorial

action=src-nat to-addresses=192.168.AA.CC to-ports=0-65535

vncmikrotik4 Setting VNC on Mikrotik Tutorial

3. Use VNC Viewer to Remote

vnc Setting VNC on Mikrotik Tutorial

Done..

Related Posts
  • Mikrotik Blocking Web
  • VLAN MIKROTIK TUTORIAL
  • Mikrotik Traffic Load Balancing Tutorial
  • Mikrotik Simple Firewall Tutorial
  • Mikrotik Hotspot and RADIUS Server Tutorial
  • Mikrotik Bandwidth Test Tutorial
  • Hardware Reset Mikrotik Tutorial
  • Create Server Dota Game Online in Mikrotik Tutorial
  • The Dude Network Monitoring From Mikrotik Tutorial
  • Load-balancing and Fail-over in MikroTik Tutorial

4 comments

  1. Casper says:

    i like this one kuliah

  2. bgxerjoe says:

    om ni kompi klient langsung ke mikrotik yah (dilihat dari topologinya), kalo klient nya linux ( hehehehe ) koq mesti blank hasilnya ???

  3. admin says:

    mau linux mau windows sama aja.. MT cuma kasi jalan port untuk vnc.. dicoba lokal dulu kalo mau pake vnc linux bisa apa nggak. kalo lokal aja gak bisa berarti linuxnya gak support vnc..


Trackbacks / Pingbacks

  1. Setting VNC on Mikrotik Tutorial « Korek's Samarinda Blog

Leave a Reply