pfsense/usr/local/pkg/sasyncd.xml
2005-07-24 18:38:25 +00:00

90 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<packagegui>
<name>sasyncd</name>
<version>0.1.0</version>
<title>Services: VPN Failover</title>
<!-- configpath gets expanded out automatically and config items will be
stored in that location -->
<configpath>['ipsec']['failover']</configpath>
<aftersaveredirect>pkg_edit.php?xml=sasyncd.xml&amp;id=0</aftersaveredirect>
<!-- Menu is where this packages menu will appear -->
<menu>
<name>VPN failover</name>
<tooltiptext>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.</tooltiptext>
<section>Services</section>
<configfile>sasyncd.xml</configfile>
</menu>
<adddeleteeditpagefields>
<columnitem>
<fielddescr>Interface</fielddescr>
<fieldname>interface</fieldname>
</columnitem>
<columnitem>
<fielddescr>Peer IP</fielddescr>
<fieldname>peerip</fieldname>
</columnitem>
</adddeleteeditpagefields>
<tabs>
<tab>
<text>Tunnels</text>
<url>vpn_ipsec.php</url>
</tab>
<tab>
<text>Mobile clients</text>
<url>vpn_ipsec_mobile.php</url>
</tab>
<tab>
<text>Pre-shared keys</text>
<url>vpn_ipsec_keys.php</url>
</tab>
<tab>
<text>CAs</text>
<url>vpn_ipsec_ca.php</url>
</tab>
<tab>
<text>Failover IPSEC</text>
<url>/pkg_edit.php?xml=sasyncd.xml&amp;id=0</url>
<active/>
</tab>
</tabs>
<!-- fields gets invoked when the user adds or edits a item. the following items
will be parsed and rendered for the user as a gui with input, and selectboxes. -->
<fields>
<field>
<fielddescr>Enable</fielddescr>
<fieldname>enable</fieldname>
<type>checkbox</type>
</field>
<field>
<fielddescr>Interface</fielddescr>
<fieldname>interface</fieldname>
<description>Select the carp interface to use</description>
<interface_filter>carp</interface_filter>
<type>interfaces_selection</type>
<all_interfaces>true</all_interfaces>
</field>
<field>
<fielddescr>Failover IP</fielddescr>
<fieldname>ip</fieldname>
<description>Enter the IP address you would like to use for failover</description>
<type>input</type>
</field>
<field>
<fielddescr>Peer IP</fielddescr>
<fieldname>peerip</fieldname>
<description>Enter the peers ip address</description>
<type>input</type>
</field>
<field>
<fielddescr>Shared Key</fielddescr>
<fieldname>sharedkey</fieldname>
<description>The shared AES key used to encrypt messages between sasyncd(8) hosts. This configuration setting is required and must be either 16, 24 or 32 bytes long (corresponding to AES using a 128, 192 or 256 bit key).</description>
<type>input</type>
</field>
</fields>
<custom_add_php_command_late>
/* resync vpn settings */
vpn_ipsec_configure();
</custom_add_php_command_late>
</packagegui>