Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
linux/xen
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1970/01/01 09:20:03 (
55 years
ago)
Author:
yuna
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
linux/xen
v1
v1
1
= Xenメモ =
2
== インストール ==
3
{{{
4
# sudo apt-get install linux-image-xen xen-tools xen-utils-3.1 bridge-utils
5
}}}
6
== 設定 ==
7
/etc/xen/xend-config.sxp
8
9
下記の記述を
10
{{{
11
(network-script network-dummy)
12
}}}
13
次のように書き換えてブリッジを有効にする。
14
{{{
15
(network-script network-bridge)
16
}}}