From 0107b4336a0e141dffc906eac2e713da742d528b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 14 Apr 2013 20:02:10 +0200 Subject: [PATCH] aiccu: Add documentation. --- Makefile | 1 + man/network-zone-aiccu.xml | 188 +++++++++++++++++++++++++++++++++++++ 2 files changed, 189 insertions(+) create mode 100644 man/network-zone-aiccu.xml diff --git a/Makefile b/Makefile index 868a05eb..7898985f 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ MAN_PAGES = \ man/network-route.8 \ man/network-zone.8 \ man/network-zone-6to4-tunnel.8 \ + man/network-zone-aiccu.8 \ man/network-zone-bridge.8 \ man/network-zone-config-pppoe-server.8 \ man/network-zone-pppoe.8 diff --git a/man/network-zone-aiccu.xml b/man/network-zone-aiccu.xml new file mode 100644 index 00000000..313ce48d --- /dev/null +++ b/man/network-zone-aiccu.xml @@ -0,0 +1,188 @@ + + + + + + network-zone-aiccu + network + + + + Developer + Stefan + Schantl + stefan.schantl@ipfire.org + + + + + + network-zone-aiccu + 8 + + + + network-zone-aiccu + Network Configuration Control Program + + + + + network zone create ZONE aiccu ... + + + + network zone ZONE edit ... + + + + + Description + + + The aiccu hook is used to create IPv6 tunnels over IPv4 networks + when the provider does not provide native IPv6. + + + + + Options + + + The following options are understood: + + + + + + + + + + + The username of your account from the tunnel brocker. + + + + + + + + + + + + The password of your account from the tunnel brocker. + + + + + + + Optional arguments, that can be used with aiccu. + + + + + + + + + + + The configuration server to use for setting up the tunnel. + + + + This option has to be set to the configuration server of your + tunnel brocker. Defaults to tic.sixxs.net. + + + + + + + + + + + + The used protocol to setup the tunnel. + + + + TIC is the Tunnel Information and Control protocol. It provides information + about tunnels and the ability to control the details of a tunnel to TIC clients. + + + + The Tunnel Setup Protocol (TSP) is used to negotiate IP tunnel setup parameters + between a tunnel client and a tunnel broker server. + + + + Layer 2 Tunneling Protocol (L2TP) is a tunneling protocol used to support virtual + private networks (VPNs) or as part of the delivery of services by ISPs. + + + + This option defaults to tic and have + to be changed if your tunnel brocker does not support that. + + + + + + + + + + + + The ID of this tunnel, given to you by your tunnel brocker. + + + + This option is only required when multiple tunnels have been requested. + + + + + + + + + + + + Use STARTTLS to secure the connection to the configuration server. + + + + When set to true and the server does not support TLS, the transaction + will fail. When set to false, it also tries a STARTTLS, but if this is + not supported by the server, aiccu will continue and send the user and + password information as plain text. + + + + + + + + + See Also + + + + network + 8 + , + + network-zone + 8 + + + + -- 2.39.2