From: Michael Tremer Date: Tue, 9 Apr 2013 10:32:02 +0000 (+0200) Subject: 6to4-tunnel: Add documentation. X-Git-Tag: 006~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e00d19830479790fa948196b6a2c3585a765f01;p=network.git 6to4-tunnel: Add documentation. --- diff --git a/Makefile b/Makefile index 1d37164c..6c3a70fb 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ MAN_PAGES = \ man/network-port-batman-adv-port.8 \ man/network-route.8 \ man/network-zone.8 \ + man/network-zone-6to4-tunnel.8 \ man/network-zone-bridge.8 \ man/network-zone-config-pppoe-server.8 \ man/network-zone-pppoe.8 diff --git a/man/network-zone-6to4-tunnel.xml b/man/network-zone-6to4-tunnel.xml new file mode 100644 index 00000000..a73095bb --- /dev/null +++ b/man/network-zone-6to4-tunnel.xml @@ -0,0 +1,179 @@ + + + + + + network-zone-6to4-tunnel + network + + + + Developer + Michael + Tremer + michael.tremer@ipfire.org + + + + + + network-zone-6to4-tunnel + 8 + + + + network-zone-6to4-tunnel + Network Configuration Control Program + + + + + network zone create ZONE 6to4-tunnel ... + + + + network zone ZONE edit ... + + + + + Description + + + The 6to4-tunnel hook is used to create IPv6 tunnels over IPv4 networks + where the provider does not provide native IPv6. + + + Hurricane Electric offers a free tunnelbroker service on + http://www.tunnelbroker.net, that can be used with this hook. + + + + + Options + + + The following options are understood: + + + + + + + + + + + The address of the tunnel endpoint server. + + + This is the IPv4 address of the server, to where + the tunnel is created. + + + + + + + + + + + + The local IPv4 address that is used to connect to + the server. + + + Attention! In case your local tunnel endpoint is behind + a NAT, you need to configure the internet IP address instead + of the public IP address. + + + + + + + + + + + + The local IPv6 address of your tunnel. + + + + + + + Optional arguments, that can be used to automatically update the + tunnel endpoint IPv4 address with tunnelbroker.net: + + + + + + + + + + + Determines whether the tunnel endpoint IPv4 address should + be automatically updated or not. + + + + + + + + + + + + The username of your tunnelbroker.net account. + + + + + + + + + + + + The password of your tunnelbroker.net account. + + + + + + + + + + + + The ID of this tunnel, given to you by tunnelbroker.net. + + + + + + + + See Also + + + + network + 8 + , + + network-zone + 8 + + + +