Hello, <br><br>I'm having trouble accessing the instances that are being launched. I have two nodes a controller and a compute. They are both running Ubuntu 11.10 (64bits) and using KVM as hypervisor. When i launch an instance, i can see the instances is launched with the command euca-describe-instances, however i can neither ping or ssh into it through the controller node.  I've checked the nova-network and nova-manage logs and didn't find anything out of the ordinary. I've also check the libvirt logs in the compute node and can't seem to find anything wrong with it.<div>
<br></div><div>Previously i had a single node with qemu and everything worked fine. Now that i switched to a multi-node environment with KVM things stopped working. The controller has the ip 192.168.82.24 and the compute 192.168.111.220. Floating range for public IPs is 192.168.111.236-240.<br>
<div><br></div><div><div>Any ideas?</div><div><div><br></div><div>The controller the following nova.conf file:</div><div><div>--daemonize=1</div><div>--dhcpbridge_flagfile=/etc/nova/nova.conf</div><div>--dhcpbridge=/usr/bin/nova-dhcpbridge</div>
<div>--logdir=/var/log/nova</div><div>--state_path=/var/lib/nova</div><div>--verbose</div><div>--libvirt_type=kvm</div><div>--sql_connection=mysql://<a href="http://root:nova@192.168.82.24/nova">root:nova@192.168.82.24/nova</a></div>
<div>--s3_host=192.168.82.24</div><div>--rabbit_host=192.168.82.24</div><div>--ec2_host=192.168.82.24</div><div>--ec2_dmz_host=192.168.82.24</div><div>--ec2_url=<a href="http://192.168.82.24:8773/services/Cloud">http://192.168.82.24:8773/services/Cloud</a></div>
<div>--fixed_range=<a href="http://10.1.1.0/24">10.1.1.0/24</a></div><div>--network_size=64</div><div>--num_networks=1</div><div>--FAKE_subdomain=ec2</div><div>--public_interface=eth0</div><div>--state_path=/var/lib/nova</div>
<div>--lock_path=/var/lock/nova</div><div>--glance_host=192.168.82.24</div><div>--image_service=nova.image.glance.GlanceImageService</div><div>--glance_api_servers=<a href="http://192.168.82.24:9292">192.168.82.24:9292</a></div>
<div>--vlan_start=100</div><div>--vlan_interface=eth1</div><div>--iscsi_ip_prefix=192.168.</div><div><br></div></div><div><br></div><div>The controller has this config file.</div><div><div>--daemonize=1</div><div>--dhcpbridge_flagfile=/etc/nova/nova.conf</div>
<div>--dhcpbridge=/usr/bin/nova-dhcpbridge</div><div>--logdir=/var/log/nova</div><div>--state_path=/var/lib/nova</div><div>--verbose</div><div>--libvirt_type=kvm</div><div>--sql_connection=mysql://<a href="http://root:nova@192.168.82.24/nova">root:nova@192.168.82.24/nova</a></div>
<div>--s3_host=192.168.82.24</div><div>--rabbit_host=192.168.82.24</div><div>--ec2_host=192.168.82.24</div><div>--ec2_dmz_host=192.168.82.24</div><div>--ec2_url=<a href="http://192.168.82.24:8773/services/Cloud">http://192.168.82.24:8773/services/Cloud</a></div>
<div>--fixed_range=<a href="http://10.1.1.0/24">10.1.1.0/24</a></div><div>--network_size=64</div><div>--num_networks=1</div><div>--FAKE_subdomain=ec2</div><div>--public_interface=eth0</div><div>--state_path=/var/lib/nova</div>
<div>--lock_path=/var/lock/nova</div><div>--glance_host=192.168.82.24</div><div>--image_service=nova.image.glance.GlanceImageService</div><div>--glance_api_servers=<a href="http://192.168.82.24:9292">192.168.82.24:9292</a></div>
<div>--vlan_start=100</div><div>--vlan_interface=eth1</div></div></div></div></div><div><br></div><div>Regards,</div><div><br>Leander</div>