ipsec tweaks for stability ... hopefully....
This commit is contained in:
parent
b5710ce2fd
commit
d81c621bd0
|
@ -6,10 +6,11 @@ config setup
|
|||
conn %default
|
||||
#keyexchange = ikev2
|
||||
keyingtries = %forever
|
||||
mobike = no
|
||||
dpdtimeout = 10
|
||||
dpddelay = 2
|
||||
dpdaction = hold
|
||||
#closeaction = none
|
||||
#closeaction = clear
|
||||
#rekeyfuzz = 100%
|
||||
ikelifetime = 4h
|
||||
margintime = 12m
|
||||
|
|
|
@ -2,7 +2,20 @@ charon {
|
|||
install_routes = no
|
||||
install_virtual_ip = no
|
||||
interfaces_use = lo
|
||||
|
||||
make_before_break = yes
|
||||
delete_rekeyed = yes
|
||||
delete_rekeyed_delay = 10
|
||||
|
||||
threads = 32
|
||||
processor {
|
||||
priority_threads {
|
||||
critical = 2
|
||||
high = 4
|
||||
medium = 4
|
||||
}
|
||||
}
|
||||
|
||||
syslog {
|
||||
auth {
|
||||
ike_name = yes
|
||||
|
|
Loading…
Reference in New Issue