[RDP] From Windows 10 to Ubuntu (xrdp, Verizon)

  • How to access Ubuntu remote desktop from Windows 10
  • Two systems are not sharing the same network. (i.e., need to access through outside internet)
  • Assume the internet provider is Verizon and we are using their router.
  1. Open a terminal and install xrdp and xorgxrdp
sudo apt-get install xrdp xorgxrdp

2. Port Forwarding:

2.1. Check your IP address

local

ip address

public

-> go to Google and search ‘what is my IP’

2.2. Change the Verizon router setting

Go to the Verizon Router setting page: https://xxx.xxx.1.1/

Click Firewall -> click Port Forwarding -> find your device by the local ip you get from the above -> choose Custom Ports -> change port number to 3389, which is the default port used by xrdp

3. Check xrdp

sudo service xrdp restart
sudo netstat -antp

If tcp6 0 0 ::: 3389 :::* LISTEN xxxx/xrdp, then done!

4. From Windows 10, open remoted desktop connection

Enter global ip:3389 (e.g. 192.168.1.211:3389)

광고

답글 남기기

아래 항목을 채우거나 오른쪽 아이콘 중 하나를 클릭하여 로그 인 하세요:

WordPress.com 로고

WordPress.com의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

Twitter 사진

Twitter의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

Facebook 사진

Facebook의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

%s에 연결하는 중