Blame SOURCES/iptunnel.8

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