⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 route.8

📁 早期freebsd实现
💻 8
字号:
.\" Copyright (c) 1983, 1991, 1993.\"	The Regents of the University of California.  All rights reserved..\".\" 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..\" 3. All advertising materials mentioning features or use of this software.\"    must display the following acknowledgement:.\"	This product includes software developed by the University of.\"	California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\"    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..\".\"     @(#)route.8	8.3 (Berkeley) 3/19/94.\".Dd March 19, 1994.Dt ROUTE 8.Os BSD 4.4.Sh NAME.Nm route.Nd manually manipulate the routing tables..Sh SYNOPSIS.Nm route.Op Fl nqv.Ar command.Oo.Op Ar modifiers.Ar args.Oc.Sh DESCRIPTION.Nm Routeis a utility used to manually manipulate the networkrouting tables.  It normally is not needed, as asystem routing table management daemon such as.Xr routed 8 ,should tend to this task..PpThe.Nm route :utility supports a limited number of general options,but a rich command language, enabling the user to specifyany arbitrary request that could be delivered via theprogrammatic interface discussed in .Xr route 4 ..Pp.Bl -tag -width Ds.It Fl nBypasses attempts to print host and network names symbolicallywhen reporting actions.  (The process of translating between symbolicnames and numerical equivalents can be quite time consuming, andmay require correct operation of the network; thus it may be expedientto forgo this, especially when attempting to repair networking operations),.It Fl v(verbose) Print additional details..It Fl qSuppress all output..El.PpThe.Nm route :utility provides six commands:.Pp.Bl -tag -width Fl -compact.It Cm addAdd a route..It Cm flushRemove all routes..It Cm deleteDelete a specific route..It Cm changeChange aspects of a route (such as its gateway)..It Cm getLookup and display the route for a destination..It Cm monitorContinuously report any changes to the routing information base,routing lookup misses, or suspected network partitionings..El.PpThe monitor command has the syntax.Pp.Bd -filled -offset indent -compact.Nm route Op Fl n.Cm monitor.Ed.PpThe flush command has the syntax.Pp.Bd -filled -offset indent -compact.Nm route Op Fl n.Cm flush.Op Ar family.Ed.PpIf the .Cm flushcommand is specified, .Nm routewill ``flush'' the routing tables of all gateway entries.When the address family may is specified by any of the.Fl osi ,.Fl xns ,or.Fl inetmodifiers, only routes having destinations with addresses in thedelineated family will be deleted..PpThe other commands have the following syntax:.Pp.Bd -filled -offset indent -compact.Nm route Op Fl n.Ar command.Op Fl net No \&| Fl host.Ar destination gateway.Ed.Ppwhere.Ar destinationis the destination host or network,.Ar gatewayis the next-hop intermediary via which packets should be routed.Routes to a particular host may be distinguished from those toa network by interpreting the Internet address specified as the.Ar destination argument.The optional modifiers.Fl netand.Fl hostforce the destination to be interpreted as a network or a host, respectively.Otherwise, if the .Ar destinationhas a ``local address part'' ofINADDR_ANY ,or if the.Ar destinationis the symbolic name of a network, then the route isassumed to be to a network; otherwise, it is presumed to be aroute to a host..PpFor example,.Li 128.32is interpreted as.Fl host Li 128.0.0.32 ;.Li 128.32.130is interpreted as.Fl host Li 128.32.0.130 ;.Fl net Li 128.32is interpreted as.Li 128.32.0.0;and .Fl net Li 128.32.130is interpreted as.Li 128.32.130.0 ..PpIf the destination is directly reachablevia an interface requiringno intermediary system to act as a gateway, the .Fl interfacemodifier should be specified;the gateway given is the address of this host on the common network,indicating the interface to be used for transmission..PpThe optional modifiers.Fl xns ,.Fl osi ,and.Fl link specify that all subsequent addresses are in the.Tn XNS.Tn OSIaddress families,or are specified as link-level addresses,and the names must be numeric specifications rather thansymbolic names..PpThe optional.Fl netmaskqualifier is intendedto achieve the effect of an.Tn OSI.Tn ESISredirect with the netmask option,or to manually add subnet routes withnetmasks different from that of the implied network interface(as would otherwise be communicated using the OSPF or ISIS routing protocols).One specifies an additional ensuing address parameter(to be interpreted as a network mask).The implicit network mask generated in the AF_INET casecan be overridden by making sure this option follows the destination parameter..PpRoutes have associated flags which influence operation of the protocolswhen sending to destinations matched by the routes.These flags may be set (or sometimes cleared)by indicating the following corresponding modifiers:.Bd -literal-cloning   RTF_CLONING    - generates a new route on use-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-blackhole RTF_BLACKHOLE  - silently discard pkts (during updates)-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.Ed.PpThe optional modifiers.Fl rtt ,.Fl rttvar ,.Fl sendpipe ,.Fl recvpipe ,.Fl mtu ,.Fl hopcount ,.Fl expire ,and.Fl ssthreshprovide initial values to quantities maintained in the routing entryby transport level protocols, such as TCP or TP4.These may be individually locked by preceding each such modifier tobe locked bythe.Fl lockmeta-modifier, or one can specify that all ensuing metrics may be locked by the.Fl lockrestmeta-modifier..PpIn a.Cm changeor.Cm addcommand where the destination and gateway are not sufficient to specifythe route (as in the.Tn ISOcase where several interfaces may have thesame address), the.Fl ifpor.Fl ifamodifiers may be used to determine the interface or interface address..PpAll symbolic names specified for a.Ar destinationor .Ar gatewayare looked up first as a host name using.Xr gethostbyname 3 .If this lookup fails,.Xr getnetbyname 3is then used to interpret the name as that of a network..Pp.Nm Routeuses a routing socket and the new message typesRTM_ADD,RTM_DELETE,RTM_GET,andRTM_CHANGE.As such, only the super-user may modifythe routing tables..Sh DIAGNOSTICS.Bl -tag -width Ds.It Sy "add [host \&| network ] %s: gateway %s flags %x"The specified route is being added to the tables.  Thevalues printed are from the routing table entry suppliedin the .Xr ioctl 2call.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..It Sy "delete [ host &| network ] %s: gateway %s flags %x" As above, but when deleting an entry..It Sy "%s %s done"When the .Cm flushcommand is specified, each routing table entry deletedis indicated with a message of this form..It Sy "Network is unreachable"An attempt to add a route failed because the gateway listed was noton a directly-connected network.The next-hop gateway must be given..It Sy "not in table"A delete operation was attempted for an entry whichwasn't present in the tables..It Sy "routing table overflow"An add operation was attempted, but the system waslow on resources and was unable to allocate memoryto create the new entry..El.Sh SEE ALSO.Xr netintro 4 ,.Xr route 4 ,.Xr esis 4 ,.Xr routed 8 ,.Xr XNSrouted 8.Sh HISTORYThe.Nmcommand appeared in.Bx 4.2 ..Sh BUGSThe first paragraph may have slightly exaggerated.Xr routed Ns 'sabilities.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -