config-import undetected config with same name #219
-
Because of network delays, the following command was executed twice openvpn3 config-import --config home.conf --name home
Configuration Name Last used
------------------------------------------------------------------------------
home -
home -
------------------------------------------------------------------------------ when I executed session-start, throw error:
also I can't executed config-remove by
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
the Configuration path: /net/openvpn/v3/configuration is not exist |
Beta Was this translation helpful? Give feedback.
-
You need to use the "verbose listing", try running this command: For example, on one of my test boxes - when I list out my "test configs", I get this listing:
To remove the first one, I would need to run:
|
Beta Was this translation helpful? Give feedback.
You need to use the "verbose listing", try running this command:
openvpn3 configs-list -v --filter-config home
. This should list all the configs starting with "home" in the configuration name. And you will see a D-Bus path at the top of each configuration entry:For example, on one of my test boxes - when I list out my "test configs", I get this listing: