summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-06 12:44:12 +0100
committerErmal <eri@pfsense.org>2014-02-06 12:49:24 +0100
commit496acde1372686805dc0e91f32bf4b0f77c6ed4d (patch)
treebbf8d38a85b53d4d025a6b1e911012bbb17a89ad /usr/local/www/vpn_ipsec.php
parentb3e1ccb5b8fbdfb41d1886847bf51e1ce8c1f979 (diff)
downloadpfsense-496acde1372686805dc0e91f32bf4b0f77c6ed4d.zip
pfsense-496acde1372686805dc0e91f32bf4b0f77c6ed4d.tar.gz
First swing at converting from racoon to StrongSWAN.
It allows to use existing configurations on xml to generate StrongSWAN configurations. So its only IKEv1 * Missing support for dynamic ips(hostnames) - resolver plugin of StrongSWAN needs to be configured in strongswan.conf * Authentication plugin with pfSense authentication framework - New plugin almost completed * More testing hence this being pushed now to have more broader look TODO * Integrate IKEv2 * Move dynamic IP allocation to an SQLite backend * Provide more options in authenticating as a client(initiator) * Restrict interfaces where StrongSWAN listens for incoming connections to only those configured FUTUTE * Move all configuration to SQLite backend * Integrate more authentication scenarios of IKEv2
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 9031e34..cd5ee06 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -58,7 +58,6 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
- $retval = vpn_ipsec_refresh_policies();
$retval = vpn_ipsec_configure();
/* reload the filter in the background */
filter_configure();
OpenPOWER on IntegriCloud