Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
IPsec and uniqueid
« previous
next »
Print
Pages: [
1
]
Author
Topic: IPsec and uniqueid (Read 1753 times)
christian.roeser
Newbie
Posts: 2
Karma: 0
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
Code:
[Select]
uniqueids = yes
or
Code:
[Select]
config setup
uniqueids = yes
the service will not start anymore.
Kind regards
Christian
Logged
rainerle
Full Member
Posts: 151
Karma: 9
Re: IPsec and uniqueid
«
Reply #1 on:
October 06, 2020, 01:17:29 pm »
Hi,
since version 19.1.7 include files are supported. Have a look on the CLI at /usr/local/etc/ipsec.conf at the last line.
You should be able to add
Code:
[Select]
config setup
uniqueids = yes
into a include file. See also
https://github.com/opnsense/core/issues/3300
.
Best regards
Rainer
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
IPsec and uniqueid