Commit 64359f6a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ipsec) change default Negotiation Mode, closes https://github.com/opnsense/core/issues/1128

(cherry picked from commit 58010a4c)
parent ecd355bc
......@@ -123,7 +123,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
if (isset($config['interfaces']['lan'])) {
$pconfig['localnet'] = "lan";
}
$pconfig['mode'] = "aggressive";
$pconfig['mode'] = "main";
$pconfig['protocol'] = "inet";
$pconfig['myid_type'] = "myaddress";
$pconfig['peerid_type'] = "peeraddress";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment