Hi,<br>    I set up openstack on my second node with devstack as suggested. I could launch instances from the dashboard on the master node but couldn't view the vms on the second node with the VNC console in the dashboard. But the VNC console worked fine with instances launched on the master. On my laptop (with an ip of 10.3.0.1), i did the following:<br>
<br>route add default gw 10.2.0.1 (master node's public ip) - i did this to access the private ips from my laptop<br>vncviewer 192.168.2.1 (master node's private ip) - i could view the VM i launched on this node and i could ping my public network with this<br>
vncviewer 192.168.2.2 (second node's private ip) - i could view the VM running on this node but i couldn't ping other VMs and the public, private networks<br><br>    I think the problem is in my second node's network configuration. It has two NICs but only one of them is connected (eth1 with an ip of 192.168.2.2). Unlike the master node, eth0 is not connected to the public network on this node. nova.conf has the following parameters which i think may be the cause of this problem:<br>
<br>PUBLIC_INTERFACE=eth0<br>VLAN_INTERFACE=eth0<br>FLAT_INTERFACE=eth0<br><br>    In this case, how should i tweak my localrc file to get network access for my VMs? I have setup SNAT on the master node to provide external network access to machines in the network <a href="http://192.168.2.0/24">192.168.2.0/24</a>. All my VMs are given ips in the fixed range <a href="http://192.168.3.0/24">192.168.3.0/24</a>.<br>
<br>    Regarding crowbar, I haven't tried it yet. Once I read more about it, I'll give it a shot.<br><br>Thanks and regards,<br>Sagar<br>