A self-contained VPN solution designed to connect multiple sites together in a secure way.tinc1.2.2VPN: tinc - Config/usr/local/pkg/tinc.inc['installedpackages']['package']['$packagename']['config']tinctinc.shtincdTinc Mesh VPNConfig/pkg_edit.php?xml=tinc.xmlHosts/pkg.php?xml=tinc_hosts.xml/usr/local/pkg/https://packages.pfsense.org/packages/config/tinc/tinc.inc/usr/local/pkg/https://packages.pfsense.org/packages/config/tinc/tinc_hosts.xml/usr/local/www/https://packages.pfsense.org/packages/config/tinc/status_tinc.php/usr/local/www/shortcuts/https://packages.pfsense.org/packages/config/tinc/pkg_tinc.incenabledBasic SettingslisttopicEnable Tinc VPNenableCheck this to enable tinc mesh VPN.checkboxNamename
It must be unique for the virtual private network this daemon will connect to.
]]>
inputLocal IPlocalip
This is often the same IP as your routers LAN address. (Example: 192.168.2.1)
]]>
inputLocal Subnetlocalsubnet
This is usually your LAN subnet. (Example: 192.168.2.0/24)
]]>
inputVPN Netmaskvpnnetmask
It is usually broader then your local netmask. (Example: 255.255.0.0)
]]>
inputAddress Familyaddressfamily
If "Any" is selected, then - depending on the operating system - either both IPv4 and IPv6 or just IPv6 listening sockets will be created.
]]>
selectRSA Private Keycert_key
Include the BEGIN and END lines.
]]>
textareabase64770RSA Public Keycert_pub
Include the BEGIN and END lines.
]]>
textareabase64770Generate RSA Key Pairgen_rsaThis will generate a new RSA key pair in the fields above.checkboxExtra Tinc Parametersextra
]]>
textareabase64870Extra Host Parametershost_extra
]]>
textareabase64870Interface Up Scripttinc_up
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. Note: Entering a value here complely replaces the default script; be sure to bring up the interface in this script!
]]>
textareabase64870Interface Down Scripttinc_downThis script is executed right before the tinc daemon is going to close.textareabase64870Host Up Scripthost_upThis script is executed when any host becomes reachable.textareabase64870Host Down Scripthost_downThis script is executed when any host becomes unreachable.textareabase64870Subnet Up Scriptsubnet_upThis script is executed when any subnet becomes reachable.textareabase64870Subnet Down Scriptsubnet_downThis script is executed when any subnet becomes unreachable.textareabase64870
tinc_install();
tinc_deinstall();
tinc_save();
tinc_validate_input($_POST, $input_errors);