<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">First of all, make sure metadata is
      DNAT'd to nova-api on your nova-network node.<br>
      For that, please issue 'iptables -t nat -S' and look at the
      corresponding entry :<br>
      <br>
      -A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp
      --dport 80 -j DNAT --to-destination <ip>:8775<br>
      <br>
      If this is correct, make sure nova-api is running on port 8775 on
      the nova-api node :<br>
      $ sudo lsof -i :8775<br>
      COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME<br>
      nova-api 2130 nova    8u  IPv4  19784      0t0  TCP *:8775
      (LISTEN)<br>
      <br>
      <br>
      Also, make sure you can establish a TCP connection in between
      network node and api node by running (on the network node):<br>
      telnet <api_host> 8775<br>
      <br>
      <br>
      -Sylvain<br>
      <br>
      <br>
      <br>
      Le 13/02/2013 16:48, Paras pradhan a écrit :<br>
    </div>
    <blockquote
cite="mid:CADyt5gnyM-+O4s30Ga2t7LMGAvZjvP-D4G1ExFEv1qVbNeSx6A@mail.gmail.com"
      type="cite">I ran that command on compute node. I am using
      nova-network and flatdhcpmanager. 
      <div><br>
      </div>
      <div>I have another setup which has quantam . Having difficulties
        with the same problem in quantam.</div>
      <div><br>
      </div>
      <div>Paras.</div>
      <div><br>
        <br>
        <div class="gmail_quote">On Wed, Feb 13, 2013 at 9:15 AM,
          Razique Mahroua <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@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 style="word-wrap:break-word">HI :)
              <div>do you use nova-network or quantum? And according to
                the model you use, which kind? For instance vlan, flat,
                flatDHP for nova-network ? </div>
              <div>thanks,
                <div class="im"><br>
                  <div>
                    <span
                      style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:'Lucida
                      Grande';word-spacing:0px"><span
                        style="font-weight:normal;font-family:Helvetica"><b
                          style="color:rgb(19,112,138)">Razique Mahroua</b></span><span
style="font-weight:normal;font-family:Helvetica;color:rgb(19,112,138)"><b> - </b></span><span
                        style="font-family:Helvetica"><span
                          style="font-weight:normal;font-family:Helvetica"><b
                            style="color:rgb(19,112,138)">Nuage & Co</b></span><span
style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px;font-size:medium"><span
style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span
style="border-collapse:separate;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px">
                              <div
style="font-style:normal;font-size:medium;font-family:Helvetica;font-weight:normal"><font
                                  color="#13708a"><a
                                    moz-do-not-send="true"
                                    href="mailto:razique.mahroua@gmail.com"
                                    target="_blank">razique.mahroua@gmail.com</a></font></div>
                              <div
                                style="font-style:normal;font-size:medium;font-family:Helvetica"><font
                                  color="#13708a">Tel : <a
                                    moz-do-not-send="true"
                                    href="tel:%2B33%209%2072%2037%2094%2015"
                                    value="+33972379415" target="_blank">+33
                                    9 72 37 94 15</a></font></div>
                            </span></span></span></span></span><br
style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:medium;white-space:normal;font-family:Arial;word-spacing:0px">
                    <span><img
                        src="cid:part4.06090402.06000607@digimind.com"
                        height="125" width="125"></span>
                  </div>
                  <br>
                </div>
                <div>
                  <div>Le 12 févr. 2013 à 17:03, Paras pradhan <<a
                      moz-do-not-send="true"
                      href="mailto:pradhanparas@gmail.com"
                      target="_blank">pradhanparas@gmail.com</a>> a
                    écrit :</div>
                  <br>
                  <blockquote type="cite">Hi,
                    <div><br>
                    </div>
                    <div class="im">
                      <div>I have two nodes. A controller node and a
                        compute. Both has 2 nics , eth0 is public and
                        eth1 is private with no ip on it.  Compute node
                        has nova-network and nova-compute . nova-api
                        runs on both servers. I can see br100 up in
                        compute node.</div>
                      <div><br>
                      </div>
                      <div>Thanks in advance.</div>
                    </div>
                    <div>Paras.<br>
                      <br>
                      <div class="gmail_quote">
                        <div class="im">On Tue, Feb 12, 2013 at 2:38 AM,
                          Razique Mahroua <span dir="ltr"><<a
                              moz-do-not-send="true"
                              href="mailto:razique.mahroua@gmail.com"
                              target="_blank">razique.mahroua@gmail.com</a>></span>
                          wrote:<br>
                        </div>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div style="word-wrap:break-word">
                            <div class="im">Hi,
                              <div>what is your current network model?</div>
                              <div>thanks</div>
                            </div>
                            <div><br>
                              <div>
                                <div class="im">
                                  <span
                                    style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:'Lucida
                                    Grande';word-spacing:0px"><span
                                      style="font-weight:normal;font-family:Helvetica"><b
                                        style="color:rgb(19,112,138)">Razique
                                        Mahroua</b></span><span
                                      style="font-weight:normal;font-family:Helvetica;color:rgb(19,112,138)"><b> - </b></span><span
                                      style="font-family:Helvetica"><span
