summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 25522c0..2381bea 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -420,6 +420,8 @@ remote {$tunnel['remote-gateway']} \{
{$certline}
peers_identifier address {$rgip};
initial_contact on;
+ dpd_delay 20; # DPD poll every 20 seconds
+ ike_frag on;
support_proxy on;
proposal_check obey;
@@ -530,6 +532,8 @@ remote anonymous \{
my_identifier {$myidentt} "{$myident}";
{$certline}
initial_contact on;
+ dpd_delay 20; # DPD poll every 20 seconds
+ ike_frag on;
passive on;
generate_policy on;
support_proxy on;
OpenPOWER on IntegriCloud