<html><head><meta http-equiv="Content-Type" content="text/html charset=euc-kr"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">and then... ping back from controller_ip(metata_ip) to your instance.<div>if your instance has a private subnet you should manage the route back to instance.</div><div>matadata traffic is connected to metadata_ip via DNAT iptables rule. so metadata api server should connect to instance directly.</div><div><br></div><div>i have follow routing item to back to my instance.</div><div><div>172.16.1.0 10.100.1.130 255.255.255.0 UG 0 0 0 eth1</div><div>- 172.16.1.0/24: tenant's subnet</div><div>- 10.100.1.130: tenant's default public ip for connect to internet</div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: AppleGothic; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Choe, Cheng-Dae</div><div><a href="http://blog.woosum.net">http://blog.woosum.net</a></div><div>twitter: kiddtm</div></div>
</div>
<br><div><div>2012. 11. 10., ¿ÀÈÄ 3:53, Veera Reddy <<a href="mailto:veeraready@gmail.com">veeraready@gmail.com</a>> ÀÛ¼º:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<div><br></div><div>In my setup metadata_ip is controller ip.</div><div>I am able to ping to controller from network node.</div><div><br></div><div>Regards,</div><div>Veera.<br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 7:02 PM, Choe, Cheng-Dae <span dir="ltr"><<a href="mailto:whitekid@gmail.com" target="_blank">whitekid@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>First. Ping to your metadata_ip in network router namespace. <div><br>2012³â 11¿ù 9ÀÏ ±Ý¿äÀÏ¿¡ Veera Reddy´ÔÀÌ ÀÛ¼º:<div><div class="h5">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Hi Skible,</span><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">I followed the install guide </div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst" style="color:rgb(17,85,204)" target="_blank">https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst</a></div>
<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
I am able to bring up guest, but unable to get ip to guest vm from network node.</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
Also attached respective configuraion files .</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
Please help in finding the issue.</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
<br><div><br></div><div>My setup :</div><div>Controller : (10.232.91.33)</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>nova-api</div><div>nova-cert</div><div>nova-consoleauth</div><div>nova-scheduler</div>
<div>quantum-server</div><div><br></div></blockquote>Network Node:(10.232.90.222)<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>quantum-plugin-openvswitch-agent</div><div>quantum-dhcp-agent </div>
<div>quantum-l3-agent </div><div><br></div></blockquote>Compute Node: (10.232.90.62)<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>quantum-plugin-openvswitch-agent</div><div>nova-compute</div></blockquote>
<div><div><br></div><div>controller-nova.conf attached</div><div>compute_node-nova.conf attached</div><div>compute-ovs_quantum_plugin.ini attached</div><div>network_node_ovs_quantum_plugin.ini attached</div><div><br></div>
<div><br></div><div>Thanks in advance </div><div><br></div><div>Regards,</div><div>Veera.</div></div></div><br><div class="gmail_quote">On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack <span dir="ltr"><<a>skible.openstack@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Hello Stackers !<br>
<br>
I am currently trying to create pictures of my OpenStack deployment
architecture as a part of my <a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst" target="_blank">OpenStack
Folsom install guide</a> and i would like to ask a favorite.<br>
<br>
Could you be kind and please take a look at these Pics below and
report back if there is a missing or wrong thing.<br>
<br>
Thank you.<br>
<br>
<br>
==========Quantum on VLAN + 3 NICs on controller node============<br>
<a href="http://i.imgur.com/Ueh5Z.jpg" target="_blank">http://i.imgur.com/Ueh5Z.jpg</a><br>
===================================================<br>
<br>
==========Quantum on VLAN + 2 NICs on controller node============<br>
<a href="http://i.imgur.com/RK6X7.jpg" target="_blank">http://i.imgur.com/RK6X7.jpg</a><br>
===================================================<br>
<br>
==========Quantum on GRE-tunneling + 3 NICs on controller
node=======<br>
<a href="http://i.imgur.com/1jCFC.jpg" target="_blank">http://i.imgur.com/1jCFC.jpg</a><br>
===================================================<br>
<br>
<br>
To make of OpenStack, the IT project of the century<br>
<br>
Best regards<br>
<br>
<br>
<br>
<br>
</div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to : <a>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><br clear="all"><div><br></div>-- <br>Regards,<br>VeeraReddy.B<br>9959236555.<br>
</blockquote></div></div></div><span class="HOEnZb"><font color="#888888"><span></span><br><br>-- <br>Choe, Cheng-Dae<br>Blog: <a href="http://www.woosum.net/" target="_blank">http://www.woosum.net</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards,<br>VeeraReddy.B<br>9959236555.<br>
</div>
</blockquote></div><br></div></body></html>