1IPX_INTERFACE(8) System Manager's Manual IPX_INTERFACE(8)
2
3
4
6 ipx_interface - add, delete, or display an IPX interface
7
9 ipx_interface add [-p] device frame_type [network number[:node number]]
10
11 ipx_interface del device frame_type
12
13 ipx_interface delall
14
15 ipx_interface check device frame_type
16
17 ipx_interface help
18
20 ipx_interface adds, deletes, or displays IPX interfaces depending on
21 the option selected.
22
23 An IPX interface is the item to which IPX sockets are bound. An IPX
24 interface corresponds to an IPX Network Number which corresponds to a
25 physical device and frame type. A sample IPX Interface would be:
26
27 Network Number: 0x00ABCDEF
28
29 Device: Eth0
30
31 Frame Type: 802.2.
32
33 There is a special IPX interface per host known as the PRIMARY or
34 default interface.
35
36 You should specify node number only if you really know, what you are
37 doing - on point-to-point devices, on loopback and on tap device if you
38 are running Compatibility mode driver.
39
40
41 OPTIONS
42 add This option is used to create an IPX interface. If the -p flag
43 is used, the interface is made PRIMARY. The network number can
44 be optionally assigned. If it is not assigned, it is set to 0
45 which indicates it should be detected from the traffic on the
46 network.
47
48 del This option is used to delete an IPX interface.
49
50 delall This option is used to delete all IPX interfaces.
51
52 check This option is used to display the device, frame type, and net‐
53 work number of an IPX interface.
54
55 help This option displays information about the utility.
56
58 /proc/net/ipx_interface /proc/net/ipx_route
59
61 This functionality really belongs in ifconfig(8).
62
64 Greg Page <greg.page@caldera.com>
65
66
67
68Caldera, Inc. IPX Utilities IPX_INTERFACE(8)