]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/routed/routed.8
This commit was generated by cvs2svn to compensate for changes in r37074,
[FreeBSD/FreeBSD.git] / sbin / routed / routed.8
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)routed.8    8.2 (Berkeley) 12/11/93
33 .\"     $Id: routed.8,v 1.9 1997/03/12 13:22:17 mpp Exp $
34 .\"
35 .Dd June 1, 1996
36 .Dt ROUTED 8
37 .Os BSD 4.4
38 .Sh NAME
39 .Nm routed
40 .Nd network RIP and router discovery routing daemon
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl sqdghmAt
44 .Op Fl T Ar tracefile
45 .Oo
46 .Fl F
47 .Ar net Ns Op /mask Ns Op ,metric
48 .Oc
49 .Op Fl P Ar parms
50 .Sh DESCRIPTION
51 .Nm Routed
52 is a dameon invoked at boot time to manage the network
53 routing tables.
54 It uses Routing Information Protocol, RIPv1 (RFC\ 1058),
55 RIPv2 (RFC\ 1723),
56 and Internet Router Discovery Protocol (RFC 1256)
57 to maintain the kernel routing table.
58 The RIPv1 protocol is based on the reference 4.3BSD daemon.
59 .Pp
60 It listens on the
61 .Xr udp 4
62 socket for the
63 .Xr route 8
64 service (see
65 .Xr services 5 )
66 for Routing Information Protocol packets.
67 It also sends and receives multicast Router Discovery ICMP messages.
68 If the host is a router,
69 .Nm
70 periodically supplies copies
71 of its routing tables to any directly connected hosts and networks.
72 It also advertise or solicits default routes using Router Discovery
73 ICMP messages.
74 .Pp
75 When started (or when a network interface is later turned on),
76 .Nm
77 uses an AF_ROUTE address family facility to find those
78 directly connected interfaces configured into the
79 system and marked "up".
80 It adds necessary routes for the interfaces
81 to the kernel routing table.
82 Soon after being first started, and provided there is at least one
83 interface on which RIP has not been disabled,
84 .Nm
85 deletes all pre-existing
86 non-static routes in kernel table.
87 Static routes in the kernel table are preserved and
88 included in RIP responses if they have a valid RIP metric
89 (see
90 .Xr route 8 ).
91 .Pp
92 If more than one interface is present (not counting the loopback interface),
93 it is assumed that the host should forward packets among the
94 connected networks.
95 After transmitting a RIP
96 .Em request
97 and
98 Router Discovery Advertisements or Solicitations on a new interface,
99 the daemon enters a loop, listening for
100 RIP request and response and Router Discovery packets from other hosts.
101 .Pp
102 When a
103 .Em request
104 packet is received,
105 .Nm
106 formulates a reply based on the information maintained in its
107 internal tables.
108 The
109 .Em response
110 packet generated contains a list of known routes, each marked
111 with a "hop count" metric (a count of 16 or greater is
112 considered "infinite").
113 Advertised metrics reflect the metric associated with interface
114 (see
115 .Xr ifconfig 8 ),
116 so setting the metric on an interface
117 is an effective way to steer traffic.
118 .Pp
119 Responses do not contain routes with a first hop on the requesting
120 network to implement in part
121 .Em split-horizon .
122 Requests from query programs
123 such as
124 .Xr rtquery 8
125 are answered with the complete table.
126 .Pp
127 The routing table maintained by the daemon
128 includes space for several gateways for each destination
129 to speed recovery from a failing router.
130 RIP
131 .Em response
132 packets received are used to update the routing tables provided they are
133 from one of the several currently recognized gateways or
134 advertise a better metric than at least one of the existing
135 gateways.
136 .Pp
137 When an update is applied,
138 .Nm
139 records the change in its own tables and updates the kernel routing table
140 if the best route to the destination changes.
141 The change in the kernel routing table is reflected in the next batch of
142 .Em response
143 packets sent.
144 If the next response is not scheduled for a while, a
145 .Em flash update
146 response containing only recently changed routes is sent.
147 .Pp
148 In addition to processing incoming packets,
149 .Nm
150 also periodically checks the routing table entries.
151 If an entry has not been updated for 3 minutes, the entry's metric
152 is set to infinity and marked for deletion.
153 Deletions are delayed until the route has been advertised with
154 an infinite metric to insure the invalidation
155 is propagated throughout the local internet.
156 This is a form of
157 .Em poison reverse .
158 .Pp
159 Routes in the kernel table that are added or changed as a result
160 of ICMP Redirect messages are deleted after a while to minimize
161 .Em black-holes .
162 When a TCP connection suffers a timeout,
163 the kernel tells
164 .Nm routed ,
165 which deletes all redirected routes
166 through the gateway involved, advances the age of all RIP routes through
167 the gateway to allow an alternate to be chosen, and advances of the
168 age of any relevant Router Discovery Protocol default routes.
169 .Pp
170 Hosts acting as internetwork routers gratuitously supply their
171 routing tables every 30 seconds to all directly connected hosts
172 and networks.
173 These RIP responses are sent to the broadcast address on nets that support
174 broadcasting,
175 to the destination address on point-to-point links, and to the router's
176 own address on other networks.
177 If RIPv2 is enabled, multicast packets are sent on interfaces that
178 support multicasting.
179 .Pp
180 If no response is received on a remote interface, if there are errors
181 while sending responses,
182 or if there are more errors than input or output (see
183 .Xr netstat 8 ),
184 then the cable or some other part of the interface is assumed to be
185 disconnected or broken, and routes are adjusted appropriately.
186 .Pp
187 The
188 .Em Internet Router Discovery Protocol
189 is handled similarly.
190 When the daemon is supplying RIP routes, it also listens for
191 Router Discovery Solicitations and sends Advertisements.
192 When it is quiet and only listening to other RIP routers, it
193 sends Solicitations and listens for Advertisements.
194 If it receives
195 a good Advertisement, it stops listening for broadcast or multicast
196 RIP responses.
197 It tracks several advertising routers to speed recovery when the
198 currently chosen router dies.
199 If all discovered routers disappear,
200 the daemon resumes listening to RIP responses.
201 .Pp
202 The Router Discovery standard requires that advertisements
203 have a default "lifetime" of 30 minutes.  That means should
204 something happen, a client can be without a good route for
205 30 minutes.  It is a good idea to reduce the default to 45
206 seconds using
207 .Fl P Cm rdisc_interval=45
208 on the command line or
209 .Cm rdisc_interval=45
210 in the
211 .Pa /etc/gateways
212 file.
213 .Pp
214 While using Router Discovery (which happens by default when
215 the system has a single network interface and a Router Discover Advertisement
216 is received), there is a single default route and a variable number of
217 redirected host routes in the kernel table.
218 On a host with more than one network interface,
219 this default route will be via only one of the interfaces.
220 Thus, multi-homed hosts running with
221 .Fl q
222 might need
223 .Cm no_rdisc
224 described below.
225 .Pp
226 See the
227 .Cm pm_rdisc
228 facility described below to support "legacy" systems
229 that can handle neither RIPv2 nor Router Discovery.
230 .Pp
231 By default, neither Router Discovery advertisements nor solicitations
232 are sent over point to point links (e.g. PPP).
233 The netmask associated with point-to-point links (such as SLIP
234 or PPP, with the IFF_POINTOPOINT flag) is used by
235 .Nm routed
236 to infer the netmask used by the remote system when RIPv1 is used.
237 .Pp
238 Options supported by
239 .Nm routed :
240 .Bl -tag -width Ds
241 .It Fl s
242 this option forces
243 .Nm
244 to supply routing information.
245 This is the default if multiple network interfaces are present on which
246 RIP or Router Discovery have not been disabled, and if the kernel switch
247 ipforwarding=1.
248 .It Fl q
249 is the opposite of the
250 .Fl s
251 option.
252 This is the default when only one interface is present.
253 .It Fl d
254 Do not run in the background.
255 This option is meant for interactive use.
256 .It Fl g
257 This flag is used on internetwork routers to offer a route
258 to the "default" destination.
259 It is equivalent to
260 .Fl F
261 .Cm 0/0,1
262 and is present mostly for historical reasons.
263 A better choice is
264 .Fl P Cm pm_rdisc
265 on the command line or
266 .Cm pm_rdisc
267 in the
268 .Pa /etc/gateways
269 file.
270 since a larger metric
271 will be used, reducing the spread of the potentially dangerous
272 default route.
273 This is typically used on a gateway to the Internet,
274 or on a gateway that uses another routing protocol whose routes
275 are not reported to other local routers.
276 Notice that because a metric of 1 is used, this feature is
277 dangerous.  It is more commonly accidentally used to create chaos with routing
278 loop than to solve problems.
279 .It Fl h
280 This causes host or point-to-point routes to not be advertised,
281 provided there is a network route going the same direction.
282 That is a limited kind of aggregation.
283 This option is useful on gateways to ethernets that have other gateway
284 machines connected with point-to-point links such as SLIP.
285 .It Fl m
286 This causes the machine to advertise a host or point-to-point route to
287 its primary interface.
288 It is useful on multi-homed machines such as NFS servers.
289 This option should not be used except when the cost of
290 the host routes it generates is justified by the popularity of
291 the server.
292 It is effective only when the machine is supplying
293 routing information, because there is more than one interface.
294 The
295 .Fl m
296 option overrides the
297 .Fl q
298 option to the limited extent of advertising the host route.
299 .It Fl A
300 do not ignore RIPv2 authentication if we do not care about RIPv2
301 authentication.
302 This option is required for conformance with RFC 1723.
303 However, it makes no sense and breaks using RIP as a discovery protocol
304 to ignore all RIPv2 packets that carry authentication when this machine
305 does not care about authentication.
306 .It Fl T Ar tracefile
307 increases the debugging level to at least 1 and
308 causes debugging information to be appended to the trace file.
309 Note that because of security concerns, it is wisest to not run
310 .Nm routed
311 routinely with tracing directed to a file.
312 .It Fl t
313 increases the debugging level, which causes more information to be logged
314 on the tracefile specified with
315 .Fl T
316 or standard out.
317 The debugging level can be increased or decreased
318 with the
319 .Em SIGUSR1
320 or
321 .Em SIGUSR2
322 signals or with the
323 .Xr rtquery 8
324 command.
325 .It Fl F Ar net[/mask][,metric]
326 minimize routes in transmissions via interfaces with addresses that match
327 .Em net/mask ,
328 and synthesizes a default route to this machine with the
329 .Em metric .
330 The intent is to reduce RIP traffic on slow, point-to-point links
331 such as PPP links by replacing many large UDP packets of RIP information
332 with a single, small packet containing a "fake" default route.
333 If
334 .Em metric
335 is absent, a value of 14 is assumed to limit
336 the spread of the "fake" default route.
337
338 This is a dangerous feature that when used carelessly can cause routing
339 loops.
340 Notice also that more than one interface can match the specified network
341 number and mask.
342 See also
343 .Fl g .
344 .It Fl P Ar parms
345 is equivalent to adding the parameter
346 line
347 .Em parms
348 to the
349 .Pa /etc/gateways
350 file.
351 .El
352 .Pp
353 Any other argument supplied is interpreted as the name
354 of a file in which the actions of
355 .Nm
356 should be logged.
357 It is better to use
358 .Fl T
359 instead of
360 appending the name of the trace file to the command.
361 .Pp
362 .Nm
363 also supports the notion of
364 "distant"
365 .Em passive
366 or
367 .Em active
368 gateways.
369 When
370 .Nm
371 is started, it reads the file
372 .Pa /etc/gateways
373 to find such distant gateways which may not be located using
374 only information from a routing socket, to discover if some
375 of the local gateways are
376 .Em passive ,
377 and to obtain other parameters.
378 Gateways specified in this manner should be marked passive
379 if they are not expected to exchange routing information,
380 while gateways marked active
381 should be willing to exchange RIP packets.
382 Routes through
383 .Em passive
384 gateways are installed in the
385 kernel's routing tables once upon startup and are not included in
386 transmitted RIP responses.
387 .Pp
388 Distant active gateways are treated like network interfaces.
389 RIP responses are sent
390 to the distant
391 .Em active
392 gateway.
393 If no responses are received, the associated route is deleted from
394 the kernel table and RIP responses advertised via other interfaces.
395 If the distant gateway resumes sending RIP responses, the associated
396 route is restored.
397 .Pp
398 Such gateways can be useful on media that do not support broadcasts
399 or multicasts but otherwise act like classic shared media like
400 Ethernets such as some ATM networks.
401 One can list all RIP routers reachable on the ATM network in
402 .Pa /etc/gateways
403 with a series of
404 "host" lines.
405 .Pp
406 Gateways marked
407 .Em external
408 are also passive, but are not placed in the kernel
409 routing table nor are they included in routing updates.
410 The function of external entries is to indicate
411 that another routing process
412 will install such a route if necessary,
413 and that alternate routes to that destination should not be installed
414 by
415 .Nm routed .
416 Such entries are only required when both routers may learn of routes
417 to the same destination.
418 .Pp
419 The
420 .Pa /etc/gateways
421 file is comprised of a series of lines, each in
422 one of the following formats or consist of parameters described below:
423 .Pp
424 .Bd -ragged
425 .Cm net
426 .Ar Nname[/mask]
427 .Cm gateway
428 .Ar Gname
429 .Cm metric
430 .Ar value
431 .Pf < Cm passive No \&|
432 .Cm active No \&|
433 .Cm extern Ns >
434 .Ed
435 .Bd -ragged
436 .Cm host
437 .Ar Hname
438 .Cm gateway
439 .Ar Gname
440 .Cm metric
441 .Ar value
442 .Pf < Cm passive No \&|
443 .Cm active No \&|
444 .Cm extern Ns >
445 .Ed
446 .Pp
447 .Ar Nname
448 or
449 .Ar Hname
450 is the name of the destination network or host.
451 It may be a symbolic network name or an Internet address
452 specified in "dot" notation (see
453 .Xr inet 3 ).
454 (If it is a name, then it must either be defined in
455 .Pa /etc/networks
456 or
457 .Pa /etc/hosts ,
458 or
459 .Xr named 8 ,
460 must have been started before
461 .Nm routed Ns .)
462 .Pp
463 .Ar mask
464 is an optional number between 1 and 32 indicating the netmask associated
465 with
466 .Ar Nname .
467 .Pp
468 .Ar Gname
469 is the name or address of the gateway to which RIP responses should
470 be forwarded.
471 .Pp
472 .Ar Value
473 is the hop count to the destination host or network.
474 .Ar " host hname "
475 is equivalent to
476 .Ar " net  nname/32 ".
477 .Pp
478 One of the keywords
479 .Cm passive ,
480 .Cm active
481 or
482 .Cm external
483 must be present to indicate whether the gateway should be treated as
484 .Cm passive
485 or
486 .Cm active
487 (as described above),
488 or whether the gateway is
489 .Cm external
490 to the scope of the RIP protocol.
491 .Pp
492 Lines that start with neither "net" nor "host" must consist of one
493 or more of the following parameter settings, separated by commas or
494 blanks:
495 .Bl -tag -width Ds
496 .It Cm if Ns \&= Ns Ar ifname
497 indicates that the other parameters on the line apply to the interface
498 name
499 .Ar ifname .
500 .It Cm subnet Ns \&= Ns Ar nname[/mask][,metric]
501 advertises a route to network
502 .Ar nname
503 with mask
504 .Ar mask
505 and the supplied metric (default 1).
506 This is useful for filling "holes" in CIDR allocations.
507 This parameter must appear by itself on a line.
508 .Pp
509 Do not use this feature unless necessary.  It is dangerous.
510 .It Cm passwd Ns \&= Ns Ar XXX
511 specifies a RIPv2 password that will be included on all RIPv2
512 responses sent and checked on all RIPv2 responses received.
513 The password must not contain any blanks, tab characters, commas
514 or '#' characters.
515 .It Cm passwd Ns \&= Ns Ar XXX1[|KeyID[start|stop]]
516 specifies a RIPv2 cleartext password that will be included on
517 all RIPv2 responses sent, and checked on all RIPv2 responses received.
518 Any blanks, tab characters, commas, or '#', '|', or NULL characters in the
519 password must be escaped with a backslash (\\).
520 The common escape sequences \\n, \\r, \\t, \\b, and \\xxx have their
521 usual meanings.
522 The
523 .Cm KeyID
524 must be unique but is ignored for cleartext passwords.
525 If present,
526 .Cm start
527 and
528 .Cm stop
529 are timestamps in the form year/month/day@hour:minute.
530 They specify when the password is valid.
531 The valid password with the most future is used on output packets, unless
532 all passwords have expired, in which case the password that expired most
533 recently is used, or unless no passwords are valid yet, in which case
534 no password is output.
535 Incoming packets can carry any password that is valid, will
536 be valid within 24 hours, or that was valid within 24 hours.
537 .It Cm md5_passwd Ns \&= Ns Ar XXX1|KeyID[start|stop]
538 specifes a RIPv2 MD5 password.
539 Except that a
540 .Cm KeyID
541 is required, this keyword is similar to
542 .Cm passwd .
543 To protect the secrets, this parameter setting is valid only in the
544 .Pa /etc/gateways
545 file and only when that file is readable only by UID 0.
546 .It Cm no_ag
547 turns off aggregation of subnets in RIPv1 and RIPv2 responses.
548 .It Cm no_super_ag
549 turns off aggregation of networks into supernets in RIPv2 responses.
550 .It Cm passive
551 marks the interface to not be advertised in updates sent via other
552 interfaces, and turns off all RIP and router discovery through the interface.
553 .It Cm no_rip
554 disables all RIP processing on the specified interface.
555 If no interfaces are allowed to process RIP packets,
556 .Nm
557 acts purely as a router discovery daemon.
558 .Pp
559 Note that turning off RIP without explicitly turning on router
560 discovery advertisements with
561 .Cm rdisc_adv
562 or
563 .Fl s
564 causes
565 .Nm routed
566 to act as a client router discovery daemon, not advertising.
567 .It Cm no_ripv1_in
568 causes RIPv1 received responses to be ignored.
569 .It Cm no_ripv2_in
570 causes RIPv2 received responses to be ignored.
571 .It Cm ripv2_out
572 turns off RIPv1 output and causes RIPv2 advertisements to be
573 multicast when possible.
574 .It Cm ripv2
575 is equivalent to
576 .Cm no_ripv1_in
577 and
578 .Cm no_ripv1_out .
579 .It Cm no_rdisc
580 disables the Internet Router Discovery Protocol.
581 .It Cm no_solicit
582 disables the transmission of Router Discovery Solicitations.
583 .It Cm send_solicit
584 specifies that Router Discovery solicitations should be sent,
585 even on point-to-point links,
586 which by default only listen to Router Discovery messages.
587 .It Cm no_rdisc_adv
588 disables the transmission of Router Discovery Advertisements
589 .It Cm rdisc_adv
590 specifies that Router Discovery Advertisements should be sent,
591 even on point-to-point links,
592 which by default only listen to Router Discovery messages
593 .It Cm bcast_rdisc
594 specifies that Router Discovery packets should be broadcast instead of
595 multicast.
596 .It Cm rdisc_pref Ns \&= Ns Ar N
597 sets the preference in Router Discovery Advertisements to the integer
598 .Ar N .
599 .It Cm rdisc_interval Ns \&= Ns Ar N
600 sets the nominal interval with which Router Discovery Advertisements
601 are transmitted to N seconds and their lifetime to 3*N.
602 .It Cm fake_default Ns \&= Ns Ar metric
603 has an identical effect to
604 .Fl F Ar net[/mask][=metric]
605 with the network and mask coming from the sepcified interface.
606 .It Cm pm_rdisc
607 is similar to
608 .Cm fake_default .
609 When RIPv2 routes are multicast, so that RIPv1 listeners cannot
610 receive them, this feature causes a RIPv1 default route to be
611 broadcast to RIPv1 listeners.
612 Unless modified with
613 .Cm fake_default ,
614 the default route is broadcast with a metric of 14.
615 That serves as a "poor man's router discovery" protocol.
616 .It Cm trust_gateway Ns \&= Ns Ar rname
617 causes RIP packets from that router and other routers named in
618 other
619 .Cm trust_gateway
620 keywords to be accept, and packets from other routers to be ignored.
621 .It Cm redirect_ok
622 causes RIP to allow ICMP Redirect messages when the system is acting
623 as a router and forwarding packets.
624 Otherwise, ICMP Redirect messages are are overridden.
625 .El
626 .Pp
627 .Sh FILES
628 .Bl -tag -width /etc/gateways -compact
629 .It Pa /etc/gateways
630 for distant gateways
631 .El
632 .Sh SEE ALSO
633 .Xr icmp 4 ,
634 .Xr udp 4 ,
635 .Xr gated 8 ,
636 .Xr rtquery 8 .
637 .Rs
638 .%T Internet Transport Protocols
639 .%R XSIS 028112
640 .%Q Xerox System Integration Standard
641 .Re
642 .Sh BUGS
643 It does not always detect unidirectional failures in network interfaces
644 (e.g., when the output side fails).
645 .Sh HISTORY
646 The
647 .Nm
648 command appeared in
649 .Bx 4.2 .