Ubuntu/Eucalyptus


Eucalyptus+bridge

ノードにおけるブリッジの設定変更:

sudo /etc/init.d/networking stop
sudo vi /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

ネットワークの再起動:

sudo /etc/init.d/networking start

原文:https://help.ubuntu.com/community/Eucalyptus%2Bbridge


トップ   編集 凍結解除 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2010-05-18 (火) 10:59:50 (5091d)