2014-11-12 06:34:08 +03:00
|
|
|
.\" $NetBSD: route.8,v 1.52 2014/11/12 03:34:08 christos Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
.\"
|
1994-05-13 12:02:16 +04:00
|
|
|
.\" Copyright (c) 1983, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 14:04:22 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1997-09-16 11:04:17 +04:00
|
|
|
.\" @(#)route.8 8.4 (Berkeley) 6/1/94
|
1993-03-22 11:04:00 +03:00
|
|
|
.\"
|
2014-11-12 06:34:08 +03:00
|
|
|
.Dd November 11, 2014
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt ROUTE 8
|
2001-06-05 15:22:41 +04:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm route
|
2001-06-05 16:44:43 +04:00
|
|
|
.Nd manually manipulate the routing tables
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
2014-11-12 06:34:08 +03:00
|
|
|
.Op Fl dfLnqSsTtv
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar command
|
|
|
|
.Oo
|
|
|
|
.Op Ar modifiers
|
|
|
|
.Ar args
|
|
|
|
.Oc
|
|
|
|
.Sh DESCRIPTION
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
1994-05-13 12:02:16 +04:00
|
|
|
is a utility used to manually manipulate the network
|
1998-04-29 13:49:10 +04:00
|
|
|
routing tables.
|
2001-06-05 16:44:43 +04:00
|
|
|
Except for setting up the default route, it is normally not needed,
|
2001-04-27 23:33:06 +04:00
|
|
|
as a system routing table management daemon such as
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr routed 8 ,
|
|
|
|
should tend to this task.
|
|
|
|
.Pp
|
2001-04-27 23:33:06 +04:00
|
|
|
.Nm
|
2001-06-05 16:44:43 +04:00
|
|
|
can be used to modify nearly any aspect of the routing policy,
|
2001-04-27 23:33:06 +04:00
|
|
|
except packet forwarding, which can be manipulated through the
|
2001-06-05 16:44:43 +04:00
|
|
|
.Xr sysctl 8
|
2001-04-27 23:33:06 +04:00
|
|
|
command.
|
|
|
|
.Pp
|
1994-05-13 12:02:16 +04:00
|
|
|
The
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
1994-05-13 12:02:16 +04:00
|
|
|
utility supports a limited number of general options,
|
|
|
|
but a rich command language, enabling the user to specify
|
|
|
|
any arbitrary request that could be delivered via the
|
1998-04-29 13:49:10 +04:00
|
|
|
programmatic interface discussed in
|
1994-05-13 12:02:16 +04:00
|
|
|
.Xr route 4 .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Ds
|
2014-11-07 17:57:08 +03:00
|
|
|
.It Fl d
|
|
|
|
Turn on debugging
|
1998-10-23 09:36:42 +04:00
|
|
|
.It Fl f
|
|
|
|
Remove all routes (as per
|
|
|
|
.Cm flush ) .
|
|
|
|
If used in conjunction with the
|
|
|
|
.Cm add ,
|
|
|
|
.Cm change ,
|
|
|
|
.Cm delete
|
|
|
|
or
|
|
|
|
.Cm get
|
|
|
|
commands,
|
|
|
|
.Nm
|
|
|
|
removes the routes before performing the command.
|
2014-11-12 06:34:08 +03:00
|
|
|
.It Fl L
|
|
|
|
Don't show link layer entries in routing table.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl n
|
1994-05-13 12:02:16 +04:00
|
|
|
Bypasses attempts to print host and network names symbolically
|
1998-04-29 13:49:10 +04:00
|
|
|
when reporting actions.
|
|
|
|
(The process of translating between symbolic
|
1994-05-13 12:02:16 +04:00
|
|
|
names and numerical equivalents can be quite time consuming, and
|
|
|
|
may require correct operation of the network; thus it may be expedient
|
1997-08-27 10:38:06 +04:00
|
|
|
to forgo this, especially when attempting to repair networking operations).
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl q
|
2001-10-24 22:40:16 +04:00
|
|
|
Suppress all output from commands that manipulate the routing table.
|
2006-01-30 01:11:10 +03:00
|
|
|
.It Fl S
|
|
|
|
Print a space when a flag is missing so that flags are vertically aligned
|
|
|
|
instead of printing the flags that are set as a contiguous string.
|
2001-10-24 22:40:16 +04:00
|
|
|
.It Fl s
|
|
|
|
(short) Suppresses all output from a
|
|
|
|
.Cm get
|
|
|
|
command except for the actual gateway that will be used.
|
|
|
|
How the gateway is printed depends on the type of route being looked up.
|
2014-11-07 17:57:08 +03:00
|
|
|
.It Fl T
|
|
|
|
Show tags in the route display.
|
|
|
|
.It Fl t
|
|
|
|
Test only, don't perform any actions.
|
1997-08-27 10:38:06 +04:00
|
|
|
.It Fl v
|
|
|
|
(verbose) Print additional details.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1994-05-13 12:02:16 +04:00
|
|
|
The
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
1996-11-15 21:01:36 +03:00
|
|
|
utility provides several commands:
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width Fl -compact
|
|
|
|
.It Cm add
|
|
|
|
Add a route.
|
|
|
|
.It Cm flush
|
|
|
|
Remove all routes.
|
2003-07-19 05:36:47 +04:00
|
|
|
.It Cm flushall
|
|
|
|
Remove all routes including the default gateway.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Cm delete
|
|
|
|
Delete a specific route.
|
|
|
|
.It Cm change
|
|
|
|
Change aspects of a route (such as its gateway).
|
|
|
|
.It Cm get
|
|
|
|
Lookup and display the route for a destination.
|
1996-11-15 21:01:36 +03:00
|
|
|
.It Cm show
|
|
|
|
Print out the route table similar to "netstat \-r" (see
|
1998-04-29 13:49:10 +04:00
|
|
|
.Xr netstat 1 ) .
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Cm monitor
|
|
|
|
Continuously report any changes to the routing information base,
|
1994-05-13 12:02:16 +04:00
|
|
|
routing lookup misses, or suspected network partitionings.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The monitor command has the syntax
|
|
|
|
.Pp
|
|
|
|
.Bd -filled -offset indent -compact
|
2003-02-25 10:53:39 +03:00
|
|
|
.Nm
|
|
|
|
.Op Fl n
|
1993-03-21 12:45:37 +03:00
|
|
|
.Cm monitor
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The flush command has the syntax
|
|
|
|
.Pp
|
|
|
|
.Bd -filled -offset indent -compact
|
2003-02-25 10:53:39 +03:00
|
|
|
.Nm
|
|
|
|
.Op Fl n
|
1993-03-21 12:45:37 +03:00
|
|
|
.Cm flush
|
|
|
|
.Op Ar family
|
|
|
|
.Ed
|
|
|
|
.Pp
|
1998-04-29 13:49:10 +04:00
|
|
|
If the
|
1994-05-13 12:02:16 +04:00
|
|
|
.Cm flush
|
1998-04-29 13:49:10 +04:00
|
|
|
command is specified,
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
1994-05-13 12:02:16 +04:00
|
|
|
will ``flush'' the routing tables of all gateway entries.
|
1997-08-27 10:38:06 +04:00
|
|
|
When the address family is specified by any of the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl xns ,
|
1997-04-03 06:35:46 +04:00
|
|
|
.Fl atalk ,
|
1999-07-02 19:29:02 +04:00
|
|
|
.Fl inet ,
|
2011-07-03 13:15:20 +04:00
|
|
|
.Fl inet6 ,
|
1993-03-21 12:45:37 +03:00
|
|
|
or
|
2011-07-03 11:20:37 +04:00
|
|
|
.Fl mpls
|
1994-05-13 12:02:16 +04:00
|
|
|
modifiers, only routes having destinations with addresses in the
|
2002-02-08 16:32:32 +03:00
|
|
|
delineated family will be manipulated.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The other commands have the following syntax:
|
|
|
|
.Pp
|
|
|
|
.Bd -filled -offset indent -compact
|
2003-02-25 10:53:39 +03:00
|
|
|
.Nm
|
|
|
|
.Op Fl n
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar command
|
|
|
|
.Op Fl net No \&| Fl host
|
|
|
|
.Ar destination gateway
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
where
|
|
|
|
.Ar destination
|
1997-08-27 10:38:06 +04:00
|
|
|
is the destination host or network, and
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar gateway
|
1994-05-13 12:02:16 +04:00
|
|
|
is the next-hop intermediary via which packets should be routed.
|
|
|
|
Routes to a particular host may be distinguished from those to
|
|
|
|
a network by interpreting the Internet address specified as the
|
1997-08-27 10:38:06 +04:00
|
|
|
.Ar destination
|
|
|
|
argument.
|
1994-05-13 12:02:16 +04:00
|
|
|
The optional modifiers
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl net
|
|
|
|
and
|
|
|
|
.Fl host
|
|
|
|
force the destination to be interpreted as a network or a host, respectively.
|
1998-04-29 13:49:10 +04:00
|
|
|
Otherwise, if the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar destination
|
|
|
|
has a ``local address part'' of
|
1997-08-27 10:38:06 +04:00
|
|
|
.Dv INADDR_ANY ,
|
1993-03-21 12:45:37 +03:00
|
|
|
or if the
|
|
|
|
.Ar destination
|
|
|
|
is the symbolic name of a network, then the route is
|
|
|
|
assumed to be to a network; otherwise, it is presumed to be a
|
|
|
|
route to a host.
|
2003-06-03 08:41:42 +04:00
|
|
|
Optionally, the
|
|
|
|
.Ar destination
|
|
|
|
can also be specified in the
|
|
|
|
.Ar net Ns / Ns Ar bits
|
|
|
|
format.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
For example,
|
|
|
|
.Li 128.32
|
|
|
|
is interpreted as
|
|
|
|
.Fl host Li 128.0.0.32 ;
|
|
|
|
.Li 128.32.130
|
|
|
|
is interpreted as
|
|
|
|
.Fl host Li 128.32.0.130 ;
|
|
|
|
.Fl net Li 128.32
|
|
|
|
is interpreted as
|
2001-06-05 16:44:43 +04:00
|
|
|
.Li 128.32.0.0 ;
|
1998-04-29 13:49:10 +04:00
|
|
|
and
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl net Li 128.32.130
|
|
|
|
is interpreted as
|
|
|
|
.Li 128.32.130.0 .
|
|
|
|
.Pp
|
2001-10-18 17:42:32 +04:00
|
|
|
The keyword
|
|
|
|
.Cm default
|
|
|
|
can be used as the
|
|
|
|
.Ar destination
|
|
|
|
to set up a default route to a smart
|
2001-11-16 15:08:49 +03:00
|
|
|
.Ar gateway .
|
2001-10-18 17:42:32 +04:00
|
|
|
If no other routes match, this default route will be used as a last resort.
|
|
|
|
.Pp
|
1994-05-13 12:02:16 +04:00
|
|
|
If the destination is directly reachable
|
|
|
|
via an interface requiring
|
1998-04-29 13:49:10 +04:00
|
|
|
no intermediary system to act as a gateway, the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl interface
|
|
|
|
modifier should be specified;
|
|
|
|
the gateway given is the address of this host on the common network,
|
|
|
|
indicating the interface to be used for transmission.
|
|
|
|
.Pp
|
|
|
|
The optional modifiers
|
|
|
|
.Fl xns ,
|
1997-04-03 06:35:46 +04:00
|
|
|
.Fl atalk ,
|
1993-03-21 12:45:37 +03:00
|
|
|
and
|
1998-04-29 13:49:10 +04:00
|
|
|
.Fl link
|
1993-03-21 12:45:37 +03:00
|
|
|
specify that all subsequent addresses are in the
|
1997-04-03 06:35:46 +04:00
|
|
|
.Tn XNS ,
|
|
|
|
or
|
|
|
|
.Tn AppleTalk
|
1993-03-21 12:45:37 +03:00
|
|
|
address families,
|
2011-06-17 03:35:35 +04:00
|
|
|
or are specified as link-level addresses in the form described in
|
|
|
|
.Xr link_addr 3 ,
|
1993-03-21 12:45:37 +03:00
|
|
|
and the names must be numeric specifications rather than
|
|
|
|
symbolic names.
|
|
|
|
.Pp
|
2013-07-24 10:28:10 +04:00
|
|
|
The optional modifier
|
2011-07-03 11:20:37 +04:00
|
|
|
.Fl tag
|
2013-10-07 09:06:45 +04:00
|
|
|
specifies an address associated with the route.
|
2013-07-24 10:28:10 +04:00
|
|
|
How the address is used is specific to the address family of
|
|
|
|
the destination and the interface used to forward the packet.
|
|
|
|
Currently route tags are consumed only by the
|
|
|
|
.Xr mpls 4
|
2013-10-07 09:06:45 +04:00
|
|
|
stack; therefore
|
2013-07-24 10:28:10 +04:00
|
|
|
.Nm
|
|
|
|
assumes that the subsequent addresses are in the
|
2011-07-03 11:20:37 +04:00
|
|
|
.Tn MPLS
|
|
|
|
address family.
|
|
|
|
See
|
2011-07-18 03:46:53 +04:00
|
|
|
.Xr mpls 4
|
2013-10-07 09:06:45 +04:00
|
|
|
for examples of setting routes involving MPLS.
|
2011-07-03 11:20:37 +04:00
|
|
|
.Pp
|
1993-03-21 12:45:37 +03:00
|
|
|
The optional
|
|
|
|
.Fl netmask
|
|
|
|
qualifier is intended
|
|
|
|
to achieve the effect of an
|
|
|
|
.Tn ESIS
|
1994-05-13 12:02:16 +04:00
|
|
|
redirect with the netmask option,
|
|
|
|
or to manually add subnet routes with
|
|
|
|
netmasks different from that of the implied network interface
|
|
|
|
(as would otherwise be communicated using the OSPF or ISIS routing protocols).
|
1993-03-21 12:45:37 +03:00
|
|
|
One specifies an additional ensuing address parameter
|
|
|
|
(to be interpreted as a network mask).
|
1997-08-27 10:38:06 +04:00
|
|
|
The implicit network mask generated in the
|
|
|
|
.Dv AF_INET
|
|
|
|
case
|
1993-03-21 12:45:37 +03:00
|
|
|
can be overridden by making sure this option follows the destination parameter.
|
1999-07-02 19:29:02 +04:00
|
|
|
.Fl prefixlen
|
2001-07-20 12:28:25 +04:00
|
|
|
is also available for similar purpose, in IPv4 and IPv6 case.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
1994-05-13 12:02:16 +04:00
|
|
|
Routes have associated flags which influence operation of the protocols
|
|
|
|
when sending to destinations matched by the routes.
|
|
|
|
These flags may be set (or sometimes cleared)
|
|
|
|
by indicating the following corresponding modifiers:
|
|
|
|
.Bd -literal
|
2010-05-12 21:56:13 +04:00
|
|
|
-cloning RTF_CLONING - generates a new route on use
|
|
|
|
-nocloning ~RTF_CLONING - stop generating new routes on use
|
|
|
|
-cloned RTF_CLONED - cloned route generated by RTF_CLONING
|
|
|
|
-nocloned ~RTF_CLONED - prevent removal with RTF_CLONING parent
|
|
|
|
-xresolve RTF_XRESOLVE - emit mesg on use (for external lookup)
|
|
|
|
-iface ~RTF_GATEWAY - destination is directly reachable
|
|
|
|
-static RTF_STATIC - manually added route
|
|
|
|
-nostatic ~RTF_STATIC - pretend route added by kernel or daemon
|
|
|
|
-reject RTF_REJECT - emit an ICMP unreachable when matched
|
|
|
|
-noreject ~RTF_REJECT - clear reject flag
|
|
|
|
-blackhole RTF_BLACKHOLE - silently discard pkts (during updates)
|
|
|
|
-noblackhole ~RTF_BLACKHOLE - clear blackhole flag
|
|
|
|
-proto1 RTF_PROTO1 - set protocol specific routing flag #1
|
|
|
|
-proto2 RTF_PROTO2 - set protocol specific routing flag #2
|
|
|
|
-llinfo RTF_LLINFO - validly translates proto addr to link addr
|
Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.
RTF_ANNOUNCE was defined as RTF_PROTO2. The flag is used to indicated
that host should act as a proxy for a link level arp or ndp request.
(If RTF_PROTO2 is used as an experimental flag (as advertised),
various problems can occur.)
This commit provides a first-class definition with its own bit for
RTF_ANNOUNCE, removes the old aliasing definitions, and adds support
for the new RTF_ANNOUNCE flag to netstat(8) and route(8).,
Also, remove unused RTF_ flags that collide with RTF_PROTO1:
netinet/icmp6.h defined RTF_PROBEMTU as RTF_PROTO1
netinet/if_inarp.h defined RTF_USETRAILERS as RTF_PROTO1
(Neither of these flags are used anywhere. Both have been removed
to reduce chances of collision with RTF_PROTO1.)
Figuring this out and the diff are the work of Beverly Schwartz of
BBN.
(Passed release build, boot in VM, with no apparently related atf
failures.)
Approved for Public Release, Distribution Unlimited
This material is based upon work supported by the Defense Advanced
Research Projects Agency and Space and Naval Warfare Systems Center,
Pacific, under Contract No. N66001-09-C-2073.
2011-11-11 19:09:32 +04:00
|
|
|
-proxy RTF_ANNOUNCE - make entry a link level proxy
|
1994-05-13 12:02:16 +04:00
|
|
|
.Ed
|
|
|
|
.Pp
|
1993-03-21 12:45:37 +03:00
|
|
|
The optional modifiers
|
|
|
|
.Fl rtt ,
|
|
|
|
.Fl rttvar ,
|
|
|
|
.Fl sendpipe ,
|
|
|
|
.Fl recvpipe ,
|
|
|
|
.Fl mtu ,
|
|
|
|
.Fl hopcount ,
|
|
|
|
.Fl expire ,
|
|
|
|
and
|
|
|
|
.Fl ssthresh
|
1994-05-13 12:02:16 +04:00
|
|
|
provide initial values to quantities maintained in the routing entry
|
|
|
|
by transport level protocols, such as TCP or TP4.
|
1993-03-21 12:45:37 +03:00
|
|
|
These may be individually locked by preceding each such modifier to
|
|
|
|
be locked by
|
|
|
|
the
|
|
|
|
.Fl lock
|
1998-04-29 13:49:10 +04:00
|
|
|
meta-modifier, or one can
|
1993-03-21 12:45:37 +03:00
|
|
|
specify that all ensuing metrics may be locked by the
|
|
|
|
.Fl lockrest
|
|
|
|
meta-modifier.
|
|
|
|
.Pp
|
|
|
|
In a
|
|
|
|
.Cm change
|
|
|
|
or
|
|
|
|
.Cm add
|
|
|
|
command where the destination and gateway are not sufficient to specify
|
2013-03-01 22:25:13 +04:00
|
|
|
the route the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl ifp
|
|
|
|
or
|
|
|
|
.Fl ifa
|
|
|
|
modifiers may be used to determine the interface or interface address.
|
|
|
|
.Pp
|
|
|
|
All symbolic names specified for a
|
|
|
|
.Ar destination
|
1998-04-29 13:49:10 +04:00
|
|
|
or
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar gateway
|
|
|
|
are looked up first as a host name using
|
|
|
|
.Xr gethostbyname 3 .
|
|
|
|
If this lookup fails,
|
|
|
|
.Xr getnetbyname 3
|
|
|
|
is then used to interpret the name as that of a network.
|
|
|
|
.Pp
|
1997-09-15 13:15:26 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
uses a routing socket and the new message types
|
1997-08-27 10:38:06 +04:00
|
|
|
.Dv RTM_ADD ,
|
|
|
|
.Dv RTM_DELETE ,
|
|
|
|
.Dv RTM_GET ,
|
1993-03-21 12:45:37 +03:00
|
|
|
and
|
1997-08-27 10:38:06 +04:00
|
|
|
.Dv RTM_CHANGE .
|
1993-03-21 12:45:37 +03:00
|
|
|
As such, only the super-user may modify
|
|
|
|
the routing tables.
|
2001-11-16 15:08:49 +03:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
The
|
|
|
|
.Nm
|
2002-10-03 19:41:44 +04:00
|
|
|
utility exits 0 on success, and \*[Gt]0 if an error occurs.
|
|
|
|
This includes the use of the
|
2001-11-16 15:08:49 +03:00
|
|
|
.Cm get
|
|
|
|
command to look up a route that is incomplete.
|
2001-04-27 23:33:06 +04:00
|
|
|
.Sh EXAMPLES
|
|
|
|
This sets the default route to 192.168.0.1:
|
|
|
|
.Dl route add default 192.168.0.1
|
2001-06-05 16:44:43 +04:00
|
|
|
This shows all routes, without DNS resolution (this is useful if the
|
2001-04-27 23:33:06 +04:00
|
|
|
DNS is not available):
|
|
|
|
.Dl route -n show
|
2001-06-05 16:44:43 +04:00
|
|
|
To install a static route through 10.200.0.1 to reach the network
|
2001-04-27 23:33:06 +04:00
|
|
|
192.168.1.0/28, use this:
|
2003-10-02 04:09:06 +04:00
|
|
|
.Dl route add -net 192.168.1.0 -netmask 255.255.255.240 10.200.0.1
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Sy "add [host \&| network ] %s: gateway %s flags %x"
|
1998-04-29 13:49:10 +04:00
|
|
|
The specified route is being added to the tables.
|
|
|
|
The values printed are from the routing table entry supplied in the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr ioctl 2
|
|
|
|
call.
|
|
|
|
If the gateway address used was not the primary address of the gateway
|
|
|
|
(the first one returned by
|
|
|
|
.Xr gethostbyname 3 ) ,
|
|
|
|
the gateway address is printed numerically as well as symbolically.
|
1999-03-04 06:03:15 +03:00
|
|
|
.It Sy "delete [ host \&| network ] %s: gateway %s flags %x"
|
1993-03-21 12:45:37 +03:00
|
|
|
As above, but when deleting an entry.
|
|
|
|
.It Sy "%s %s done"
|
1998-04-29 13:49:10 +04:00
|
|
|
When the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Cm flush
|
|
|
|
command is specified, each routing table entry deleted
|
|
|
|
is indicated with a message of this form.
|
|
|
|
.It Sy "Network is unreachable"
|
|
|
|
An attempt to add a route failed because the gateway listed was not
|
|
|
|
on a directly-connected network.
|
|
|
|
The next-hop gateway must be given.
|
|
|
|
.It Sy "not in table"
|
|
|
|
A delete operation was attempted for an entry which
|
|
|
|
wasn't present in the tables.
|
|
|
|
.It Sy "routing table overflow"
|
|
|
|
An add operation was attempted, but the system was
|
|
|
|
low on resources and was unable to allocate memory
|
|
|
|
to create the new entry.
|
1997-02-23 00:22:24 +03:00
|
|
|
.It Sy "Permission denied"
|
1998-04-29 13:49:10 +04:00
|
|
|
The attempted operation is privileged.
|
|
|
|
Only root may modify the routing tables.
|
|
|
|
These privileges are enforced by the kernel.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
2011-07-03 11:20:37 +04:00
|
|
|
.Xr mpls 4 ,
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr netintro 4 ,
|
|
|
|
.Xr route 4 ,
|
2001-11-16 15:08:49 +03:00
|
|
|
.Xr routed 8 ,
|
|
|
|
.Xr sysctl 8
|
1997-07-10 08:14:32 +04:00
|
|
|
.\" .Xr XNSrouted 8
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
|
|
|
.Bx 4.2 .
|
1999-07-17 10:51:27 +04:00
|
|
|
IPv6 support was added by WIDE/KAME project.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh BUGS
|
|
|
|
The first paragraph may have slightly exaggerated
|
1997-07-10 08:14:32 +04:00
|
|
|
.Xr routed 8 Ns 's
|
1993-03-21 12:45:37 +03:00
|
|
|
abilities.
|
1999-07-02 19:29:02 +04:00
|
|
|
.Pp
|
|
|
|
Some uses of the
|
|
|
|
.Fl ifa
|
|
|
|
or
|
|
|
|
.Fl ifp
|
|
|
|
modifiers with the add command will incorrectly fail with a
|
|
|
|
.Dq Network is unreachable
|
|
|
|
message if there is no default route.
|
|
|
|
See case
|
|
|
|
.Dv RTM_ADD
|
|
|
|
in
|
|
|
|
.Pa sys/net/rtsock.c:route_output
|
|
|
|
for details.
|