Vine6.x(x64)のVMWareServerの調子が悪いので代わりにVirtualBoxをインストール。
以下から「VirtualBox 4.1.2 for Linux hosts」の「All distributions i386 | AMD64」の中の「VirtualBox-4.1.2-73507-Linux_amd64.run」をDownload
事前に以下をインストール
# apt-get install python-devel
# sh VirtualBox-4.1.2-73507-Linux_amd64.run Verifying archive integrity... All good. Uncompressing VirtualBox for Linux installation........... VirtualBox Version 4.1.2 r73507 (2011-08-15T13:06:33Z) installer Removing previous installation of VirtualBox 4.1.2 r73507 from /opt/VirtualBox Installing VirtualBox to /opt/VirtualBox Python found: python, installing bindings... Building the VirtualBox kernel modules VirtualBox has been installed successfully. You will find useful information about using VirtualBox in the user manual /opt/VirtualBox/UserManual.pdf and in the user FAQ http://www.virtualbox.org/wiki/User_FAQ We hope that you enjoy using VirtualBox.
アプリケーション -> システムツール -> Oracle VM VirtualBox
3273 ? Sl 0:19 /opt/VirtualBox/VirtualBox 3288 ? S 0:01 /opt/VirtualBox/VBoxXPCOMIPCD 3293 ? Sl 1:08 /opt/VirtualBox/VBoxSVC --auto-shutdown
NAT + ホストオンリーネットワーク
GuestOSから外部に接続するにはNATが必要でHostOSから接続するにはホストオンリーネットワークが必要なため「NAT + ホストオンリーネットワーク」のように仮想のアダプタを2つ使用する。
-------------192.168.56.101 192.168.56.1 ----------- | Guest OS |---------------------------------| Host OS | | Windows | ホストオンリーネットワーク | Linux |10.3.4.48 | | | |------------ GW | |-------------------------------- | | ------------- 10.0.2.15 NAT 10.0.2.2 ------------ NATのHost側のIPは HostOS側に出ないためNATではHostOSとは通信できない
このとき、ホストオンリーネットワークのvboxnet0がない場合は 「ファイル」->「環境設定」->「ネットワーク」でホストオンリーネットワークを追加する
設定できると以下のHostOS(Linux) GusetOS(Windows)のIPアドレスが以下のようになる