On Wed, Aug 8, 2012 at 4:42 AM, Steven Geerts <[email protected]> wrote: > Hi > > i'm completely new to openvswitch and want to get started with openvswitch. > Anybody some suggestions on how and what to start with. > > I would also like to know if it's possible to use vswitch to setup a > multipoint GRE tunnel with openvswitch. The goal is to have multiple > clients creating a tunnel to the same server. Is this possible and anybody > has some experience on this?
GRE isn't a connection-based protocol so there's no mechanism that would allow the return traffic from the server to automatically find the right client. In the future there may be a way to learn but the infrastructure isn't there now. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
