Suggest that host1 has IP 1.1.1.1 and host2 has IP 2.2.2.2 . In host1: 1. create interface gre0 type gre, set remote_ip as 2.2.2.2. 2. create port gre0 include interface gre0. 3. add port gre0 to the bridge. In host2: 1. create interface gre0 type gre, set remote_ip as 1.1.1.1. 2. create port gre0 include interface gre0. 3. add port gre0 to the bridge.
Hope it helps. 2010/9/22 Maciej Gałkiewicz <[email protected]> > Hello > > I read your post about ethernet over GRE ( > http://openvswitch.org/pipermail/discuss_openvswitch.org/2010-August/000899.html). > Did you manage to configure openvswitch as you desired? Do you have some > clues how to do this? > > best regards > Maciej Galkiewicz > > >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
