<div dir="ltr"><div><div><div>Hello all;<br><br></div>Here's my problem.    Instances on the Public net work perfectly.  Instances on the Private network can fully access other instances on both the Public and Private networks ICMP/TCP/UDP.  They can ping IP addresses on the internet.  But no TCP / UDP it seems.   <br><br></div><div>From the perspective of the Private net, what is the difference between the Public net and the internet?<br></div><div><br></div>deas?<br><br></div>Chris<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div>- Christopher T. Hull<br></div><div>I am presently seeking a new career opportunity  Please see career page<br></div><div><a href="http://chrishull.com/career" target="_blank">http://chrishull.com/career</a><br></div><div>333 Orchard Ave, Sunnyvale CA. 94085<br>(415) 385 4865<br></div><div><a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@gmail.com</a><br></div><a href="http://chrishull.com" target="_blank">http://chrishull.com</a><br><br></div></div><div><div><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Mar 31, 2016 at 6:54 AM, Christopher Hull <span dir="ltr"><<a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@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 dir="ltr"><div><div>Hi James / all<br><br></div><div>DNS is a red herring...   <br></div><div><br></div>From the private net, I can now ping any IP.   The northbound router Neutron Port is up.  So those are improvements as a result of the update.   But I can't telnet to any IP / port from an instance on the private net.   It shouldn't be Demo's security group settings as a Demo instance can do anything from the public net.  Looks like the Neutron Router still isn't working.  <br><br></div><div>Updated Neutron by hand.   Just noticed the CentOS Openstack repo has been updated as of last Tuesday.  Run yum update.  "No packages marked for update", so I suspect I'm finally running the latest Neutron at least.    Any more bug fixes related to this that anyone knows of?   Guess I'll check the error logs again.<br></div><div><br></div>-Chris <br><div><div><br><br></div></div></div><div class="gmail_extra"><span class=""><br clear="all"><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div>- Christopher T. Hull<br></div><div>I am presently seeking a new career opportunity  Please see career page<br></div><div><a href="http://chrishull.com/career" target="_blank">http://chrishull.com/career</a><br></div><div>333 Orchard Ave, Sunnyvale CA. 94085<br><a href="tel:%28415%29%20385%204865" value="+14153854865" target="_blank">(415) 385 4865</a><br></div><div><a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@gmail.com</a><br></div><a href="http://chrishull.com" target="_blank">http://chrishull.com</a><br><br></div></div><div><div><br></div></div></div></div></div></div></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Wed, Mar 30, 2016 at 10:04 PM,  <span dir="ltr"><<a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@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 dir="auto"><div>Hi James.  </div><div><br></div><div>That makes sense.   I had tried that.  Doesn't seem to work.   I'd think the public and private subnets would behave the same way.  Public works but private doesn't.   Private can ping though </div><div><br></div><div>Telnet can't get to port 53 from an instance on the private net. </div><div><br></div><div>Public net can use my ATT router gateway as DNS too. </div><div><br></div><div>Wondering if Neutron router is to blame... again.  :)</div><div><br></div><div>Thanks</div><div>Chris. <br><br>Sent from my iPhone</div><div><br>On Mar 30, 2016, at 9:20 PM, James Denton <<a href="mailto:james.denton@rackspace.com" target="_blank">james.denton@rackspace.com</a>> wrote:<br><br></div><blockquote type="cite"><div>





<p>Hi Chris,<br>
</p>
<p><br>
</p>
<p>It shouldn't be as complex as that. DNS nameservers are pushed to instances via DHCP, and those name servers are set during subnet creation. You can also do a 'neutron subnet-update' to update an existing subnet.<br>
</p>
<p><br>
</p>
<p>Syntax:<br>
</p>
<p>neutron subnet-update <subnet> --dns-nameservers <dns1> <dns2><br>
</p>
<p>​<br>
</p>
<p>That would be used to update the subnet your instances attach to and not the external subnet attached to the router. Hope that helps.<br>
</p>
<p><br>
</p>
<p>James<br>
</p>
<p><br>
</p>
<p><br>
</p>
<div style="color:rgb(33,33,33)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Christopher Hull <<a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@gmail.com</a>><br>
<b>Sent:</b> Wednesday, March 30, 2016 11:06 PM<br>
<b>To:</b> openstack-operators<br>
<b>Subject:</b> [Openstack-operators] [neutron] Instances on private net can't resolve, no DNS</font>
<div> </div>
</div><div><div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>Hello all;<br>
  <br>
</div>
Well, more pulling of teeth it seems before I actually get to USE my self-installed OpenStack Liberty.  :-)<br>
<br>
</div>
All networks seem to work just fine.  Can ping everything from private network.  You would think DNS would work, but it doesn't    This I think has something to do with dnsmasq.  
<br>
<br>
</div>
I've read a few web pages.   Set dnsmasq_dns_servers in dhcp_agent.ini to 8.8.8.8,8.8.4.4 (Google DNS).   Also set the private subnet to those.   Nada.<br>
<br>
</div>
>From within an instance on the Private network, telnet 8.8.8.8 53 "no route to host".... but it PINGS!   Hmmm. 
<br>
<br>
</div>
So help me unravel more of this genome known as OpenStack.  Why if private instances can reach the internet, doens't DNS work????<br>
<br>
</div>
<div>Just patched Neutron to fix the previous bug.  I think I have the latest.<br>
</div>
<div><br>
</div>
Thanks<br>
</div>
-Chris<br>
<br>
<div>
<div>
<div><br>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div>
<div>- Christopher T. Hull<br>
</div>
<div>I am presently seeking a new career opportunity  Please see career page<br>
</div>
<div><a href="http://chrishull.com/career" target="_blank">http://chrishull.com/career</a><br>
</div>
<div>333 Orchard Ave, Sunnyvale CA. 94085<br>
<a href="tel:%28415%29%20385%204865" value="+14153854865" target="_blank">(415) 385 4865</a><br>
</div>
<div><a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@gmail.com</a><br>
</div>
<a href="http://chrishull.com" target="_blank">http://chrishull.com</a><br>
<br>
</div>
</div>
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></div>


</div></blockquote></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>