Comment 4 for bug 723488

Revision history for this message
Tushar Patil (tpatil) wrote :

In my test environment following VM images does not work with FlatManager.

1) ami-tiny image ( http://c2477062.cdn.cloudfiles.rackspacecloud.com/images.tgz)
2) ami-tty image ( http://images.ansolabs.com/tty.tgz)

I tried with another image which I have built using vmbuilder command and it works fine now with FlatManager.

I do made changes to the network configuration (bridge creation) as Vishy suggested
brctl addbr br100
brctl addif br100 eth0
ifconfig br100 10.0.0.1 broadcast 10.0.0.0 netmask 255.255.255.0 up
ifconfig eth0 0.0.0.0 up

Now I can ping as well SSH to the VM instance.