<div dir="ltr">AH. <div><br></div><div>/me hates bonehead typos.</div><div><br></div><div>Thanks again Boris!</div><div><br></div><div>-jduncan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 9, 2016 at 2:43 AM, Boris Derzhavets <span dir="ltr"><<a href="mailto:bderzhavets@hotmail.com" target="_blank">bderzhavets@hotmail.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 style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif"><span class="">
<p>neutron subnet-create --name public_subnet --enable_dhcp=False   <font color="#FF0000">
--allocation-</font><font color="#FF0000">pool=start</font>=10.10.179.230,end=10.10.179.250 --gateway=10.10.183.254 external_network
<a href="http://10.10.176.0/21" target="_blank">10.10.176.0/21</a><br>
</p>
<p><br>
</p>
</span><p>Syntax error highlighted red</p>
<p><br>
</p>
<p>neutron subnet-create    --name public_subnet    --enable_dhcp=False   --allocation-pool  start=10.10.179.230,end=10.10.179.250   --gateway=10.10.183.254   external_network  
<a title="Ctrl+Click or tap to follow the link" href="http://10.10.176.0/21" target="_blank">
10.10.176.0/21</a></p>
<p><a title="Ctrl+Click or tap to follow the link" href="http://10.10.176.0/21" target="_blank"><br>
</a></p>
<p><a title="Ctrl+Click or tap to follow the link" href="http://10.10.176.0/21" target="_blank"><br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Address:</b>                       
<code>10.10.176.0</code>    <code>00001010.00001010.10110000.00000000</code> <b><br>
</b></a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Netmask:</b>                     
<code>255.255.248.0</code> <code>1 11111111.11111111.11111000.00000000</code> <br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Wildcard:</b>                      
<code>0.0.7.255      </code> <code>00000000.00000000.00000111.11111111</code> <br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Network Address:</b>     <code>
10.10.176.0/21</code>   <code>00001010.00001010.10110000.00000000</code> <br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Broadcast Address:</b>   <code>
10.10.183.255</code>      <code>00001010.00001010.10110111.11111111</code></a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>First host:</b>                    
<code>10.10.176.1</code>            <code>00001010.00001010.10110000.00000001</code><br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Last host:</b>                     
<code>10.10.183.254</code>      <code>00001010.00001010.10110111.11111110</code> <br>
</a></p>
<p><a href="http://10.10.176.0/21" target="_blank"><b>Total host count:</b> <code>
2046</code> </a><br>
</p>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> <a href="mailto:rdo-list-bounces@redhat.com" target="_blank">rdo-list-bounces@redhat.com</a> <<a href="mailto:rdo-list-bounces@redhat.com" target="_blank">rdo-list-bounces@redhat.com</a>> on behalf of Jamie Duncan <<a href="mailto:jduncan@redhat.com" target="_blank">jduncan@redhat.com</a>><br>
<b>Sent:</b> Friday, January 8, 2016 9:05 PM<br>
<b>To:</b> <a href="mailto:rdo-list@redhat.com" target="_blank">rdo-list@redhat.com</a><br>
<b>Subject:</b> [Rdo-list] Confusion with Floating IPs in RDO Liberty Packstack 3-node setup</font>
<div> </div>
</div><div><div class="h5">
<div>
<div dir="ltr">I have a 3-node setup using packstack. It went smoothly with no issues.
<div><br>
</div>
<div>I created a public subnet with the following command.</div>
<div><br>
</div>
<div>neutron subnet-create --name public_subnet --enable_dhcp=False --allocation-pool=start=10.10.179.230,end=10.10.179.250 --gateway=10.10.183.254 external_network
<a href="http://10.10.176.0/21" target="_blank">10.10.176.0/21</a></div>
<div><br>
</div>
<div>So I should have about 18 usable IP addresses. Perfect.</div>
<div><br>
</div>
<div>But I only have 2.</div>
<div><br>
</div>
<div>
<div>[root@dell-r430-13 ~(keystone_atomic)]# neutron floatingip-list</div>
<div>+--------------------------------------+------------------+---------------------+---------+</div>
<div>| id                                   | fixed_ip_address | floating_ip_address | port_id |</div>
<div>+--------------------------------------+------------------+---------------------+---------+</div>
<div>| 1c94a153-20d4-43cd-b8c2-4d259975e043 |                  | 10.10.179.235       |         |</div>
<div>| ad4e0089-2d4d-46dd-a0f2-21b6c854398d |                  | 10.10.179.232       |         |</div>
<div>+--------------------------------------+------------------+---------------------+---------+</div>
<div><br>
</div>
<div>I had to create the floating IPs manually with a for loop. </div>
<div><br>
</div>
<div>It wasn't hard. I'm just wondering what I did wrong, or if that's something I've just somehow missed every other time.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><div>Jamie Duncan<br></div>Sr. Cloud Something or Other<br></div><div><br></div>804.343.6086 - w<br></div>804.307.7079 - c<br></div></div></div></div>
</div>