Corporate Home Open Source Home
Syndicate content
Eucalyptus

Join us at engage.eucalyptus.com

No replies
jomamae
Offline
Joined: 06/08/2011

GURUS,

I've installed UEC 11.04 with eucalyptus 2.0.3 and euca2ools 1.3.1

I startup a kvm image using this command:

sudo kvm -m 512 -drive file=ubuntu.img,if=scsi,index=0,boot=on -boot c -net nic,vlan=0,model=e1000,macaddr=00:16:e3:de:ad:01 -net tap -nographic -vnc :1

and also this command :

sudo kvm -m 512 -drive file=ubuntu.img,if=scsi,index=0,boot=on -boot c -net nic -net user -nographic -vnc :1

then i connect tru it using vnc. But when i ping the main host or the gateway the result is "destination is unreachable"
I try to configure the network as static and also try dhcp but i have both the same result.

Please help!!! What should be configured both on the main host or the kvm command.

Thanks