Describe your package hereDescribe your package requirements hereCurrently there are no FAQ items provided.zebedee0.1Zebedee Tunneling/usr/local/pkg/zebedee.inczebedeezebedee.shzebedeeTunneling Servicehttp://www.pfsense.org/packages/config/zebedee/zebedee.inc/usr/local/pkg/0755http://www.pfsense.org/packages/config/zebedee/zebedee_tunnels.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/zebedee/zebedee_key_details.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/zebedee/zebedee_sync.xml/usr/local/pkg/0755http://www.pfsense.org/packages/config/zebedee/zebedee_del_key.php/usr/local/www/0755http://www.pfsense.org/packages/config/zebedee/zebedee_get_key.php/usr/local/www/0755http://www.pfsense.org/packages/config/zebedee/zebedee_keys.php/usr/local/www/0755http://www.pfsense.org/packages/config/zebedee/zebedee_log.php/usr/local/www/0755http://www.pfsense.org/packages/config/zebedee/zebedee_view_config.php/usr/local/www/0755http://www.pfsense.org/packages/config/zebedee/zebedee.sh/usr/local/etc/rc.d/0755Settings/pkg_edit.php?xml=zebedee.xml&id=0Tunnels/pkg_edit.php?xml=zebedee_tunnels.xml&id=0Keys/zebedee_keys.phpXMLRPC Sync/pkg_edit.php?xml=zebedee_sync.xml&id=0View config files/zebedee_view_config.phpView log files/zebedee_log.phpZebedee General SettingslisttopicEnable Zebedeeenable_zebedeecheckboxListen interface(s)enabled_interfaceinterfaces_selectionWANExternal Addressexternal_addressinput60
This specifies the external name are put in client.zbd file in field serverhost. Ex: 200.111.111.22 or zebedee.example.com
Verbosityverbosityselect
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.
Detacheddetachedselect
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 Modeudpmodeselect
By default Zebedee handles connection-oriented TCP/IP traffic. If this keyword is set true Zebedee handles UDP/IP connectionless traffic instead.
Ipmodeipmodeselect
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.
Keygenlevelkeygenlevelselect
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.
Compressioncompressionselect
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 Levelcompression_levelselect
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.
Keylengthkeylengthinput5
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
Keylifetimekeylifetimeinput5
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.
Maxbufsizemaxbufsizeinput5
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();