On Fri, Feb 07, 2020 at 07:03:34AM +0000, Bockhorst, Lucas Benedikt wrote: > >> I'm trying to use the GRE tunnel in OVS with IPsec. > >> After following the documentation with version 2.13.90 IPsec should work > >> with GRE. > >> However, if I try to use > >> > >> "ovs-appctl -t ovs-monitor-ipsec tunnel/show" > >> > >> like in the documentation the command fails with > >> "No such file or directory". > >> > >> It seems that the daemon for monitor-ipsec isn't started at all. > >> The GRE tunnel itself works fine; only the encryption with IPsec doesn't. > >> Is there a way to start the daemon manually or a way to fix this in > >> longterm? > > > How do you currently start the daemon? > > > Hi there, > > after installation this daemon should run automatically, shouldn't it? > I was following this documentation > http://docs.openvswitch.org/en/latest/tutorials/ipsec/ . > So I'm not starting the daemon by hand atm.
I think that the Debian packages start the daemon automatically. It looks like for Fedora it's necessary to enable the daemon using systemctl. If you didn't use packages, then you need to start it somehow. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
