Hi all,

I am doing a openstack juno setup using packstack. 1(controller+neutron), other two compute nodes. My VM packets are reaching br-int but not br-tun when I cpatured packets using tcpdump. Because of this the VM is not getting IP (which I manually configured using ifconfig for testing the network).

Please help me resolve the problem.

ovs-vsctl show on compute node:

d9681430-b19e-41f9-946f-13f8541e7f6a
    Bridge br-int
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port int-br-ex
            Interface int-br-ex
                type: patch
                options: {peer=phy-br-ex}
        Port "qvo822ff5a9-dd"
            tag: 1
            Interface "qvo822ff5a9-dd"
    Bridge br-tun
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port br-tun
            Interface br-tun
                type: internal
        Port "vxlan-c0a8007f"
            Interface "vxlan-c0a8007f"
                type: vxlan
options: {df_default="true", in_key=flow, local_ip="192.168.0.137", out_key=flow, remote_ip="192.168.0.127"}
        Port "vxlan-c0a80093"
            Interface "vxlan-c0a80093"
                type: vxlan
options: {df_default="true", in_key=flow, local_ip="192.168.0.137", out_key=flow, remote_ip="192.168.0.147"}
    ovs_version: "2.1.3"


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to