Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipx_configure(8) [debian man page]

IPX_CONFIGURE(8)					      System Manager's Manual						  IPX_CONFIGURE(8)

NAME
ipx_configure - query/configure IPX behavior SYNOPSIS
ipx_configure [ --help | -h ] [ --auto_interface=on|off | -i on|off ] [ --auto_primary=on|off | -p on|off ] DESCRIPTION
ipx_configure queries or configures IPX behavior with respect to automatic IPX interface detection. IPX can be configured to automatically create interfaces as they are detected. It can also be configured to automatically select a primary interface when none is explicitly selected. By default, it is configured to NOT have this behavior. Without arguments, ipx_configure returns the current configuration state. The behavior with arguments is described in the section OPTIONS. OPTIONS
--auto_interface=on|off -i on|off This argument either turns on or off the behavior of automatically creating interfaces. --auto_primary=on|off -p on|off This argument either turns on or off the behavior of automatically selecting a primary interface. --help -h Print out information about utility. FILES
/proc/net/ipx_interface BUGS
This functionality really belongs in ifconfig(8). AUTHOR
Greg Page <greg.page@caldera.com> Caldera, Inc. IPX Utilities IPX_CONFIGURE(8)

Check Out this Related Man Page

IPX_CMD(8)						      System Manager's Manual							IPX_CMD(8)

NAME
ipx_cmd - bridge between Novell's SCMD driver and local IPX network SYNOPSIS
ipx_cmd -A server name [ -l local interface name ] DESCRIPTION
ipx_cmd moves packets from tapN to server and vice versa. It is something like IPX Tunnel, but it uses Novell Netware 5 server Compatibil- ity Mode Driver (AKA Migration Agent) on the other end of wire. You must first configure your kernel tapN device with IPX EthernetII frame and with network number set up on server (you can use kernel autodetection). OPTIONS
-A server name This is IP name of compatibility mode server. You can use DNS name or dotted quad to specify server address. -l local interface name This allows you to specify, which of your IP addresses should be used as IP address of client side of CMD driver. You must configure your tapN device with hardware address 7E:01:AA:BB:CC:DD, where AA:BB:CC:DD is your IP address in hexa. EXAMPLE
If you are on server platan.vc.cvut.cz (147.32.240.81) and your migration agent runs on server boris.vc.cvut.cz, you can configure your system with: insmod ethertap ifconfig tap0 hw ether 7E:01:93:20:F0:51 up ipx_interface add -p tap0 EtherII ipx_cmd -A boris.vc.cvut.cz -l 147.32.240.81 & BUGS
This program was written to satisfy my own needs and should be really improved. At least it should configure tap interface itself. AUTHOR
Petr Vandrovec <vandrove@vc.cvut.cz> ipx_cmd IPX Utilities IPX_CMD(8)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Caldera ...

http://www.ibiblio.org/pub/Linux/ I just downloaded caldera from the link above ... how do I go about intalling it... (3 Replies)
Discussion started by: OOnegative
3 Replies

2. UNIX for Dummies Questions & Answers

www.caldera.com

what happened with www.caldera.com or www.sco.com? i cant access the sites 10 days now. I try from my home pc, from internet cafe,from my work. Can you access these sites? I live in Greece. (2 Replies)
Discussion started by: kalco
2 Replies

3. Solaris

ifconfig primary & standby purpose

I have two ethernet interfaces nge0 and nge1. An IP assigned on nge0 is 10.10.10.1/24 and on nge1 is 20.20.20.1/24. I want to make nge0 as primary interface. My question here is, 1. Being nge0 as primary interface, if I ping to an IP 20.20.20.5, what will happen? 2. If the answer for the... (4 Replies)
Discussion started by: nthiruvenkatam
4 Replies

4. Linux

how to automatically create a file?

how can i automatically create a file on Linux? like a process that searches for the file and if the file does not exist, it automatically makes the file (3 Replies)
Discussion started by: roozis
3 Replies