diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-28 09:03:44 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-28 09:03:44 -0300 |
commit | 87fe4d5df4d880f2a438911e1b16a8cd13d1cc04 (patch) | |
tree | d3224b7dd3308dc0542aeea518101aea8abef008 /config/tinc/tinc.xml | |
parent | 3977f59b180791156208cd6865eef5cae734f044 (diff) | |
parent | e8300e307b8537af91c7dbbb1e135c817ba9c3d1 (diff) | |
download | pfsense-packages-87fe4d5df4d880f2a438911e1b16a8cd13d1cc04.tar.gz pfsense-packages-87fe4d5df4d880f2a438911e1b16a8cd13d1cc04.tar.bz2 pfsense-packages-87fe4d5df4d880f2a438911e1b16a8cd13d1cc04.zip |
Merge pull request #1025 from doktornotor/patch-2
Diffstat (limited to 'config/tinc/tinc.xml')
-rw-r--r-- | config/tinc/tinc.xml | 340 |
1 files changed, 277 insertions, 63 deletions
diff --git a/config/tinc/tinc.xml b/config/tinc/tinc.xml index 183ae161..89d1e8ce 100644 --- a/config/tinc/tinc.xml +++ b/config/tinc/tinc.xml @@ -1,103 +1,317 @@ <?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> -<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> +<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> +<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> - <copyright> - <![CDATA[ + <copyright> +<![CDATA[ /* $Id$ */ -/* ========================================================================== */ +/* ====================================================================================== */ /* - tinc.xml - part of pfSense (http://www.pfSense.com) - Copyright (C) 2007-2008 Scott Ullrich - All rights reserved. - */ -/* ========================================================================== */ + tinc.xml + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2012-2015 ESF, LLC + All rights reserved. +*/ +/* ====================================================================================== */ /* - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ -/* ========================================================================== */ - ]]> - </copyright> - <description>A self-contained VPN solution designed to connect multiple sites together in a secure way.</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> + </copyright> + <description>A self-contained VPN solution designed to connect multiple sites together in a secure way.</description> <name>tinc</name> - <version>1.0.23 v1.2.1</version> - <title>VPN: tinc</title> - <!-- Menu is where this packages menu will appear --> + <version>1.2.2</version> + <title>VPN: tinc - Config</title> + <include_file>/usr/local/pkg/tinc.inc</include_file> + <configpath>['installedpackages']['package']['$packagename']['config']</configpath> <menu> <name>tinc</name> - <tooltiptext>tinc is a mesh VPN daemon.</tooltiptext> <section>VPN</section> - <configfile>tinc_config.xml</configfile> - <url>/pkg_edit.php?xml=tinc_config.xml</url> + <configfile>tinc.xml</configfile> + <url>/pkg_edit.php?xml=tinc.xml</url> </menu> <menu> - <name>tincd</name> - <tooltiptext>Status of tinc VPN Daemon</tooltiptext> + <name>tinc VPN</name> <section>Status</section> <url>/status_tinc.php</url> </menu> - + <service> + <name>tinc</name> + <rcfile>tinc.sh</rcfile> + <executable>tincd</executable> + <description>Tinc Mesh VPN</description> + </service> + <tabs> + <tab> + <text>Config</text> + <url>/pkg_edit.php?xml=tinc.xml</url> + <active/> + </tab> + <tab> + <text>Hosts</text> + <url>/pkg.php?xml=tinc_hosts.xml</url> + </tab> + </tabs> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> <item>https://packages.pfsense.org/packages/config/tinc/tinc.inc</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> - <item>https://packages.pfsense.org/packages/config/tinc/tinc_config.xml</item> - </additional_files_needed> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> <item>https://packages.pfsense.org/packages/config/tinc/tinc_hosts.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> - <chmod>0755</chmod> <item>https://packages.pfsense.org/packages/config/tinc/status_tinc.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/shortcuts/</prefix> - <chmod>0644</chmod> <item>https://packages.pfsense.org/packages/config/tinc/pkg_tinc.inc</item> </additional_files_needed> - - <service> - <name>tinc</name> - <rcfile>tinc.sh</rcfile> - <executable>tincd</executable> - <description>tinc mesh VPN</description> - </service> - <include_file>/usr/local/pkg/tinc.inc</include_file> - + <advanced_options>enabled</advanced_options> + <fields> + <field> + <name>Basic Settings</name> + <type>listtopic</type> + </field> + <field> + <fielddescr>Enable Tinc VPN</fielddescr> + <fieldname>enable</fieldname> + <description>Check this to enable tinc mesh VPN.</description> + <type>checkbox</type> + </field> + <field> + <fielddescr>Name</fielddescr> + <fieldname>name</fieldname> + <description> + <![CDATA[ + This is the name which identifies this tinc daemon.<br /> + It must be unique for the virtual private network this daemon will connect to. + ]]> + </description> + <type>input</type> + <required/> + </field> + <field> + <fielddescr>Local IP</fielddescr> + <fieldname>localip</fieldname> + <description> + <![CDATA[ + IP Address of local tunnel interface.<br /> + This is often the same IP as your routers LAN address. (Example: 192.168.2.1) + ]]> + </description> + <type>input</type> + <required/> + </field> + <field> + <fielddescr>Local Subnet</fielddescr> + <fieldname>localsubnet</fieldname> + <description> + <![CDATA[ + Subnet behind this router that should be advertised to the mesh.<br /> + This is usually your LAN subnet. (Example: 192.168.2.0/24) + ]]> + </description> + <type>input</type> + <required/> + </field> + <field> + <fielddescr>VPN Netmask</fielddescr> + <fieldname>vpnnetmask</fieldname> + <description> + <![CDATA[ + This is the Netmask that defines what traffic is routed to the VPNs tunnel interface.<br /> + It is usually broader then your local netmask. (Example: 255.255.0.0) + ]]> + </description> + <type>input</type> + <required/> + </field> + <field> + <fielddescr>Address Family</fielddescr> + <fieldname>addressfamily</fieldname> + <description> + <![CDATA[ + This option affects the address family of listening and outgoing sockets.<br /> + If "Any" is selected, then - depending on the operating system - either both IPv4 and IPv6 or just IPv6 listening sockets will be created. + ]]> + </description> + <type>select</type> + <options> + <option> + <name>IPv4</name> + <value>ipv4</value> + </option> + <option> + <name>IPv6</name> + <value>ipv6</value> + </option> + <option> + <name>Any</name> + <value>any</value> + </option> + </options> + </field> + <field> + <fielddescr>RSA Private Key</fielddescr> + <fieldname>cert_key</fieldname> + <description> + <![CDATA[ + RSA private key used for this host. <strong>Include the BEGIN and END lines.</strong><br /> + ]]> + </description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>7</rows> + <cols>70</cols> + </field> + <field> + <fielddescr>RSA Public Key</fielddescr> + <fieldname>cert_pub</fieldname> + <description> + <![CDATA[ + RSA public key used for this host. <strong>Include the BEGIN and END lines.</strong><br /> + ]]> + </description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>7</rows> + <cols>70</cols> + </field> + <field> + <fielddescr>Generate RSA Key Pair</fielddescr> + <fieldname>gen_rsa</fieldname> + <description>This will generate a new RSA key pair in the fields above.</description> + <type>checkbox</type> + </field> + <field> + <fielddescr>Extra Tinc Parameters</fielddescr> + <fieldname>extra</fieldname> + <description> + <![CDATA[ + Anything entered here will be added at the end of the tinc.conf configuration file.<br /> + ]]> + </description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Extra Host Parameters</fielddescr> + <fieldname>host_extra</fieldname> + <description> + <![CDATA[ + Anything entered here will be added just prior to the public certiciate in the host configuration file for this machine.<br /> + ]]> + </description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Interface Up Script</fielddescr> + <fieldname>tinc_up</fieldname> + <description> + <![CDATA[ + This script is executed right after the tinc daemon has connected to the virtual network device.<br /> + By default, a tinc-up file is created that brings up the tinc interface with the IP Address and Netmask specified above and adds it to the tinc interface group.<br /> + <strong>Note: Entering a value here complely replaces the default script; be sure to bring up the interface in this script!</strong> + ]]> + </description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Interface Down Script</fielddescr> + <fieldname>tinc_down</fieldname> + <description>This script is executed right before the tinc daemon is going to close.</description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Host Up Script</fielddescr> + <fieldname>host_up</fieldname> + <description>This script is executed when any host becomes reachable.</description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Host Down Script</fielddescr> + <fieldname>host_down</fieldname> + <description>This script is executed when any host becomes unreachable.</description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Subnet Up Script</fielddescr> + <fieldname>subnet_up</fieldname> + <description>This script is executed when any subnet becomes reachable.</description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + <field> + <fielddescr>Subnet Down Script</fielddescr> + <fieldname>subnet_down</fieldname> + <description>This script is executed when any subnet becomes unreachable.</description> + <type>textarea</type> + <encoding>base64</encoding> + <rows>8</rows> + <cols>70</cols> + <advancedfield/> + </field> + </fields> <custom_php_install_command> tinc_install(); </custom_php_install_command> <custom_php_deinstall_command> tinc_deinstall(); </custom_php_deinstall_command> - + <custom_php_resync_config_command> + tinc_save(); + </custom_php_resync_config_command> + <custom_php_validation_command> + tinc_validate_input($_POST, $input_errors); + </custom_php_validation_command> </packagegui> |