Use DPD and frag support we already have

This commit is contained in:
Seth Mos 2008-04-05 22:20:32 +00:00
parent 45658a0e04
commit b844d9b24f

View File

@ -388,6 +388,8 @@ remote {$tunnel['remote-gateway']} \{
{$certline}
peers_identifier address {$tunnel['remote-gateway']};
initial_contact on;
dpd_delay 20; # DPD poll every 20 seconds
ike_frag on;
support_proxy on;
proposal_check obey;
@ -494,6 +496,8 @@ remote anonymous \{
{$nattline}
{$certline}
initial_contact on;
dpd_delay 20; # DPD poll every 20 seconds
ike_frag on;
passive on;
generate_policy on;
support_proxy on;