답변1
내 VNC 서버가 192.168.100.195라고 가정합니다.
Git을 설치하세요:
yum install git
그 후 noVNC를 다운로드하세요
$git clone git://github.com/kanaka/noVNC
$ cd noVNC
$ ./utils/launch.sh --vnc 192.168.100.195:5901
그 후에는 다음과 같은 출력을 얻습니다.
Warning: could not find self.pem
Starting webserver and WebSockets proxy on port 6080
WebSocket server settings:
- Listen on :6080
- Flash security policy server
- Web server. Web root: /home/xmodulo/noVNC
- No SSL/TLS support (no cert file)
- proxying from :6080 to 192.168.1.10:5900
Navigate to this URL:
http://127.0.0.1:6080/vnc.html?host=127.0.0.1&port=6080
Press Ctrl-C to exit
이후: http://127.0.0.1:6080/vnc.html?host=127.0.0.1&port=6080
그리고 마침내 나는 아래 이미지처럼 나가게 됐어
OpenStack에서 사용됩니다 :)
답변2
realvnc chrome 플러그인을 사용할 수 있나요?