~koolhead17/openstackbook/cssbook

« back to all changes in this revision

Viewing changes to Network.xml

  • Committer: Murthyraju Manthena
  • Date: 2011-10-11 13:49:47 UTC
  • Revision ID: murthyraju.manthena@csscorp.com-20111011134947-f9j4robcayk9q31x
Updated Installation Chapter for Diablo. Dropped Dashboard

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                </programlisting>
21
21
                <para>In each of these cases, run the following commands to set up private and public IP addresses for use by the instances:</para>
22
22
                <programlisting>
23
 
                        sudo nova-manage network create 192.168.3.0/24 1 255
24
 
                        sudo nova-manage floating create 10.10.10.2 10.10.10.224/27
 
23
                        sudo nova-manage network create --bridge_interface=br100 --fixed_range_v4=192.168.3.0/29 --label=proj
 
24
                        sudo nova-manage floating create --ip_range=10.10.10.224/27
25
25
                </programlisting>
26
26
                <para>The public IP which you are going to associate with an instance needs to be allocated first by using "euca-allocate-address" command:</para>
27
27
                <programlisting>