]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - net-tools/iptunnel.8
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / net-tools / iptunnel.8
CommitLineData
236898d6
MT
1.\" Process this file with
2.\" groff -man -Tascii iptstate.8
3.\"
4.TH IPTUNNEL 8 "SEPTEMBER 2009" "" ""
5.\"
6.\" Man page written by Jiri Popelka <jpopelka AT redhat DOT com>
7.\"
8.SH NAME
9
10.B iptunnel
11\- creates, deletes, and displays configured tunnels
12
13.SH SYNOPSIS
14.B /usr/sbin/iptunnel
15.RB [< operation >]
16.RB [< args >]
17
18.SH NOTE
19.P
20This program is obsolete. For replacement check \fBip tunnel\fR.
21
22.SH DESCRIPTION
23The \fBiptunnel\fR
24command creates configured tunnels for sending and receiving
25IPV6 or IPV4 packets that are encapsulated as the payload of an IPV4
26datagram.
27
28The
29.B iptunnel
30command can perform one of the following operations:
31
32.B create
33\- create a tunnel interface, which you must subsequently configure.
34
35.B delete
36\- delete a tunnel interface. You must disable the tunnel before you can delete it.
37
38.B show
39\- show the tunnel attributes (name, tunnel end points, next hop for tunneled packets).
40
41.SH SEE ALSO
42.BR ip (8).