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();