Ubuntu 10.04で構築中
以下実行したコマンドや、吐いたエラーなど
$ vi /etc/apt/sources.list
以下を追加
deb http://download.cloud.com/apt/ubuntu/stable/oss ./
aptの更新
$ sudo aptitude update
cloud-agentのインストール
$ sudo aptitude install cloud-agent
Cloud-agentのセットアップ
$ sudo cloud-setup-agent
iptablesの設定
$ sudo iptables -I FORWARD -i cloud-br0 -o cloud-br0 -j ACCEPT $ sudo ufw allow proto tcp from any to any port 5900:6100