1IPX_CONFIGURE(8) System Manager's Manual IPX_CONFIGURE(8)
2
3
4
6 ipx_configure - query/configure IPX behavior
7
9 ipx_configure [ --help | -h ] [ --auto_interface=on|off | -i on|off ] [
10 --auto_primary=on|off | -p on|off ]
11
13 ipx_configure queries or configures IPX behavior with respect to auto‐
14 matic IPX interface detection. IPX can be configured to automatically
15 create interfaces as they are detected. It can also be configured to
16 automatically select a primary interface when none is explicitly
17 selected. By default, it is configured to NOT have this behavior.
18 Without arguments, ipx_configure returns the current configuration
19 state. The behavior with arguments is described in the section
20 OPTIONS.
21
23 --auto_interface=on|off
24 -i on|off
25 This argument either turns on or off the behavior of automatically
26 creating interfaces.
27
28 --auto_primary=on|off
29 -p on|off
30 This argument either turns on or off the behavior of automatically
31 selecting a primary interface.
32
33 --help
34 -h
35 Print out information about utility.
36
37
39 /proc/net/ipx_interface
40
42 This functionality really belongs in ifconfig(8).
43
45 Greg Page <greg.page@caldera.com>
46
47
48
49Caldera, Inc. IPX Utilities IPX_CONFIGURE(8)