tinc1.0.19VPN: tinc['installedpackages']['package']['$packagename']['config']Config/pkg_edit.php?xml=tinc_config.xmlHosts/pkg.php?xml=tinc_hosts.xmlenabledNamenameThis is the name which identifies this tinc daemon. It must be unique for the virtual private network this daemon will connect to.inputLocal IPlocalipIP Address of local tunnel interface. This is often the same IP as your routers LAN address, for example 192.168.2.1inputLocal SubnetlocalsubnetSubnet behind this router that should be advertised to the mesh. This is usually your LAN subnet, for example 192.168.2.0/24inputVPN NetmaskvpnnetmaskThis is the Netmask that defines what traffic is routed to the VPNs tunnel interface. It is usually broader then your local netmask, for example 255.255.0.0inputAddressFamilyaddressfamilyThis option affects the address family of listening and outgoing sockets. If "any" is selected, then depending on the operating system both IPv4 and IPv6 or just IPv6 listening sockets will be created.selectRSA private keycert_keyRSA private key used for this host. Include the BEGIN and END lines. <br>textareabase64765RSA public keycert_pubRSA public key used for this host. Include the BEGIN and END lines. <br>textareabase64765Generate RSA key pairgen_rsaThis will generate a new RSA key pair in the fields above.checkboxExtra Tinc ParametersextraAnything entered here will be added at the end of the tinc.conf configuration file. <br>textareabase64865Extra Host Parametershost_extraAnything entered here will be added just prior to the public certiciate in the host configuration file for this machine. <br>textareabase64865Interface Up Scripttinc_upThis script is executed right after the tinc daemon has connected to the virtual network device. 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. Entering a value here complely replaces the default script so be sure to bring up the interface in this script.textareabase64865Interface Down Scripttinc_downThis script is executed right before the tinc daemon is going to close.textareabase64865Host Up Scripthost_upThis script is executed when any host becomes reachable.textareabase64865Host Down Scripthost_downThis script is executed when any host becomes unreachable.textareabase64865Subnet Up Scriptsubnet_upThis script is executed when any subnet becomes reachable.textareabase64865Subnet Down Scriptsubnet_downThis script is executed when any subnet becomes unreachable.textareabase64865/usr/local/pkg/tinc.inc
tinc_save();