Install Guide: Fix CIDR
CIDR 203.0.113.24/29 gives IP addresses .24 to .31, not .32 (that would be 9 instead of 8 different addresses). Change-Id: I01c67c3491e306f3194a4bbb5920152156f8c07f Closes-Bug: #1443225
This commit is contained in:
parent
2a8cebde46
commit
4db19b3e1b
@ -36,7 +36,7 @@
|
||||
--fixed-range-v4 <replaceable>NETWORK_CIDR</replaceable></userinput></screen>
|
||||
<para>For example, using an exclusive slice of
|
||||
<literal>203.0.113.0/24</literal> with IP address range
|
||||
<literal>203.0.113.24</literal> to <literal>203.0.113.32</literal>:
|
||||
<literal>203.0.113.24</literal> to <literal>203.0.113.31</literal>:
|
||||
</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova network-create demo-net --bridge br100 --multi-host T \
|
||||
--fixed-range-v4 203.0.113.24/29</userinput></screen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user