Revision 2de2f25c
Added by Seth Mos almost 17 years ago
etc/inc/vpn.inc | ||
---|---|---|
410 | 410 |
{$certline} |
411 | 411 |
peers_identifier address {$tunnel['remote-gateway']}; |
412 | 412 |
initial_contact on; |
413 |
dpd_delay 120; # DPD poll every 120 seconds |
|
413 |
#dpd_delay 120; # DPD poll every 120 seconds
|
|
414 | 414 |
ike_frag on; |
415 | 415 |
support_proxy on; |
416 | 416 |
proposal_check obey; |
Also available in: Unified diff
Disable DPD per default. It is not always safe and can result in
flapping tunnels.