<div dir="ltr">Openstack networking can be very frustrating, the guide you are following is for quantum so you don't use nova.networking configurations. <div><br></div><div>1. download the cirros image in the tutorial , you can then login via vnc without networking and rebuild a static network on that image for testing<br>
<div><br></div><div style>Quantum is managing the dhcp so look at the dhcp logs to see if it even received the request, I believe quantum still uses dnsmasq for managing dhcp, tcpdump -i the bridge to see if you see where the request is going.</div>
<div style><br></div><div style>The guide you are using seems quite specialized, I would suggest comparing with other guides, I use nova networking myself.</div><div style><br></div><div style>regards</div><div style>calvin </div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 4:16 AM, comiqadze <span dir="ltr"><<a href="mailto:comiq@yandex.ru" target="_blank">comiq@yandex.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi, folks!<br>
<br>
Does somebody know any guide for installation of the Flat DHCP step by step?<br>
I followed this guide for building the system: <a href="https://gist.github.com/tmartinx/d36536b7b62a48f859c2" target="_blank">https://gist.github.com/tmartinx/d36536b7b62a48f859c2</a><br>
<br>
my system is: 2 machines with ubuntu 12.04. one compute, one controller.<br>
<br>
I neatly followed this guide, except for one thing: my IPs for controller and compute nodes and for instances are of the same network.<br>
Controller, Compute - x.x.15.70, 71. Instances pool: x.x.15.230-240<br>
<br>
Do I need to specify Network Manager in nova.conf?<br>
Like: network_manager=nova.network.manager.FlatManager<br>
flat_network_bridge=br-eth0<br>
flat_interface=eth0<br>
<br>
Currently I can create an instance, I can see it's IP in Dashboard, but I cannot ping it. And inside there is no network.<br>
Even when I manually changed Interfaces file, I still cannot ping it.<br>
<br>
When I load Ubuntu instance, it requests login and password? Does somebody know where I can find it?<br>
<br>
Thank you. Any help will be very appreciated.<br>
regards, comiq<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>