How to Remote desktop a linux/windows server via public IP (TightVNC & Mikrotik)
How to Remote desktop a linux/windows server via public IP (TightVNC & Mikrotik)
——————————
Remote Desktop , known as Terminal Services allow a user to take control of a remote computer or virtual machine over a network connection.
My Settings :
Private IP : 192.168.1.204
Gateway IP : 192.168.1.202
Public IP : 103.xxx.xxx.xxx
Default Port VNC : 5900 ( u can change default Port)
————————–
NAT Router Settings :
;;; VNC Ubuntu Public Internet (204)
chain=dstnat action=dst-nat to-addresses=192.168.1.204 to-ports=5900
protocol=tcp dst-address=103.xxx.xxx.xxx dst-port=5950 log=no
log-prefix=””
chain=srcnat action=src-nat to-addresses=192.168.1.202 to-ports=0-65535
protocol=tcp dst-address=192.168.1.204 dst-port=5900 log=no log-prefix=””
Cheers
Taufan Maulana (Ivan)
windows server