Re: [Openstack] wrong IP given by flat network dhcp

2012-03-29 Thread Michaël Van de Borne
Well, I changed /etc/network/interfaces accordingly (see below) and didn't make any change in nova.conf, but the problem still remains. New VM are given IPs from 10.18.9.2 (and not 10.18.9.33). What else can I check? $ cat /etc/network/interfaces # This file describes the network interfaces

Re: [Openstack] wrong IP given by flat network dhcp

2012-03-29 Thread Vishvananda Ishaya
Your network and fixed ips in the database are from the wrong range. I would suggest you delete your db and start over. Make sure you specify the correct range when you create your network. Vish On Mar 29, 2012, at 12:59 AM, Michaël Van de Borne wrote: Well, I changed

[Openstack] wrong IP given by flat network dhcp

2012-03-28 Thread Michaël Van de Borne
Hello, I installed Essex on Ubuntu 12.04 Server, and I had a problem with VM IP. The IP given to the VM (10.18.9.2) isn't in the fixed_range. Here's a portion of nova.conf: # cat /etc/nova/nova.conf [...] --network_manager=nova.network.manager.FlatDHCPManager --public_interface=eth0

Re: [Openstack] wrong IP given by flat network dhcp

2012-03-28 Thread Vishvananda Ishaya
You have to create your network with the same range it looks like you created with something like 10.18.9.0/24 On Mar 28, 2012, at 8:33 AM, Michaël Van de Borne wrote: Hello, I installed Essex on Ubuntu 12.04 Server, and I had a problem with VM IP. The IP given to the VM (10.18.9.2) isn't