Hello,


I have to test OpenVswitch on lab to study openvswitch GRE

I have 2 openvswitch server on 2 Fedora 18

this is the configuration of the first one

52c4e81c-4d75-4118-81c0-e0d0055202ad

    Bridge virtualSwitch

        Port "tep01"

            Interface "tep01"

                type: internal

        Port "p16p1"

            Interface "p16p1"

        Port virtualSwitch

            Interface virtualSwitch

                type: internal

    Bridge "br-int1"

        Port "br-int1"

            Interface "br-int1"

                type: internal

        Port "gre01"

            Interface "gre01"

                type: gre

                options: {remote_ip="172.16.254.2"}

    ovs_version: "1.11.0"


the second one

 

90cb7b34-f474-477a-bc56-6361420e82ca

    Bridge "virtualSwitch2"

        Port "tep02"

            Interface "tep02"

                type: internal

        Port "p16p1"

            Interface "p16p1"

        Port "virtualSwitch2"

            Interface "virtualSwitch2"

                type: internal

    Bridge "br-int2"

        Port "gre02"

            Interface "gre02"

                type: gre

                options: {remote_ip="172.16.254.1"}

        Port "br-int2"

            Interface "br-int2"

                type: internal

    ovs_version: "1.11.0"

 

the link between the 2 OVS server is interface p16p1<--->p16p1

the ip on p16p1 on the first ovs is 172.16.254.1 and second one 172.16.254.2

on the interface p16p2 on first ovs serveri have a pc with 10.10.10.1 and on
the second one 10.10.10.2

i can't ping from 10.10.10.2 to 10.10.10.1

and when i start ovs service on one of ovs the ping from 172.16.254.1 to
172.16.254.2 are down.


can you help us?

can we link a physical interface to a gre link bridge?

regards.

Tarek Watfa

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to