Hi, 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:
route add default gw 10.2.0.1 (master node's public ip) - i did this to access the private ips from my laptop 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 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 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: PUBLIC_INTERFACE=eth0 VLAN_INTERFACE=eth0 FLAT_INTERFACE=eth0 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 192.168.2.0/24. All my VMs are given ips in the fixed range 192.168.3.0/24. Regarding crowbar, I haven't tried it yet. Once I read more about it, I'll give it a shot. Thanks and regards, Sagar
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp