← Back to team overview

openstack team mailing list archive

Re: Instance can't reach dhcp or metadata

 

Hi,

Thanks for the advice but I instead of using FlatManager, I use
QuantumManager *
(network_manager=nova.network.quantum.manager.QuantumManager)
*
Also, to be more accurate, Quantum assign an ip to my VM (I see it in
horizon and in nova/quantum mysql db), but the VM doe not get it.

Regards

---
Nicolas



On Mon, Apr 9, 2012 at 13:04, <raja.meena@xxxxxxxxx> wrote:

>
> Hi Nicolas,
>
>     You need another interface ( say eth1 UP & running ) .   Configure
> br100 to use eth1 .
>
>
>
> typically your configuration will look like the below ..
>
>
>
> */etc/network/interfaces*
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
>         iface lo inet loopback
>
> # The primary network interface
> allow-hotplug eth0
>         iface eth0 inet dhcp
>
> auto eth1
>
> auto br100
>         iface br100 inet static
>         bridge_ports   eth1
>         address 10.0.0.1
>         netmask 255.255.255.0
>         bridge_stp off
>         bridge_fd 0
>
>
>
> nova.conf will have the following lines too..
>
> --fixed_range=10.0.0.0/24
> --network_size=256
> --network_manager=nova.network.manager.FlatManager
> --flat_interface=eth1
> --flat_injected=False
> --public_interface=eth0
>
>
> Meena Raja
> Consultant
> __________________________________________
> *WIPRO TECHNOLOGIES
> *No 53/1 Ganapa Towers ,Near Madivala Police Station , Hosur Main Road
> ,Bangalore-560068
> Hand Phone : +91-9880549725 | Desk : +91-80-39912554 |Fax No:
> +91-80-25502160
> Email : raja.meena@xxxxxxxxx | Website : www.wipro.com
>

Follow ups

References