答え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
最終的に以下のような結果を得ました。
オープンスタックで使用されます:)
答え2
realvnc Chromeプラグインを使用できますか?