<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><span>I am using Folsom on my set up. I followed steps from this : </span><br><span> https://github.com/Amseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst<br></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><span>I am able to login in Dashboard and also to
 launch VMs.</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>But the VMs are not getting IPs although Dashboard is showing</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>status active and their IPs. But when I am doing "ifconfig -a"</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>on VNC Console, it is showing no IP. Because of this Ping is also</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>not working.</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new
 york, times, serif;background-color:transparent;font-style:normal;"><br><span></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>My Set up is like this (as in the guide) :</span><br><span></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>Controller node : eth2(192.168.2.46), eth3(192.168.2.66)</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>Compute node : eth0(192.168.2.156),
 eth1(150.1.1.2)</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span><br></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">                 Controller                                                        Compute<br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;
font-style:normal;">  eth2                               eth3                             eth1                           eth0</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">    |                                    
 |_______Router1_____|                                 |</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">    |__________________________Router2______________________|<br><span></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br><span></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>Controller : <br></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;
background-color:transparent;font-style:normal;"><span>/etc/network/interfaces :</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>auto lo<br>iface lo inet loopback<br>auto eth2<br>iface eth2 inet static<br>address 192.168.2.46<br>netmask 255.255.255.0<br>gateway 192.168.2.254<br>dns-nameservers 8.8.8.8<br>auto eth3<br>iface eth3 inet manual<br>up ifconfig $IFACE 0.0.0.0 up<br>up ip link set $IFACE promisc on<br>down ip link set $IFACE promisc off<br>down ifconfig $IFACE down</span></div><div><br></div><div>Compute:</div><div><span>/etc/network/interfaces :</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>auto lo<br>iface lo inet loopback<br>auto eth0<br>iface eth0 inet static<br>address 192.168.2.156<br>netmask
 255.255.255.0<br>gateway 192.168.2.254<br>dns-nameservers 8.8.8.8<br>auto eth1<br>iface eth1 inet static<br>address 150.1.1.2<br>netmask 255.0.0.0</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br><span></span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>Also on Controller node br-ex is DOWN and on Compute node br-eth1,br-int are DOWN</span></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><span>and phy-br-eth1,int-br-eth1 are UP.<br>Also I didn't understand the significance of br-ex and br-eth1.<br><br>Any effort to fix this will be highly appreciated.<br><br>Regards,<br>Girija<br></span></div><div style="color:rgb(0, 0,
 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;
font-style:normal;"><br></div></div></body></html>