diff -ruN ipxripd-0.8/ipxd.8 ipxripd-0.8.my/ipxd.8 --- ipxripd-0.8/ipxd.8 Fri Feb 9 19:56:14 1996 +++ ipxripd-0.8.my/ipxd.8 Thu Jun 6 12:07:05 2002 @@ -1,8 +1,8 @@ -.TH IPXD 8 "IPX Utilities" "Volker Lendecke" +.TH IPXRIPD 8 "IPX Utilities" "Volker Lendecke" .SH NAME -ipxd \- IPX RIP/SAP daemon program +ipxripd \- IPX RIP/SAP daemon program .SH SYNOPSIS -.B ipxd +.B ipxripd [ .B -d ] [ @@ -17,16 +17,16 @@ .SH DESCRIPTION The IPX RIP/SAP daemon -.B ipxd +.B ipxripd is invoked at boot time to manage the kernel IPX routing tables. -When ipxd is started, it scans the file /proc/net/ipx_interfaces to +When ipxripd is started, it scans the file /proc/net/ipx_interfaces to find the ipx networks the computer is directly connected to. It sends the RIP and SAP response and request packets required by the IPX router specification v1.20 to the interfaces it found, so that an initial RIP and SAP table can be built. -During normal operation, ipxd listens on the RIP and SAP ports of each +During normal operation, ipxripd listens on the RIP and SAP ports of each directly connected interface for broadcasts that other routers on the network send out, as well as requests issued by workstations. This way the full router functionality required by the IPX router specification @@ -42,7 +42,7 @@ .RS 3 With option .B -d, -ipxd does not daemonize itself and logs the IPX traffic it receives +ipxripd does not daemonize itself and logs the IPX traffic it receives and sends out to the log file. .RE @@ -50,17 +50,17 @@ .RS 3 With option .B -p, -ipxd works in passive mode. This means it does not output any response +ipxripd works in passive mode. This means it does not output any response on the net. It does not broadcast its internal tables, and does not answer requests. This makes it suitable for use in a normal IPX -workstation, which should not act as a router. By starting ipxd in +workstation, which should not act as a router. By starting ipxripd in passive mode, the kernel routing tables are kept up to date. This means that utilities like slist or nprint do not have to run suid root, to be able to add IPX routing table entries. -It is not possible to use ipxd in passive mode when you have an +It is not possible to use ipxripd in passive mode when you have an internal net, because other IPX nodes must know how to reach the -internal net. They can only know it if ipxd tells them where the +internal net. They can only know it if ipxripd tells them where the internal net is. .RE @@ -68,7 +68,7 @@ .B -l .I logfile .RS 3 -With this option you can tell ipxd where to put its log output. The +With this option you can tell ipxripd where to put its log output. The default is /dev/null. .RE