Blame SOURCES/iptunnel.8

5aa31a
.\" Process this file with
5aa31a
.\" groff -man -Tascii iptunnel.8
5aa31a
.\"
5aa31a
.TH IPTUNNEL 8 "SEPTEMBER 2009" "" ""
5aa31a
.\"
5aa31a
.\" Man page written by Jiri Popelka <jpopelka AT redhat DOT com>
5aa31a
.\"
5aa31a
.SH NAME
5aa31a
.B iptunnel
5aa31a
\- creates, deletes, and displays configured tunnels
5aa31a
5aa31a
.SH SYNOPSIS
5aa31a
.B /usr/sbin/iptunnel
5aa31a
.RB [< operation >]
5aa31a
.RB [< args >]
5aa31a
5aa31a
.SH NOTE
5aa31a
.P 
5aa31a
This program is obsolete. For replacement check \fBip tunnel\fR.
5aa31a
5aa31a
.SH DESCRIPTION
5aa31a
The \fBiptunnel\fR
5aa31a
command creates configured tunnels for sending and receiving
5aa31a
IPV6 or IPV4 packets that are encapsulated as the payload of an IPV4
5aa31a
datagram.
5aa31a
5aa31a
The
5aa31a
.B iptunnel
5aa31a
command can perform one of the following operations:
5aa31a
5aa31a
.B create
5aa31a
\- create a tunnel interface, which you must subsequently configure.
5aa31a
5aa31a
.B delete
5aa31a
\- delete a tunnel interface. You must disable the tunnel before you can delete it.
5aa31a
5aa31a
.B show
5aa31a
\- show the tunnel attributes (name, tunnel end points, next hop for tunneled packets).
5aa31a
5aa31a
.SH SEE ALSO
5aa31a
.BR ip (8).