1IPXD(8) System Manager's Manual IPXD(8)
2
3
4
6 ipxd - IPX RIP/SAP daemon program
7
9 ipxd [ -d ] [ -p ] [ -l log_file ] [ -t ticks_file ]
10
11
13 The IPX RIP/SAP daemon ipxd is invoked at boot time to manage the ker‐
14 nel IPX routing tables.
15
16 When ipxd is started, it scans the file /proc/net/ipx_interfaces to
17 find the ipx networks the computer is directly connected to. It sends
18 the RIP and SAP response and request packets required by the IPX router
19 specification v1.20 to the interfaces it found, so that an initial RIP
20 and SAP table can be built.
21
22 During normal operation, ipxd listens on the RIP and SAP ports of each
23 directly connected interface for broadcasts that other routers on the
24 network send out, as well as requests issued by workstations. This way
25 the full router functionality required by the IPX router specification
26 v1.20 is hopefully implemented.
27
28 Every 30 seconds, as well as on request by a HUP signal, the file
29 /proc/net/ipx_interfaces is re-scanned. Changes in the network topology
30 are detected this way and broadcasted appropriately. This could eventu‐
31 ally make Linux a quite flexible IPX router.
32
33
35 -d
36 With option -d, ipxd does not daemonize itself and logs the IPX
37 traffic it receives and sends out to the log file.
38
39 -p
40 With option -p, ipxd works in passive mode. This means it does not
41 output any response on the net. It does not broadcast its internal
42 tables, and does not answer requests. This makes it suitable for use
43 in a normal IPX workstation, which should not act as a router. By
44 starting ipxd in passive mode, the kernel routing tables are kept up
45 to date. This means that utilities like slist or nprint do not have
46 to run suid root, to be able to add IPX routing table entries.
47
48 It is not possible to use ipxd in passive mode when you have an
49 internal net, because other IPX nodes must know how to reach the
50 internal net. They can only know it if ipxd tells them where the
51 internal net is.
52
53
54 -l logfile
55 With this option you can tell ipxd where to put its log output. The
56 default is /dev/null.
57
58 -t ticks_file
59 With this option you can override the default file name for the
60 ticks file. The default is /etc/ipx_ticks. See ipx_ticks(5) for more
61 information.
62
63
65 /etc/ipx_ticks
66
67
69 ipx_ticks(5), ipx_interface(8)
70
71
73 Volker Lendecke <lendecke@namu01.gwdg.de>
74
75
76
77Volker Lendecke IPX Utilities IPXD(8)