The Caldera Corporation offers a fully licensed and fully supported Netware 3.x and 4.x client. You can obtain information about it from the Caldera Inc Web Server.
The Linux IPX software does work with ArcNet and Token Ring interfaces. I haven't heard of anyone trying it with AX.25 yet. Configuration is the same as for configuring for ethernet except you will have to substitute appropriate device names in place of 'eth0' and appopriate hardware addresses where necessary.
If you have more than one interface in your machine you should use the ipx_interface command to manually configure each one, you should not use the `plug n play' configuration.
IPX networking is similar, but not identical to, IP networking. A major difference is the way that addresses are used. IPX does not use the concept of subnetworking and so the sort of associations that you have between network addresses and networks is different. The rules are fairly simple:
You are probably not running a kernel that supports IPX, either recompile your kernel so it does, or double check that you have actually used lilo to install and run the new kernel.
You are probably not running a kernel that supports IPX, either recompile your kernel so it does, or double check that you have actually used lilo to install and run the new kernel.
To use NFS to export an NCP filesystem you must mount it using the
ncpmount -V
option. This option allows you to mount only
one volume of a fileserver instead of the usual mounting of all of them.
When you do this your NFS daemon will allow you to export that filesystem in
the usual way.
Martin and Volker's code is slowly beginning to converge. Recent versions
of mars_nwe have an option to enable it to work with ncpfs.
You must enable the WITH_NAME_SPACE_CALLS
in the mars_nwe
config.h
file.
A contrived question deserves a contrived answer. I'm glad you asked,
Martin has a package that he distributes alongside his mars_nwe
package that offers free DOS client support for the mars_nwe server.
You can find it at the same sites as the server, and it will be called
mars_dosutils-0.01.tgz
. It includes C source code for programs such
as slist.exe, login.exe, map.exe etc. The source
is compilable with Borland(tm) C.