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