Project

General

Profile

« Previous | Next » 

Revision a93e56c5

Added by Matthew Grooms almost 17 years ago

Overhaul IPsec related code. Shared functions have been consolidated into
a new file named /etc/ipsec.inc. Tunnel definitions have been split into
phase1 and phase2. This allows any number of phase2 definitions to be
created for a single phase1 definition. Several facets of configuration
have also been improved. The key size for variable length algorithms can
now be selected and the phase1 ID options have been extended to allow for
more flexible configuration. Several NAT-T related issues have also been
resolved.

Please note, IPsec remote access functionality has been temporarily
disabled. An improved implementation will be included in a follow up
commit.

View differences:

usr/local/www/vpn_ipsec_mobile.php
197 197
	$tab_array = array();
198 198
	$tab_array[0] = array("Tunnels", false, "vpn_ipsec.php");
199 199
	$tab_array[1] = array("Mobile clients", true, "vpn_ipsec_mobile.php");
200
	$tab_array[2] = array("Pre-shared keys", false, "vpn_ipsec_keys.php");
201
	$tab_array[3] = array("CAs", false, "vpn_ipsec_ca.php");
200
	$tab_array[2] = array("CAs", false, "vpn_ipsec_ca.php");
202 201
	display_top_tabs($tab_array);
203 202
?>
204 203
  </td></tr>

Also available in: Unified diff