style="font-weight:normal;font-family:Helvetica"><b
                                          style="color:rgb(19,112,138)">Nuage
                                          & Co</b></span><span
style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px;font-size:medium"><span
style="border-spacing:0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span
style="border-collapse:separate;font-variant:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;border-spacing:0px">
                                            <div
style="font-style:normal;font-size:medium;font-family:Helvetica;font-weight:normal"><font
                                                color="#13708a"><a
                                                  moz-do-not-send="true"
href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a></font></div>
                                            <div
                                              style="font-style:normal;font-size:medium;font-family:Helvetica"><font
                                                color="#13708a">Tel : <a
                                                  moz-do-not-send="true"
href="tel:%2B33%209%2072%2037%2094%2015" value="+33972379415"
                                                  target="_blank">+33 9
                                                  72 37 94 15</a></font></div>
                                          </span></span></span></span></span><br>
                                </div>
                                <span><NUAGECO-LOGO_logo_complet.gif></span>
                              </div>
                              <div class="im">
                                <br>
                                <div>
                                  <div>Le 12 févr. 2013 à 00:25, Paras
                                    pradhan <<a
                                      moz-do-not-send="true"
                                      href="mailto:pradhanparas@gmail.com"
                                      target="_blank">pradhanparas@gmail.com</a>>
                                    a écrit :</div>
                                  <br>
                                  <blockquote type="cite">
                                    <div>
                                      <div>Hi,<br>
                                        <br>
                                        The packages I am using are from
                                        folsom ubuntu quantal branch.
                                         When I<br>
                                        run an instance I see<br>
                                        <br>
                                        --<br>
                                        wget: can't connect to remote
                                        host (169.254.169.254): Network
                                        is unreachable<br>
                                        --<br>
                                        <br>
                                        this might be the network issue
                                        as well.<br>
                                        <br>
                                        nova list shows my instance .  I
                                        am running nova-network on
                                        compute<br>
                                        node. nova-api is running on
                                        both controller and compute
                                        nodes.<br>
                                        <br>
                                        I have seen lot of ppl are
                                        having issues on this but i was
                                        not able to<br>
                                        find out the issue by looking at
                                        their posts.<br>
                                        <br>
                                        How do I start debugging?<br>
                                        <br>
                                        Thanks<br>
                                        Paras.<br>
                                        <br>
                                      </div>
                                    </div>
_______________________________________________<br>
                                    Mailing list: <a
                                      moz-do-not-send="true"
                                      href="https://launchpad.net/%7Eopenstack"
                                      target="_blank">https://launchpad.net/~openstack</a><br>
                                    Post to     : <a
                                      moz-do-not-send="true"
                                      href="mailto:openstack@lists.launchpad.net"
                                      target="_blank">openstack@lists.launchpad.net</a><br>
                                    Unsubscribe : <a
                                      moz-do-not-send="true"
                                      href="https://launchpad.net/%7Eopenstack"
                                      target="_blank">https://launchpad.net/~openstack</a><br>
                                    More help   : <a
                                      moz-do-not-send="true"
                                      href="https://help.launchpad.net/ListHelp"
                                      target="_blank">https://help.launchpad.net/ListHelp</a><br>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
                            </div>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                  </blockquote>
                </div>
                <br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help   : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>