On Wed, Feb 12, 2014 at 3:28 AM, sonia verma <[email protected]> wrote: > Hi All, > > I have been able to implement GRE tunneling on OpenvSwitch and now I want to > implement GRE over IPsec on OpenvSwitch. > For this, I have installed the OpenvSwitch-IPsec package on my system and > I'm running the ovs-monitor-ipsec demon. > > But when I'm using the following command: > ovs-vsctl add-port br0 gre0 -- set interface gre0 type=ipsec_gre > options:remote_ip=10.10.10.2 .
> The ipsec_gre interface is not getting shown at the kernel level. > I checked it using the following command: > ovs-dpctl show br0 > > When I see the OpenvSwitch logs,it is giving following error: > > 2014-02-12T11:04:38Z|00010|netdev_vport|ERR|gre0: IPsec requires the > ovs-monitor-ipsec daemon > 2014-02-12T11:04:38Z|00011|bridge|WARN|could not configure network device > gre0 (Invalid argument) > > I haven't been able to figure why this error is coming , as the demon is > running in the background. How did you install the daemon? And how did you install ovs-vswitchd daemon. If you installed both of them using debian packages, you shouldn't be getting this error. It is likely that the ovs_rundir may be different for the two. > Also I didn't found found any relevant document related to GRE over IPsec > which will show how the openvswitch-ipsec demon will commiunicate with > racoon in order to implement ipsec functionality on OpenvSwitch with the > configuration required in order to implement this. > > How should I configure racoon to implement IPsec functionality? > Do I need to do some more configuration regarding ipsec on openvswitch? > > Please help me regarding this issue.Any help would be appreciated. > > Thanks > > > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
