irdpd.8
来自「minix操作系统最新版本(3.1.1)的源代码」· 8 代码 · 共 75 行
8
75 行
.TH IRDPD 8.SH NAMEirdpd \- internet router discovery protocol daemon.SH SYNOPSIS.B irdpd.RB [ \-bd ].RB [ \-U.IR udp-device ].RB [ \-I.IR ip-device ].RB [ \-o.IR priority-offset ].SH DESCRIPTION.B Irdpdlooks for routers. This should be a simple task, but some routers are hardto find because they do not implement the router discovery protocol. Thisdaemon collects information that routers do send out and makes it available..PPAt startup.B irdpdsends out several router solicitation broadcasts. A good router shouldrespond to this with a router advertisement..PPIf a router advertisement arrives then no more solicitations are sent. TheTCP/IP server has filled its routing table with the info from theadvertisement, so it now has at least one router. If the advertisement issent by a genuine router (the sender is in the table) then the.B irdpddaemon goes dormant for the time the advert is valid. Routers send newadverts periodically, keeping the daemon silent..PPOtherwise.B irdpdwill listen for RIP (Router Information Protocol) packets. These packetsare sent between routers to exchange routing information..B Irdpduses this information to build a routing table..PPEvery now and then a router advertisement is sent to the local host to giveit router information build from the RIP packets..SH OPTIONS.TP.B \-bBroadcast advertisements instead of sending them to the local host only.This may be used to keep (non-Minix) hosts alive on a net without adverts..TP.B \-dDebug mode, tell where info is coming from and where it is sent. Debuggingcan also be turned on at runtime by sending signal.B SIGUSR1or turned off with.BR SIGUSR2 ..TP.BI \-o " priority-offsetOffset used to make the gateway's preferences collected from RIP packets lookworse than those found in genuine router adverts. By default.BR -1024 ..SH "SEE ALSO".BR inet (8),.BR boot (8),.BR dhcpd (8),.BR inetd (8),.BR nonamed (8)..SH BUGSThis daemon has gone out of favour thanks to.BR dhcpd ,that also does router solicitations among other things..PPUnder standard MINIX 3 this daemon can't listen to both IRDP and RIPat the same time, so it starts out with IRDP. It switches over to RIPif it can't find a router, or if it threatens to lose its router. Itdoes not switch back..SH AUTHORKees J. Bot (kjb@cs.vu.nl)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?