<div dir="ltr"><div><div>Hi Andreas,<br><br></div>Thanks a lot for the reply.<br><br>options: {in_key=flow, local_ip="192.168.1.190",<br>
out_key=flow, remote_ip="192.168.1.202"}<br><br></div><div>192.168.1.202 => is IP of controller node right?<br></div><div><br></div>In this case do you have two network interfaces? <br><div><div><div><br></div><div>I am using Virual machines(KVM) and currently i have only one interface eth0 in compute node.<br><br></div><div>How can i configure this.<br><br></div><div>Thanks for your time.<br></div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 26, 2014 at 1:04 PM, Andreas Scheuring <span dir="ltr"><<a href="mailto:scheuran@linux.vnet.ibm.com" target="_blank">scheuran@linux.vnet.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Geo,<br>
your packet will be sent out of br-tun via the gre-xxxxx port "pointing"<br>
to your compute node. So what you have to do is to put the ip address to<br>
your eth interface connected to the wire. The same of course on the<br>
controller node. Putting the ip address on the br-tun does not make<br>
sense, as it just hangs around without any physical port plugged in.<br>
<br>
This is how my ovs-vsctl show looks like on the compute node.<br>
<br>
ovs-vsctl show<br>
9253a3f8-3c28-4953-ae85-ca94aa0d4fb1<br>
    Bridge br-tun<br>
        Port br-tun<br>
            Interface br-tun<br>
                type: internal<br>
        Port "gre-c0a801ca"<br>
            Interface "gre-c0a801ca"<br>
                type: gre<br>
                options: {in_key=flow, local_ip="192.168.1.190",<br>
out_key=flow, remote_ip="192.168.1.202"}<br>
        Port patch-int<br>
            Interface patch-int<br>
                type: patch<br>
                options: {peer=patch-tun}<br>
    Bridge br-int<br>
        Port br-int<br>
            Interface br-int<br>
                type: internal<br>
        Port patch-tun<br>
            Interface patch-tun<br>
                type: patch<br>
                options: {peer=patch-int}<br>
        Port "qvo1c352474-0c"<br>
            tag: 1<br>
            Interface "qvo1c352474-0c"<br>
        Port "qvo5782980b-be"<br>
            tag: 4095<br>
            Interface "qvo5782980b-be"<br>
    ovs_version: "2.1.2"<br>
<br>
<br>
<br>
And this is the ip configuration of the net device used:<br>
<br>
22: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast<br>
state DOWN qlen 1000<br>
    link/ether 02:00:00:39:13:9a brd ff:ff:ff:ff:ff:ff<br>
    inet <a href="http://192.168.1.190/24" target="_blank">192.168.1.190/24</a> brd 192.168.1.255 scope global eth0<br>
       valid_lft forever preferred_lft forever<br>
<br>
<br>
<br>
<br>
<br>
And this is my ml2.conf on the compute node<br>
<br>
[ovs]<br>
local_ip = 192.168.1.190<br>
<span class="">tunnel_type = gre<br>
enable_tunneling = True<br>
<br>
<br>
<br>
</span>Regards<br>
<br>
<br>
--<br>
Andreas<br>
(irc: scheuran)<br>
<div><div class="h5"><br>
<br>
On Wed, 2014-11-26 at 01:39 +0530, Geo Varghese wrote:<br>
> Hi Team,<br>
><br>
><br>
><br>
> I need some help to setup instance tunnel.<br>
><br>
><br>
> I tried 2 node installation today and successfully added new compute1<br>
> node.<br>
><br>
> Later i have created new VM on new compute1 node. It successfully<br>
> spawned but the issue is it couldn't get dhcp ip.<br>
><br>
> Due to this eth0 is not assigned with an IP address. I think instance<br>
> tunnel interface is not correct.<br>
><br>
> Currently I set IP to automatically created interface br-tun, do i<br>
> need to create new instance tunnel?<br>
><br>
> =========================================<br>
> br-tun Link encap:Ethernet HWaddr 6a:65:2d:ed:90:44<br>
> inet addr:192.168.123.179 Bcast:192.168.123.255 Mask:255.255.255.0<br>
> inet6 addr: fe80::98c7:a1ff:fef6:bcd7/64 Scope:Link<br>
> UP BROADCAST RUNNING MTU:1500 Metric:1<br>
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>
> TX packets:8 errors:0 dropped:0 overruns:0 carrier:0<br>
> collisions:0 txqueuelen:0<br>
> RX bytes:0 (0.0 B) TX bytes:648 (648.0 B)<br>
> =========================================<br>
><br>
> And given this Ip addres(192.168.123.179) in [mvs] configuration<br>
> (/etc/neutron/plugins/ml2/ml2_conf.ini)<br>
><br>
> [ovs]<br>
> local_ip = 192.168.123.179<br>
> tunnel_type = gre<br>
> enable_tunneling = True<br>
><br>
> Is it correct? Please help me.<br>
><br>
><br>
> --<br>
> Regards,<br>
> Geo Varghese<br>
</div></div>> _______________________________________________<br>
> OpenStack-operators mailing list<br>
> <a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
<br>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">--<div>Regards,</div><div>Geo Varghese</div></div></div>
</div>