This command is used to manually add, delete or check
ipx capability to an existing network device. Normally the network device
would be an Ethernet device such at eth0. At least one IPX interface
must be designated the primary interface and the -p flag
to this command does this. For example to enable Ethernet device eth0
for IPX capability as the primary IPX interface using the IEEE 802.2 frame type
and IPX network address 39ab0222 you would use:
# ipx_interface add -p eth0 802.2 0x39ab0222
If the frame type differs from NetWare(tm) servers on this network, they will
studiously ignore you. If the frame type is correct but the network number
differs, they will still ignore you but complain frequently on the NetWare
server console. The latter is guaranteed to gain you flames from your
NetWare administrator and may disrupt existing NetWare clients.
If you get an error while running this program and you happen to not
have already configured tcp/ip, then you will find that you need to manually
start the eth0 interface using the command:
# ifconfig eth0 up