Blame SOURCES/iptunnel.8

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