]> git.ipfire.org Git - people/stevee/network.git/blame - man/network-zone-6to4-tunnel.xml
Show help for zone creation
[people/stevee/network.git] / man / network-zone-6to4-tunnel.xml
CommitLineData
1e00d198
MT
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-6to4-tunnel</title>
8 <productname>network</productname>
9
10 <authorgroup>
11 <author>
12 <contrib>Developer</contrib>
13 <firstname>Michael</firstname>
14 <surname>Tremer</surname>
15 <email>michael.tremer@ipfire.org</email>
16 </author>
17 </authorgroup>
18 </refentryinfo>
19
20 <refmeta>
21 <refentrytitle>network-zone-6to4-tunnel</refentrytitle>
22 <manvolnum>8</manvolnum>
23 </refmeta>
24
25 <refnamediv>
26 <refname>network-zone-6to4-tunnel</refname>
27 <refpurpose>Network Configuration Control Program</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
cf0fc8ab 32 <command>network zone new <replaceable>ZONE</replaceable> 6to4-tunnel ...</command>
1e00d198
MT
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 The 6to4-tunnel hook is used to create IPv6 tunnels over IPv4 networks
45 where the provider does not provide native IPv6.
46 </para>
47 <para>
48 Hurricane Electric offers a free tunnelbroker service on
49 http://www.tunnelbroker.net, that can be used with this hook.
50 </para>
51 </refsect1>
52
53 <refsect1>
54 <title>Options</title>
55
56 <para>
57 The following options are understood:
58 </para>
59
60 <variablelist>
61 <varlistentry>
62 <term>
d65e656a 63 <option>--server-address=<replaceable>ADDRESS</replaceable></option>
1e00d198
MT
64 </term>
65
66 <listitem>
67 <para>
68 The address of the tunnel endpoint server.
69 </para>
70 <para>
71 This is the IPv4 address of the server, to where
72 the tunnel is created.
73 </para>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry>
78 <term>
d65e656a 79 <option>--local-ipv4-address=<replaceable>ADDRESS</replaceable></option>
1e00d198
MT
80 </term>
81
82 <listitem>
83 <para>
84 The local IPv4 address that is used to connect to
85 the server.
86 </para>
87 <para>
88 Attention! In case your local tunnel endpoint is behind
89 a NAT, you need to configure the internet IP address instead
90 of the public IP address.
91 </para>
92 </listitem>
93 </varlistentry>
94
95 <varlistentry>
96 <term>
d65e656a 97 <option>--local-ipv6-address=<replaceable>ADDRESS</replaceable></option>
1e00d198
MT
98 </term>
99
100 <listitem>
101 <para>
102 The local IPv6 address of your tunnel.
103 </para>
104 </listitem>
105 </varlistentry>
106 </variablelist>
107
108 <para>
109 Optional arguments, that can be used to automatically update the
110 tunnel endpoint IPv4 address with tunnelbroker.net:
111 </para>
112
113 <variablelist>
114 <varlistentry>
115 <term>
116 <option>--auto-update-endpoint=[<emphasis>false</emphasis>|true]</option>
117 </term>
118
119 <listitem>
120 <para>
121 Determines whether the tunnel endpoint IPv4 address should
122 be automatically updated or not.
123 </para>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry>
128 <term>
129 <option>--username=<replaceable>USERNAME</replaceable></option>
130 </term>
131
132 <listitem>
133 <para>
134 The username of your tunnelbroker.net account.
135 </para>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry>
140 <term>
141 <option>--password=<replaceable>PASSWORD</replaceable></option>
142 </term>
143
144 <listitem>
145 <para>
146 The password of your tunnelbroker.net account.
147 </para>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry>
152 <term>
153 <option>--tunnel-id=<replaceable>N</replaceable></option>
154 </term>
155
156 <listitem>
157 <para>
158 The ID of this tunnel, given to you by tunnelbroker.net.
159 </para>
160 </listitem>
161 </varlistentry>
162 </variablelist>
163 </refsect1>
164
165 <refsect1>
166 <title>See Also</title>
167
168 <para>
169 <citerefentry>
170 <refentrytitle>network</refentrytitle>
171 <manvolnum>8</manvolnum>
172 </citerefentry>,
173 <citerefentry>
174 <refentrytitle>network-zone</refentrytitle>
175 <manvolnum>8</manvolnum>
176 </citerefentry>
177 </para>
178 </refsect1>
179</refentry>