ip-tunnel - tunnel configuration
ip tunnel help
ip [ OPTIONS ] tunnel { add | change | del | show | prl } [ NAME ]
[ mode MODE ] [ remote ADDR ] [ local ADDR ]
[ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ] ]
[ encaplimit ELIM ] [ ttl|hoplimit TTL ]
[ tos TOS ] [ flowlabel FLOWLABEL ]
[ prl-default ADDR ] [ prl-nodefault ADDR ] [ prl-delete ADDR ]
[ [no]pmtudisc ] [ dev PHYS_DEV ]
MODE := { ipip | gre | sit | isatap | vti | ip6ip6 | ipip6 | ip6gre |
vti6 | any }
ADDR := { IP_ADDRESS | any }
TOS := { STRING | 00..ff | inherit | inherit/STRING | inherit/00..ff }
ELIM := { none | 0..255 }
TTL := { 1..255 | inherit }
KEY := { DOTTED_QUAD | NUMBER }
TIME := NUMBER[s|ms]
tunnel objects are tunnels, encapsulating packets in IP packets and
then sending them over the IP infrastructure. The encapsulating (or
outer) address family is specified by the -f option. The default is
IPv4.
ip tunnel add
add a new tunnel
ip tunnel change
change an existing tunnel
ip tunnel delete
destroy a tunnel
name NAME (default)
select the tunnel device name.
mode MODE
set the tunnel mode. Available modes depend on the
encapsulating address family.
Modes for IPv4 encapsulation available: ipip, sit,
isatap, vti, and gre.
Modes for IPv6 encapsulation available: ip6ip6, ipip6,
ip6gre, vti6, and any.
remote ADDRESS
set the remote endpoint of the tunnel.
local ADDRESS
set the fixed local address for tunneled packets. It
must be an address on another interface of this host.
ttl N
hoplimit N
set a fixed TTL (IPv4) or hoplimit (IPv6) N on tunneled
packets. N is a number in the range 1--255. 0 is a
special value meaning that packets inherit the TTL value.
The default value for IPv4 tunnels is: inherit. The
default value for IPv6 tunnels is: 64.
tos T
dsfield T
tclass T
set the type of service (IPv4) or traffic class (IPv6)
field on tunneled packets, which can be specified as
either a two-digit hex value (e.g. c0) or a predefined
string (e.g. internet). The value inherit causes the
field to be copied from the original IP header. The
values inherit/STRING or inherit/00..ff will set the
field to STRING or 00..ff when tunneling non-IP packets.
The default value is 00.
dev NAME
bind the tunnel to the device NAME so that tunneled
packets will only be routed via this device and will not
be able to escape to another device when the route to
endpoint changes.
nopmtudisc
disable Path MTU Discovery on this tunnel. It is enabled
by default. Note that a fixed ttl is incompatible with
this option: tunneling with a fixed ttl always makes pmtu
discovery.
key K
ikey K
okey K ( only GRE tunnels ) use keyed GRE with key K. K is
either a number or an IP address-like dotted quad. The
key parameter sets the key to use in both directions.
The ikey and okey parameters set different keys for input
and output.
csum, icsum, ocsum
( only GRE tunnels ) generate/require checksums for
tunneled packets. The ocsum flag calculates checksums
for outgoing packets. The icsum flag requires that all
input packets have the correct checksum. The csum flag is
equivalent to the combination icsum ocsum.
seq, iseq, oseq
( only GRE tunnels ) serialize packets. The oseq flag
enables sequencing of outgoing packets. The iseq flag
requires that all input packets are serialized. The seq
flag is equivalent to the combination iseq oseq. It
doesn't work. Don't use it.
encaplim ELIM
( only IPv6 tunnels ) set a fixed encapsulation limit.
Default is 4.
flowlabel FLOWLABEL
( only IPv6 tunnels ) set a fixed flowlabel.
ip tunnel prl
potential router list (ISATAP only)
dev NAME
mandatory device name.
prl-default ADDR
prl-nodefault ADDR
prl-delete ADDR
Add or delete ADDR as a potential router or default
router.
ip tunnel show
list tunnels This command has no arguments.
ip(8)
Original Manpage by Michail Litvak <[email protected]>
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.