<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><span style="font-family: monospace;">Hi Shake Chen,</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
Essex on Ubuntu .<br>
<br style="font-family: monospace;">
<span style="font-family: monospace;"> The following Configured using KVM, Flat, MySQL, and Glance, API is OpenStack (or EC2)</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
<br style="font-family: monospace;">
<span style="font-family: monospace;">1. Edit your network interfaces configuration to look like the following example:</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
<span style="font-family: monospace;">vi  /etc/network/interfaces</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
<span style="font-family: monospace;"># The loopback network interface</span><br style="font-family: monospace;">
<span style="font-family: monospace;">auto lo</span><br style="font-family: monospace;">
<span style="font-family: monospace;">iface lo inet loopback</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
<br style="font-family: monospace;">
<span style="font-family: monospace;">auto eth0</span><br style="font-family: monospace;">
<br style="font-family: monospace;">
<span style="font-family: monospace;">auto br100</span><br style="font-family: monospace;">
<span style="font-family: monospace;">iface br100 inet static</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        bridge_ports eth0</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        bridge_stp off</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        bridge_maxwait 0</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        bridge_fd 0</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        address 11.204.15.10</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        netmask 255.255.255.0</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        broadcast 11.204.15.255</span><br style="font-family: monospace;">
<span style="font-family: monospace;">        gateway 11.204.15.1</span><br>
       <br>
<br>
2. /etc/nova/nova.conf file will have the following :<br>
<br>
<pre>--dhcpbridge_flagfile=/etc/nova/nova.conf<br>--dhcpbridge=/usr/bin/nova-dhcpbridge<br>--logdir=/var/log/nova<br>--state_path=/var/lib/nova<br>--lock_path=/var/lock/nova<br>--allow_admin_api=true<br>--use_deprecated_auth=false<br>--auth_strategy=keystone<br>--scheduler_driver=nova.scheduler.simple.SimpleScheduler<br>--s3_host=11.204.15.10<br>--ec2_host=11.204.15.10<br>--rabbit_host=11.204.15.10<br>--cc_host=11.204.15.10<br>--nova_url=http://11.204.15.10:8774/v1.1/<br>--routing_source_ip=11.204.15.10<br>--glance_api_servers=11.204.15.10:9292<br>--image_service=nova.image.glance.GlanceImageService<br>--iscsi_ip_prefix=131.10.4<br>--sql_connection=mysql://root:password@11.204.15.10/nova<br>--ec2_url=http://11.204.15.10:8773/services/Cloud<br>--keystone_ec2_url=http://11.204.15.10:5000/v2.0/ec2tokens<br>--api_paste_config=/etc/nova/api-paste.ini<br>--libvirt_type=kvm<br>--libvirt_use_virtio_for_bridges=true<br>--start_guests_on_host_boot=true<br>--resume_guests_state_on_host_boot=true<br>--vnc_enabled=true<br>--vncproxy_url=http://11.204.15.10:6080<br>--vnc_console_proxy_url=http://11.204.15.10:6080<br># network specific settings<br>--network_manager=nova.network.manager.FlatManager<br>--flat_interface=eth0<br>--flat_network_bridge=br100<br>--fixed_range=131.10.4.0/24<br>--network_size=256<br>--iscsi_helper=tgtadm<br>--connection_type=libvirt<br>--root_helper=sudo nova-rootwrap<br>--verbose<br></pre>
<br>
3. Create private network <br>
<pre>nova-manage network create private --fixed_range_v4=131.10.4.0/24 --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=256 <br></pre>
<br>
<br>
<div><br>
<div style="font-family: Tahoma; font-size: 13px;">Meena Raja<br>
Consultant<br>
__________________________________________<br>
<span class="heading"><b>WIPRO TECHNOLOGIES<br>
</b></span>No 53/1 Ganapa Towers ,Near Madivala Police Station , Hosur Main Road ,Bangalore-560068<br>
Hand Phone : +91-9880549725 | Desk : +91-80-39912554 |Fax No: +91-80-25502160<br>
Email : raja.meena@wipro.com | Website : www.wipro.com<br>
</div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF664864"><font color="#000000" face="Tahoma" size="2"><b>From:</b> openstack-bounces+raja.meena=wipro.com@lists.launchpad.net [openstack-bounces+raja.meena=wipro.com@lists.launchpad.net] on behalf of Shake Chen [shake.chen@gmail.com]<br>
<b>Sent:</b> Friday, April 27, 2012 10:43 AM<br>
<b>To:</b> openstack@lists.launchpad.net<br>
<b>Subject:</b> [Openstack] How to let Flat Networking wok in Essex?<br>
</font><br>
</div>
<div></div>
<div>HI<br>
<br>
Now I can config FlatHHCP mode and working.<br>
<br>
but the Flat netwok  can not working . <br>
<br>
who can share the the config <br>
<br>
1: /etc/network/interface<br>
<br>
2: /etc/nova/nova.conf  <br>
<br>
3: how to create private network fro vm<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br clear="all">
<br>
-- <br>
Shake Chen<br>
<br>
<br>
</div>
</div>
</div>
<P><strong><span style='font-size:10.0pt;font-family:
"Palatino Linotype","serif";color:green'> Please do not print this email unless it is absolutely necessary. </span></strong><span style='font-family:"Arial","sans-serif"'><o:p></o:p></span></p>


<p> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. </p>

<p>WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. </p>
<p>
www.wipro.com
</p>
</body>
</html>