[Openstack] Network setup with floating IP
Batsayan Das
batsayan.das at tcs.com
Tue Aug 6 06:03:53 UTC 2013
Hello,
I am trying to deploy devstack in Dell R910 with Ubuntu 12.04 as host OS.
I installed devstack in the scripted manner as mentioned in
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/scripted-dev-installation.html
My intention is to create CentOS VMs with following property.
1. VMs should be able to ping each other
2. VMs are accessible by ssh from any host in 10.135.0.XX network
3. VMs should be connected to open internet.
To do this I am following the All-In-One: Dedicated Hardware method
mentioned in http://devstack.org/guides/single-machine.html
My localrc contains the following
condor at r910:~/devstack$ cat localrc
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service quantum
# Optional, to enable tempest configuration as part of devstack
enable_service tempest
DATABASE_PASSWORD=condor
RABBIT_PASSWORD=condor
SERVICE_TOKEN=condor
SERVICE_PASSWORD=condor
ADMIN_PASSWORD=condor
HOST_IP=192.168.161.138
FLOATING_RANGE=192.168.161.224/28
FLAT_INTERFACE=eth0
Route information of the host
condor at r910:~/devstack$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
0.0.0.0 10.135.0.5 0.0.0.0 UG 100 0 0
eth1
10.0.0.0 192.168.161.225 255.255.255.0 UG 0 0 0
eth0
10.135.0.0 0.0.0.0 255.255.255.192 U 0 0 0
eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0
eth0
172.24.4.224 0.0.0.0 255.255.255.240 U 0 0 0
br-ex
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0
virbr0
192.168.161.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0
Devstack External Gateway interface of the router is in DOWN state. Pls
fined the attached screen shot.
How can I make it ACTIVE state? What is the wrong I am making?
Thanks for any help.
Regards,
Batsayan Das
Tata Consultancy Services
Mailto: batsayan.das at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130806/da5fe3a6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: router1.png
Type: application/octet-stream
Size: 120169 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130806/da5fe3a6/attachment.obj>
More information about the Openstack
mailing list