From fd35ae36988a56037634d0c3aea37296260e9b45 Mon Sep 17 00:00:00 2001 From: apnar Date: Tue, 28 Aug 2012 19:04:32 +0000 Subject: adding tinc package --- config/tinc/tinc_hosts.xml | 167 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 config/tinc/tinc_hosts.xml (limited to 'config/tinc/tinc_hosts.xml') diff --git a/config/tinc/tinc_hosts.xml b/config/tinc/tinc_hosts.xml new file mode 100644 index 00000000..683d81ac --- /dev/null +++ b/config/tinc/tinc_hosts.xml @@ -0,0 +1,167 @@ + + + + + + + + tinc Hosts + + Currently there are no FAQ items provided. + tinchosts + 1.0.18 + VPN: tinc - Hosts + + ['installedpackages']['package']['$packagename']['config'] + + + + Config + /pkg_edit.php?xml=tinc_config.xml + + + Hosts + /pkg.php?xml=tinc_hosts.xml + + + + enabled + + + + + Name + name + + + Address + address + + + Subnet + subnet + + + Connect at Startup + connect + checkbox + + + + + + + Name + name + Name of this host. + input + + + Address + address + IP address or hostname of server. + input + + + Subnet + subnet + Subnet behind host (like 192.168.254.0/24) + input + 50 + + + Connect at Startup + connect + Try to connect to this host when tinc starts. + checkbox + + + RSA public key + cert_pub + RSA public key used for this host. Include the BEGIN and END lines.<br> + textarea + base64 + 7 + 65 + + + Extra Parameters + extra + Anything entered here will be added just prior to the public certiciate in the host configuration file. <br> + textarea + base64 + 8 + 65 + + + + Host Up Script + host_up + This script will be run when this host becomes reachable. <br> + textarea + base64 + 8 + 65 + + + + Host Down Script + host_down + This script will be run when this host becomes unreachable. <br> + textarea + base64 + 8 + 65 + + + + /usr/local/pkg/tinc.inc + + + + tinc_save(); + + + + + + + tinc_save(); + + -- cgit v1.2.3