Hi everybody,

I've successfully tested the GRE tunneling between two docker containers in
different hosts which is explained in this
<http://fbevmware.blogspot.ca/2013/12/coupling-docker-and-open-vswitch.html>
post.

but when I tried to change the connection to VXlan it does not work. I've
coppied two OVS configurations below. Is there a way to test if the VXlan
connection exists?

I will be grateful for any help you can provide.

First Host:
3e6c266b-a90d-4f37-a308-dbf7244bc288
    Bridge "br0"
        Port "br0"
            Interface "br0"
                type: internal
        Port "tep0"
            Interface "tep0"
                type: internal
    Bridge "br2"
        Port "vethl11425"
            tag: 20
            Interface "vethl11425"
        Port "vethl11373"
            tag: 10
            Interface "vethl11373"
        Port "vx1"
            Interface "vx1"
                type: vxlan
                options: {key=flow, remote_ip="10.12.1.3"}
        Port "br2"
            Interface "br2"
                type: internal
    ovs_version: "1.4.6"

Second Switch:
8582aa0f-f927-4ef8-98ce-f6e487425788
    Bridge "br2"
        Port "br2"
            Interface "br2"
                type: internal
        Port "vethl20585"
            tag: 10
            Interface "vethl20585"
        Port "vethl20701"
            tag: 20
            Interface "vethl20701"
        Port "vethl20645"
            tag: 20
            Interface "vethl20645"
        Port "vx1"
            Interface "vx1"
                type: vxlan
                options: {key=flow, remote_ip="10.12.1.24"}
    Bridge "br0"
        Port "tep0"
            Interface "tep0"
                type: internal
        Port "br0"
            Interface "br0"
                type: internal
    ovs_version: "1.4.6"
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to