<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おれ最前線ねっと &#187; Virtualbox</title>
	<atom:link href="http://ore.saizensen.net/archives/tag/virtualbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ore.saizensen.net</link>
	<description>イェ〜〜ィ。見てる〜〜〜？？</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/tag/virtualbox/feed" />
		<item>
		<title>[Ubuntu]Ubuntu8.10へVirtualboxをインストール。[Virtualbox]</title>
		<link>http://ore.saizensen.net/archives/119</link>
		<comments>http://ore.saizensen.net/archives/119#comments</comments>
		<pubDate>Wed, 12 Nov 2008 03:03:05 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[インストールメモ]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/?p=119</guid>
		<description><![CDATA[[Ubuntu]Ubuntu8.10をインストールしてみたよ。で、インストール設定メモ。[Linux]からの続きで、次はVirtualboxをインストールします。 ※Virtualboxのリポジトリを追加していない人だけ [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://ore.saizensen.net/archives/115">[Ubuntu]Ubuntu8.10をインストールしてみたよ。で、インストール設定メモ。[Linux]</a>からの続きで、次は<strong>Virtualbox</strong>をインストールします。</p>
				<ol>
				<li>※Virtualboxのリポジトリを追加していない人だけ(<a href="http://ore.saizensen.net/archives/115">[Ubuntu]Ubuntu8.10をインストールしてみたよ。で、インストール設定メモ。[Linux]</a>で追加した人は必要無し)。
				<ul>
				<li>/etc/apt/sources.listへ追加。
				<pre>deb http://download.virtualbox.org/virtualbox/debian intrepid non-free</pre>
</li>
<li>ターミナルで実行する。
<pre># wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
# apt-get update</pre>
				</li>
				</ul>
				</li>
				<li><strong>Virtualbox</strong>をインストール。
				<pre># apt-get install virtualbox-2.0</pre>
</li>
<li>vboxusersグループにユーザを追加。<br />
システム->システム管理->ユーザとグループを選択。<br />
ユーザのアカウントを選択->プロパティをクリック。<br />
「ユーザの権限」タブ->「VirtualBoxを使用できる」をチェックする</li>
<li>USBを有効にする。<br />
/etc/fstab を編集。（最下部に↓を追加）</p>
<pre>
#usbfs
none /proc/bus/usb usbfs devgid=126,devmode=664 0 0
</pre>
				<p>devgidの所にはvboxusersのグループIDが入る。グループIDは「ユーザとグループ」の「グループの管理」で調べられる。</p>
				<pre>% sudo mount -a</pre>
<p>を今回だけ実行。次回起動時は必要無し。
</li>
<li>※ブリッジ接続をする場合は↓も行う。
<ul>
<li>ゴニョゴニョ
<pre># apt-get install bridge-utils
# vi /etc/network/interfaces
	auto lo
	iface lo inet loopback

	# eth0の設定をクリア
	auto eth0
	iface eth0 inet static
	address 0.0.0.0

	auto br0
	# eth0のアドレスをDHCPにする場合
	#iface br0 inet dhcp

	# eth0のアドレスを固定にする場合
	iface br0 inet static
	address 192.168.11.8
	netmask 255.255.255.0
	gateway 192.168.11.1
	network 192.168.11.0
	broadcast 192.168.11.255

	bridge_ports eth0
# /etc/init.d/networking restart
# VBoxAddIF vbox0 &lt; ユーザー名&gt; br0 ##&lt; ユーザー名&gt;は普段使う一般ユーザーを指定。</pre>
				<p><strong>※VirtualBox にてネットワークアダプタの割り当てに「ホストインターフェース」、インターフェース名に vbox0 を指定(vbox0 は TAP デバイス。VM を複数立ち上げる際にはそれぞれ別途 VBoxAddIF で作成した固有の TAP デバイスを指定すること)</strong></li>
				<li><strong>※これらのVirtualboxの設定後、[システム] &gt; [設定] &gt; [Network Configuration]の設定からDNS設定が消えてしまったので、手動で/etc/resolv.confへ設定。</strong>
				<pre># vi /etc/resolv.conf
nameserver 192.168.11.2</pre>
				</li>
				</ul>
				</li>
				</ol>
				<p>これで<strong>Virtualbox</strong>のインストールは終わり。<br />
				まだApache、PHP、MySQL、PosttgreSQLをインストールしてないので開発環境作りは続きます。</p>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/119/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/119" />
	</item>
	</channel>
</rss>

