summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-04-05 22:19:38 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-04-05 22:19:38 +0000
commit6039959242dcc031d2fa80a03661c59c4d5c1cd3 (patch)
tree9946c869fe767a5df845bb184ff586f2da770057 /etc/inc/vpn.inc
parent0b2a4e64fff1f5a07f3d609db2f3a96a5f2a40d8 (diff)
downloadpfsense-6039959242dcc031d2fa80a03661c59c4d5c1cd3.zip
pfsense-6039959242dcc031d2fa80a03661c59c4d5c1cd3.tar.gz
Use DPD and frag support we already have
Diffstat (limited to 'etc/inc/vpn.inc')
-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