~cssoss/openstackbook/oneiric

« back to all changes in this revision

Viewing changes to Network.xml

  • Committer: Kiran Murari
  • Date: 2011-10-19 14:27:25 UTC
  • Revision ID: kiranmurari@gmail.com-20111019142725-px5wjal8hbf8aqdb
changes for diablo on oneiric

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 --bridge_interface=br100 --fixed_range_v4=192.168.3.0/29 --label=proj
 
23
                        sudo nova-manage network create private 192.168.4.0/24 1 256
24
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>