I don't understand why my computer connects to my VPN at startup.
In searching online, I learned in the file /etc/default/openvpn you can edit whether all, some, or no vpn services will launch at startup (by uncomenting/completing these lines):
#AUTOSTART="all"
#AUTOSTART="none"
#AUTOSTART="home office"
However, when all 3 of these are commented out, my computer still connects to the VPN by default. By the way, I have one .conf file in the directory /etc/openvpn.
Are there other settings somewhere that are driving for it to connect at startup?
The file
/etc/default/openvpn
, try setting it this way...In
terminal
, opennm-connection-editor
and check the following setting... using your own connection profile...You can also check the
Startup Applications
app to make sure that there are no defined VPN startups there.Lastly, check
~/.config/autostart
to make sure there are no defined VPN startups there.