How are you doing the encryption? For the Debian packages, there's a daemon called "ovs-monitor-ipsec" that will take care of setting up IPsec GRE tunnels. If you get that installed, look for "ipsec_gre" in the ovs-vswitchd.conf.db man page, which describe the configuration parameters you'd need to set with ovs-vsctl.
--Justin On Dec 13, 2013, at 4:08 AM, Vivek Kumar (EPG) <[email protected]> wrote: > > Hi > > I am trying to create GRE tunnel between two host machines (OVS is running on > both the machines, and I am able to ping each other). > But my data is not getting received/transferred with encrypted packet with > GRE header. Same issue is seen when I am trying to create CAPWAP tunnel > between two host machines (OVS is running on both the machines, and I am able > to ping each other). > Could anyone please help me with this issue. Could anyone please tell me > about how to receive/transfer encrypted packet with GRE/CAPWAP header. Also, > please let me know if we need to configure something extra in OVS for this. > > Thanks, > Vivek > > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
