Blame SOURCES/iptunnel.8

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