changed my mind about closeaction, we should maybe have that, but trying to use hold instead
This commit is contained in:
parent
86d5c80bbb
commit
9d11caf8f9
|
@ -1,5 +1,4 @@
|
||||||
config setup
|
config setup
|
||||||
#uniqueids=yes
|
|
||||||
#strictcrlpolicy=yes
|
#strictcrlpolicy=yes
|
||||||
cachecrls=yes
|
cachecrls=yes
|
||||||
|
|
||||||
|
@ -9,6 +8,8 @@ conn %default
|
||||||
keyingtries=%forever
|
keyingtries=%forever
|
||||||
dpdtimeout=9
|
dpdtimeout=9
|
||||||
dpddelay=2
|
dpddelay=2
|
||||||
|
dpdaction=hold
|
||||||
|
#closeaction=none
|
||||||
type=transport
|
type=transport
|
||||||
ike=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
ike=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
||||||
esp=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
esp=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
||||||
|
|
Loading…
Reference in New Issue