mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use DPD and frag support we already have
This commit is contained in:
parent
45658a0e04
commit
b844d9b24f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user