From e4145897ff096831668ab3d02a190ff1dc81dffe Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Mon, 17 Oct 2011 19:58:17 -0200 Subject: zebedee tunneling package --- config/zebedee/zebedee.xml | 298 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 config/zebedee/zebedee.xml (limited to 'config/zebedee/zebedee.xml') diff --git a/config/zebedee/zebedee.xml b/config/zebedee/zebedee.xml new file mode 100644 index 00000000..b3554e62 --- /dev/null +++ b/config/zebedee/zebedee.xml @@ -0,0 +1,298 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + zebedee + 0.1 + Zebedee Tunneling + /usr/local/pkg/zebedee.inc + + Zebedee + Configure Zebedee +
Services
+ pkg_edit.php?xml=zebedee.xml&id=0 +
+ + zebedee + zebedee.sh + master + + + http://www.pfsense.org/packages/config/zebedee/zebedee.inc + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_tunnels.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_key_details.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_sync.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_del_key.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_keys.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_log.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee_view_config.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/zebedee/zebedee.sh + /usr/local/etc/rc.d/ + 0755 + + + + Settings + /pkg_edit.php?xml=zebedee.xml&id=0 + + + + Tunnels + /pkg_edit.php?xml=zebedee_tunnels.xml&id=0 + + + Keys + /zebedee_keys.php + + + XMLRPC Sync + /pkg_edit.php?xml=zebedee_sync.xml&id=0 + + + View config files + /zebedee_view_config.php + + + View log files + /zebedee_log.php + + + + + Zebedee General Settings + listtopic + + + Enable Zebedee + enable_zebedee + checkbox + + + + Listen interface(s) + enabled_interface + + interfaces_selection + + WAN + + + External Address + external_address + input + 60 + + This specifies the external name are put in client.zbd file in field serverhost. Ex: 200.111.111.22 or zebedee.pfsense.org + + + + Verbosity + verbosity + select + + + + + + + This is an integer specifying the level of message logging with 0 being just error messages and 5 giving excruciating detail of the message traffic. The default (and generally most useful level) is 1. + + + + Detached + detached + select + + + + + + This is a boolean indicating whether the process should detach itself from the controlling terminal and run in the background (in UNIX terms, to run as a daemon). This is valid for both client and server and is true by default. + + + + Udp Mode + udpmode + select + + + + + + By default Zebedee handles connection-oriented TCP/IP traffic. If this keyword is set true Zebedee handles UDP/IP connectionless traffic instead. + + + + Ipmode + ipmode + select + + + + + + + Zebedee client or server can handle both TCP and UDP traffic simultaneously. This is controlled by the ipmode keyword. It can have a value of tcp, udp or both. + + + + Keygenlevel + keygenlevel + select + + + + + + + This is an integer between 0 and 2 inclusive that determines how strong the private key generation in Zebedee should be. The default is 2 (the strongest) and you should generally not change this unless connection set-up performance becomes unacceptable. + + + + Compression + compression + select + + + + + + Zebedee can support both zlib and, if enabled when it is built, bzip2 compression. This keyword specifies the type and level of compression to be used + + + + Compression Level + compression_level + select + + + + + + + + + + + + + + The level specifies the maximum compression level to used (9 is the maximum and 0 is no compression). The actual compression level used will be the minimum of the client and server values. For these purposes all bzip2 levels (except 0) are considered to be greater than all zlib levels so if either client or server does not support bzip2 the protocol degrades gracefully to using zlib. + + + + Keylength + keylength + input + 5 + + This is an integer specifying the maximum key length (in bits) for the Blowfish encryption. It should be a multiple of 4 between 4 and 576. The key length used will be the minimum of the client and server values + + + + Keylifetime + keylifetime + input + 5 + + If the value of this parameter is non-zero it causes the client to request the re-use of a previously established shared secret key for deriving session keys for subsequent connections. This means that on the first connection between a Zebedee client and server the full key exchange dialogue will take place to establish a shared secret key. On subsequent connections, until the key expires, the same secret key will be reused to generate a new session key. Once the key expires a new key exchange will automatically be performed when necessary. + + + + Maxbufsize + maxbufsize + input + 5 + + This specifies the size, in bytes, of the buffer Zebedee will use to read data from applications. The actual size of buffer used will be the minimum of the client and server values. + + + + + zebedee_php_install_command(); + + + zebedee_php_deinstall_command(); + + + zebedee_validate_input($_POST, &$input_errors); + + + sync_package_zebedee(); + +
-- cgit v1.2.3