]> git.ipfire.org Git - people/ms/network.git/blame - man/network-zone-ip-tunnel.txt
man: Convert network-zone-ip-tunnel(8) to asciidoc
[people/ms/network.git] / man / network-zone-ip-tunnel.txt
CommitLineData
6e94de3e
MT
1= network-zone-ip-tunnel(8)
2Michael Tremer <michael.tremer@ipfire.org>
3
4== NAME
5network-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
13The ip-tunnel hook is used to create IP tunnels that use protocols like GRE to
14encapsulate IP packets.
15
16== OPTIONS
17The 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
34link:network[8],
35link:network-zone[8]