]> git.ipfire.org Git - people/ms/network.git/blame - man/network-zone-ip-tunnel.txt
man: Fix authorship warnings
[people/ms/network.git] / man / network-zone-ip-tunnel.txt
CommitLineData
6e94de3e 1= network-zone-ip-tunnel(8)
6e94de3e
MT
2
3== NAME
4network-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
12The ip-tunnel hook is used to create IP tunnels that use protocols like GRE to
13encapsulate IP packets.
14
15== OPTIONS
16The 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
6b1e7474
MT
32== AUTHORS
33Michael Tremer
34
6e94de3e
MT
35== SEE ALSO
36link:network[8],
37link:network-zone[8]