OPNsense Forum

English Forums => General Discussion => Topic started by: enjoytheview on April 08, 2024, 04:24:22 PM

Title: I don't use IPsec, but the log says something else?
Post by: enjoytheview on April 08, 2024, 04:24:22 PM
/usr/local/etc/rc.newwanip: plugins_configure vpn (execute task : ipsec_configure_do(,wan))
/usr/local/etc/rc.linkup: plugins_configure ipsec (,lan)

I don't understand this. Is IPsec active as default on OPNsense?

I haven't configured it or even enabled it at all.
Title: Re: I don't use IPsec, but the log says something else?
Post by: franco on April 15, 2024, 09:29:40 AM
In order to avoid look-ahead in the code the individual subsystems are plugged into the core to be executed always. The functions themselves are in charge of checking that no work needs to be done an return.

In some cases that plugin system works perfectly because unless you install the plugin you don't have its code called, but for core-packaged "plugins" that are obviously always installed their code needs to be called to check even though the user never configured it.


Cheers,
Franco