From 4f96eecfac51f644a63c8cd754aa0a50cfcf0c31 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 11 May 2013 18:48:08 +0000 Subject: [PATCH] 6rd: Add documentation. --- Makefile | 1 + man/network-zone-6rd.xml | 156 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 157 insertions(+) create mode 100644 man/network-zone-6rd.xml diff --git a/Makefile b/Makefile index ff79ad8c..a33c76d4 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ MAN_PAGES = \ man/network-port-batman-adv-port.8 \ man/network-route.8 \ man/network-zone.8 \ + man/network-zone-6rd.8 \ man/network-zone-6to4-tunnel.8 \ man/network-zone-aiccu.8 \ man/network-zone-bridge.8 \ diff --git a/man/network-zone-6rd.xml b/man/network-zone-6rd.xml new file mode 100644 index 00000000..4f23a9ca --- /dev/null +++ b/man/network-zone-6rd.xml @@ -0,0 +1,156 @@ + + + + + + network-zone-6rd + network + + + + Developer + Stefan + Schantl + stefan.schantl@ipfire.org + + + + + + network-zone-6rd + 8 + + + + network-zone-6rd + Network Configuration Control Program + + + + + network zone create ZONE 6rd ... + + + + network zone ZONE edit ... + + + + + Description + + + 6rd specifies a protocol mechanism to deploy IPv6 to sites via the IPv4 network + of a service provider. + + + + The 6rd hook is used to connect to IPv6 networks where your provider does not + provide native IPv6. + + + + + Options + + + The following options are understood: + + + + + + + + + + + The 6rd prefix for the given 6rd domain. + + + This is the 6rd IPv6 prefix for the given 6rd domain. + + + + + + + + + + + + The address of the 6rd border relay server. + + + The IPv4 address of the 6rd Border Relay for a + given 6rd domain. + + + + + + + + + + + + The public IPv4 address that is used to connect to + the server. + + + + There are several ways and services around to determine the own IPv4 public + address. + + + + Attention! + + + + In case your local tunnel endpoint is behind a NAT, you also need to + configure the "--local-ipv4-address" option. + + + + + + + + + + + + The local IPv4 address of the client system. + + + + This option is only required if the local tunnel endpoint is behind a NAT. + + + + If the system is directly connected to the Internet, this flag can be ignored. + + + + + + + + See Also + + + + network + 8 + , + + network-zone + 8 + + + + -- 2.39.5