<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05/05/2016 05:04 PM, Paras pradhan
      wrote:<br>
    </div>
    <blockquote
cite="mid:CADyt5gkheNGQnujDK669dbu1D8pdM18Qn318kfsDB_t=PKJHBw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I have a control and a compute node deployed using vxlan.I
          have 1 router 1 private and 1 external network created.
          Instances come up but they can not ping anything beyond the
          router.</div>
        <div><br>
        </div>
        <div>From compute and control I can ping the external gateway
          but not from the instances.</div>
        <div><br>
        </div>
        <div>Where do I start to look?</div>
        <div><br>
        </div>
        <div>Thanks</div>
        <div>Paras.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Rdo-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/rdo-list">https://www.redhat.com/mailman/listinfo/rdo-list</a>

To unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a></pre>
    </blockquote>
    If you use quickstart, or comparable, the internal network is not
    exposed you have a few options, including setting up a Socks proxy.<br>
    <br>
    <br>
    I do something like this:<br>
    <br>
    sshuttle -e "ssh -F $HOME/.quickstart/ssh.config.ansible" -r
    undercloud -v 10.149.2.0/24<br>
    <br>
    which would need to be updated for your IP address range.  It routes
    all local traffic the the subnet in the last arg.<br>
  </body>
</html>