Changes between Version 31 and Version 32 of linux/kvm


Ignore:
Timestamp:
2010/10/31 01:49:19 (14 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/kvm

    v31 v32  
    116116  1 UbuntuVM           実行中 
    117117}}} 
    118 VNCクライアントのスクリーン1で接続可能(!vnc://localhost:1)。vncのポートなどは、次の行で設定します。 
     118VNCクライアントのスクリーン1で接続可能(!vnc://localhost:1)です。vncのポートなどは、次の行で設定します。 
    119119{{{ 
    120120    <graphics type='vnc' port='5902' autoport='yes' keymap='ja'/> 
    121121}}} 
     122デフォルトでは、仮想マシンを起動したホスト以外からのVNCクライアントの接続を受け付けないようになっています。'''ホストマシンとは別のマシンからvncで接続するには、/etc/libvirt/qemu.confに次の設定を追加します'''。 
     123{{{ 
     124vnc_listen = "0.0.0.0" 
     125}}} 
     126 
    122127停止はshutdownを使います。 
    123128{{{