<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<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 id="LPlnk51123" href="http://10.10.176.0/21" target="_blank">10.10.176.0/21</a><br>
</p>
<p><br>
</p>
<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 tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> rdo-list-bounces@redhat.com <rdo-list-bounces@redhat.com> on behalf of Jamie Duncan <jduncan@redhat.com><br>
<b>Sent:</b> Friday, January 8, 2016 9:05 PM<br>
<b>To:</b> rdo-list@redhat.com<br>
<b>Subject:</b> [Rdo-list] Confusion with Floating IPs in RDO Liberty Packstack 3-node setup</font>
<div> </div>
</div>
<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 id="LPlnk216356" href="http://10.10.176.0/21">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>
</body>
</html>