From bea918b987ffb73bdbd3450f6f0ca633d99bb484 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 12 Mar 2014 18:49:09 +0000 Subject: Remove sasycnd remenant file --- usr/local/pkg/sasyncd.xml | 70 ----------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 usr/local/pkg/sasyncd.xml (limited to 'usr/local/pkg/sasyncd.xml') diff --git a/usr/local/pkg/sasyncd.xml b/usr/local/pkg/sasyncd.xml deleted file mode 100644 index a001f9b..0000000 --- a/usr/local/pkg/sasyncd.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - sasyncd - 0.1.0 - Services: VPN Failover - - ['ipsec']['failover'] - pkg_edit.php?xml=sasyncd.xml&id=0 - - - VPN failover - The sasyncd daemon synchronizes IPSec SA and SPD information between a number of failover IPsec gateways. The most typical scenario is to run sasyncd on hosts also running isakmpd and sharing a common IP-address using carp. -
Services
- sasyncd.xml -
- - - Interface - interface - - - Peer IP - peerip - - - - - Tunnels - vpn_ipsec.php - - - Mobile clients - vpn_ipsec_mobile.php - - - Pre-Shared Keys - vpn_ipsec_keys.php - - - CAs - vpn_ipsec_ca.php - - - Failover IPsec - /pkg_edit.php?xml=sasyncd.xml&id=0 - - - - - - - Failover IP - ip - Enter the IP address you would like to use for failover. HINT: You normally want to use a public CARP ip. - input - - - - /* automatically turn on prefer old sa's until sasyncd is finished being ported */ - if($_POST['ip'] != "") - $config['ipsec']['preferoldsa'] = true; - - - /* resync vpn settings */ - mwexec("/usr/bin/killall racoon"); - vpn_ipsec_configure(); - -
-- cgit v1.1