1
20.7 Legacy Series / IPsec and uniqueid
« on: October 05, 2020, 06:04:46 pm »
Hello,
I have the requirement that my users want to establish IkeV2/IPsec VPNs from multiple devices. In the default configuration the last established connection replaces the already existing connection, so I have to change in the ipsec.conf the value uniqueids from "yes" to "never. There is no option for this in the GUI, so it is only possible via a manual configuration file in the ipsec.opensense.d directory.
What would this file look like to overwrite only this one option? Currently I have a copy of the ipsec.conf in this directory.
With
the service will not start anymore.
Kind regards
Christian
I have the requirement that my users want to establish IkeV2/IPsec VPNs from multiple devices. In the default configuration the last established connection replaces the already existing connection, so I have to change in the ipsec.conf the value uniqueids from "yes" to "never. There is no option for this in the GUI, so it is only possible via a manual configuration file in the ipsec.opensense.d directory.
What would this file look like to overwrite only this one option? Currently I have a copy of the ipsec.conf in this directory.
With
Code: [Select]
uniqueids = yes
orCode: [Select]
config setup
uniqueids = yes
the service will not start anymore.
Kind regards
Christian