]> git.ipfire.org Git - people/ms/network.git/blob - man/network-zone-ip-tunnel.txt
man: Do not generate HTML documentation in normal build
[people/ms/network.git] / man / network-zone-ip-tunnel.txt
1 = network-zone-ip-tunnel(8)
2 Michael Tremer <michael.tremer@ipfire.org>
3
4 == NAME
5 network-zone-ip-tunnel - Manage IP Tunnels
6
7 == SYNOPSIS
8 [verse]
9 `network zone new ZONE ip-tunnel ...`
10 `network zone ZONE edit ...`
11
12 == DESCRIPTION
13 The ip-tunnel hook is used to create IP tunnels that use protocols like GRE to
14 encapsulate IP packets.
15
16 == OPTIONS
17 The following options are understood:
18
19 `--mode=MODE`::
20 Sets the protocol that is being used to encapsulate IP packets.
21 Currently only **GRE** is supported.
22
23 `--peer=PEER`::
24 The address of the peer that terminates the remote end of this tunnel.
25 +
26 If left empty, connections from any IP address will be accepted.
27
28 `--local-address=LOCAL-ADDRESS`::
29 The local IP address the tunnel originates from.
30 +
31 This is optional and if unset a useful default will be used.
32
33 == SEE ALSO
34 link:network[8],
35 link:network-zone[8]