« eucalyptus 構築メモ(2) | Main | HPのプリンタ »

2009.06.21

eucalyptus 構築メモ(3)

前回のワーニングはブリッジが導入されていなかったから。

というわけで、こちらを参考にブリッジを設定(Ubuntu Server Guide Bridgingはdhcpじゃない)。

まず、bridge-utilsをインストール

sudo apt-get install bridge-utils

/etc/network/interfacesをこちらにあわせて変更

auto lo
iface lo inet loopback

auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

そして、IPv4のトラフィックがipv6のポートを通れるよう以下を修正。Eucalyptusの web frontendはIPv6でのみ動くからだ。

sudo vi /etc/sysctl.conf
net.ipv4.ip_forward=1において、コメントをはずして完了。

« eucalyptus 構築メモ(2) | Main | HPのプリンタ »

「Linux メモ」カテゴリの記事

TrackBack

TrackBack URL for this entry:
http://app.cocolog-nifty.com/t/trackback/12074/45408927

Listed below are links to weblogs that reference eucalyptus 構築メモ(3):

« eucalyptus 構築メモ(2) | Main | HPのプリンタ »