Say, you have two nic on the host: eth0(public network) and eth1(private network), and you use FlatDHCP for network configuration. All the instances are in the private subnet. Then you should just <font size="1">add networks like:</font><div>
<font size="1"><br></font></div><div><pre style="margin-top:0.5ex;margin-bottom:1.5ex;padding:1em;font-size:12px;overflow:auto;border:1px dashed rgb(47,111,171);background-color:rgb(249,249,249);line-height:1.1em">nova-manage network create demonet <a href="http://10.0.0.0/24">10.0.0.0/24</a> 1 256 --bridge=demonetbr1 --bridge_interface=eth1</pre>
<br><div class="gmail_quote">When nova create instances, a bridge called 'demoethbr1' is created and a dhcp server is bind on it. The outbound network traffic of instances go out via eth0(public network) of the host.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">2012/8/23 Xin Zhao <span dir="ltr"><<a href="mailto:xzhao@bnl.gov" target="_blank">xzhao@bnl.gov</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I follow the instruction below to install openstack on RHEL6, but it only shows how to configure network with one NIC.<br>
Where can I find the doc about configuring openstack network with both public facing and private facing NICs, on RHEL6?<br>
<br>
<a href="http://docs.openstack.org/essex/openstack-compute/install/yum/content/compute-configuring-guest-network.html" target="_blank">http://docs.openstack.org/<u></u>essex/openstack-compute/<u></u>install/yum/content/compute-<u></u>configuring-guest-network.html</a><br>

<br>
By the way, the official doc in the above link is for ubuntu. Please correct it for RHEL6 usage.<br>
<br>
Thanks,<br>
Xin<br>
<br>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>