]> git.ipfire.org Git - people/stevee/network.git/blame - man/network-zone-6rd.xml
pppoe-server: Enable IPv6
[people/stevee/network.git] / man / network-zone-6rd.xml
CommitLineData
4f96eecf
SS
1<?xml version="1.0"?>
2<!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5<refentry id="network-zone-6to4-tunnel">
6 <refentryinfo>
7 <title>network-zone-6rd</title>
8 <productname>network</productname>
9
10 <authorgroup>
11 <author>
12 <contrib>Developer</contrib>
13 <firstname>Stefan</firstname>
14 <surname>Schantl</surname>
15 <email>stefan.schantl@ipfire.org</email>
16 </author>
17 </authorgroup>
18 </refentryinfo>
19
20 <refmeta>
21 <refentrytitle>network-zone-6rd</refentrytitle>
22 <manvolnum>8</manvolnum>
23 </refmeta>
24
25 <refnamediv>
26 <refname>network-zone-6rd</refname>
27 <refpurpose>Network Configuration Control Program</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
cf0fc8ab 32 <command>network zone new <replaceable>ZONE</replaceable> 6rd ...</command>
4f96eecf
SS
33 </cmdsynopsis>
34
35 <cmdsynopsis>
36 <command>network zone <replaceable>ZONE</replaceable> edit ...</command>
37 </cmdsynopsis>
38 </refsynopsisdiv>
39
40 <refsect1>
41 <title>Description</title>
42
43 <para>
44 6rd specifies a protocol mechanism to deploy IPv6 to sites via the IPv4 network
45 of a service provider.
46 </para>
47
48 <para>
49 The 6rd hook is used to connect to IPv6 networks where your provider does not
50 provide native IPv6.
51 </para>
52 </refsect1>
53
54 <refsect1>
55 <title>Options</title>
56
57 <para>
58 The following options are understood:
59 </para>
60
61 <variablelist>
62 <varlistentry>
63 <term>
d65e656a 64 <option>--6rd-prefix=<replaceable>PREFIX</replaceable></option>
4f96eecf
SS
65 </term>
66
67 <listitem>
68 <para>
69 The 6rd prefix for the given 6rd domain.
70 </para>
71 <para>
72 This is the 6rd IPv6 prefix for the given 6rd domain.
73 </para>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry>
78 <term>
d65e656a 79 <option>--server-address=<replaceable>ADDRESS</replaceable></option>
4f96eecf
SS
80 </term>
81
82 <listitem>
83 <para>
84 The address of the 6rd border relay server.
85 </para>
86 <para>
87 The IPv4 address of the 6rd Border Relay for a
88 given 6rd domain.
89 </para>
90 </listitem>
91 </varlistentry>
92
93 <varlistentry>
94 <term>
d65e656a 95 <option>--public-ipv4-address=<replaceable>ADDRESS</replaceable></option>
4f96eecf
SS
96 </term>
97
98 <listitem>
99 <para>
100 The public IPv4 address that is used to connect to
101 the server.
102 </para>
103
104 <para>
105 There are several ways and services around to determine the own IPv4 public
106 address.
107 </para>
108
109 <para>
110 <emphasis>Attention!</emphasis>
111 </para>
112
113 <para>
114 In case your local tunnel endpoint is behind a NAT, you also need to
115 configure the "--local-ipv4-address" option.
116 </para>
117 </listitem>
118 </varlistentry>
119
120 <varlistentry>
121 <term>
d65e656a 122 <option>--local-ipv4-address=<replaceable>ADDRESS</replaceable></option>
4f96eecf
SS
123 </term>
124
125 <listitem>
126 <para>
127 The local IPv4 address of the client system.
128 </para>
129
130 <para>
131 This option is only required if the local tunnel endpoint is behind a NAT.
132 </para>
133
134 <para>
135 If the system is directly connected to the Internet, this flag can be ignored.
136 </para>
137 </listitem>
138 </varlistentry>
139 </variablelist>
140 </refsect1>
141
142 <refsect1>
143 <title>See Also</title>
144
145 <para>
146 <citerefentry>
147 <refentrytitle>network</refentrytitle>
148 <manvolnum>8</manvolnum>
149 </citerefentry>,
150 <citerefentry>
151 <refentrytitle>network-zone</refentrytitle>
152 <manvolnum>8</manvolnum>
153 </citerefentry>
154 </para>
155 </refsect1>
156</refentry>