<div dir="ltr">All:<div><br></div><div>I wanted to do the below using openstack (Icehouse). with the following network connections on CenOS </div><div><br></div><div>I have two   NICs  on the machine and mine will be all in one installation.</div><div><br></div><div>one NIC (say NIC1) on my lab vLAN 192.168.5.x  and second NIC not configured on anything.</div><div><br></div><div>Now I wanted to have Openstack Installed on NIC1.</div><div><br></div><div>Assign an IP to second interface  like (172.168.2.5) </div><div><br></div><div>And give that range in nova-network say like </div><div><br></div><div> nova network-create demo-net --bridge br100 --multi-host T   --fixed-range-v4 <a href="http://172.168.2.0/24">172.168.2.0/24</a><br><br></div><div><br></div><div>, Assign gateway as 172.168.2.1 ( I assume that openstack will create a interface with that br100 with ip 172.168.2.1)</div><div><br></div><div><br></div><div>configure nova.conf like below:</div><div><br></div><div> openstack-config --set /etc/nova/nova.conf DEFAULT   flat_network_bridge br100</div><div> openstack-config --set /etc/nova/nova.conf DEFAULT   flat_interface NIC2</div><div> openstack-config --set /etc/nova/nova.conf DEFAULT   public_interface NIC2</div><div><br></div><div>Now my questions are :</div><div><br></div><div>Will i be able to create something like that?</div><div><br></div><div>I am able to do ssh and connect using private IPs as well, But my private IP is not talking to outside world.</div><div><br></div><div><br></div><div><br></div><div>Can some body suggest? What is that I am doing wrong ?</div><div><br></div><div>Thanks</div><div>Dev</div><div><br></div><div><br></div><div><br></div></div>