← Back to team overview

openstack team mailing list archive

Re: Instance IP assignment problem

 

Oops accidently hit send on my phone.

I had a similar problem before. My problem was that the nic driver on the
compute instance (your Essex 2) was dropping vlan tags, and then,
openvswitch wasn't delivering packets. You can check it using tcpdump -e
-vvv.

BTW, if you are using virtualbox to run openstack, make sure you are not
using vbox intel drivers. Use pcnet fast instead.

OVS splinter may also be useful.

Hope that helps.

Cheers
Soheil

On Thursday, May 3, 2012, Soheil Hassas Yeganeh wrote:

> I had a similar problem before. My problem was that the nic driver on the
> compute instance (your Essex 2) was dropping vlan tags, and then,
> openvswitch wasn
>
> can you find dhcp requests by using tcpdump for example ?
>
> sorry for "off-topic" but there may be many reasons of such issue with
> dhcp. last one for me was old dhcp client(Ubuntu) and udp checksum error. I
> have essex on centos and was trying ubuntu vm.
>
> On Thu, May 3, 2012 at 12:48 PM, Emilien Macchi <
> emilien.openstack@xxxxxxxxx> wrote:
>
> **
> All seems alright but not working yet.
>
>
> http://paste.openstack.org/show/14791/
>
>
>
> I have executed on both servers :
>
> ovs-vsctl add-port br-int eth1
>
>
> Need I do something else ?
>
> How the DHCP is working in this case ?
>
>
>
>
>
>
> Le jeudi 03 mai 2012 à 09:29 +0100, Bilel Msekni a écrit :
>
> Then the problem isn't in the instance but in the nova-network service ,
> please check if it is working well
>
>  as well as give us the output log when you attempt to create a new
> instance.
>
>
>  ------------------------------
>
> Subject: RE: [Openstack] Instance IP assignment problem
> From: emilien.openstack@xxxxxxxxx
> To: skible@xxxxxxxxxx
> CC: salmanmk@xxxxxxxx; openstack@xxxxxxxxxxxxxxxxxxx
> Date: Thu, 3 May 2012 10:21:37 +0200
>
> Fixed IP
>
>
>
> Le jeudi 03 mai 2012 à 09:15 +0100, Bilel Msekni a écrit :
>
> Fixed IP or Floating IP ?
>
>
> ------------------------------
>
>
> From: emilien.openstack@xxxxxxxxx
> To: salmanmk@xxxxxxxx
> Date: Thu, 3 May 2012 09:55:31 +0200
> CC: openstack@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Openstack] Instance IP assignment problem
>
> Hi,
>
>
> As I told you, I have also a problem for instance IP assignement.
>
>
> *My architecture :*
>
> I use *Quantum* with *OVS plugin* on 2 servers Essex-1 & Essex-2. Essex-1
> runs all services and Essex-2 runs OVS, Quantum-agent & nova-compute only.
>
> You can see more details here<https://github.com/EmilienM/doc-openstack/blob/master/Documentation/How%20to%20setup%20OpenStack%20Essex.pdf>
> .
>
> My configurations files are here<https://github.com/EmilienM/doc-openstack/tree/master/Configuration%20Files>and in my documentation.
>
>
>
> *Problem Description :*
>
> When an instance is created in ESSEX-1, all is working (network).
>
> But when the VM is started on ESSEX-2, it does not get an IP address. (log
> file <http://paste.openstack.org/show/14775/>)
>
> I'm sure the problem comes from OVS connection with ESSEX-1.
>
>
> Do I need to configure something like a trunk or a tunnel between Essex-1
> & Essex-2 ?
>
> I miss something in my configuration, if you have any idea...
>
>
> Regards
>
>
> Emilien
>
>
> Le mardi 01 mai 2012 à 14:35 -0500, Salman Malik a écrit :
>
> It may help if you can share the log of your launched instance as well.
> There is a possibility that we both are having the same issue.
> Netstack developers can give a definitive answer to this, but it would be
> interesting to learn what goes wrong with a launched instance.
>
>

Follow ups

References