jpopelka / rpms / net-tools

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