71 lines
2.7 KiB
Plaintext
71 lines
2.7 KiB
Plaintext
=========> !! important NOTE !!
|
|
You can configure mars_nwe in two ways.
|
|
1. You want mars_nwe to handle routing/sap and configuring
|
|
ipx-interfaces. This is the default mode.
|
|
You do not need any other ipx-tool or routers/daemons.
|
|
In this modus the correct coexisting working
|
|
of mars_nwe, dosemu, ncpfs or Caldera's nwclient was tested.
|
|
-> you must use kernel < 1.3.60 or use kernel >= 1.3.60 and compile
|
|
your kernel with IPX-option CONFIG_IPX_INTERN=N
|
|
This do NOT mean 'no internal net' but 'no *full* internal net'.
|
|
In mars_nwe/config.h there must exist the following line:
|
|
#define INTERNAL_RIP_SAP 1
|
|
If you have other IPX/NCP servers in your net you can let
|
|
your external nets configured automaticly.
|
|
To do this you must use internal net: entry '3' must be filled
|
|
with a *UNIQUE* NetNumber and you must place minimal one
|
|
entry '4' with '0' as networknumber, device = '*' and frame=auto.
|
|
example for conf/ini file: (see also examples/nw.ini):
|
|
3 0x77777 # UNIQUE network number for internal net.
|
|
4 0x0 * AUTO # autocreat Interfaces
|
|
|
|
|
|
If there is no other IPX/NCP Server on your net then
|
|
network number in entry '4' can be any number.
|
|
4 0x10 eth0 ethernet_ii # eth0 device with network number '0x10'
|
|
# and frame ETHERNET_II.
|
|
4 0x20 eth0 802.3 # eth0 device with network number '0x20'
|
|
# und frame ETHERNET_802.3.
|
|
|
|
2. You want to run mars_nwe only as a fileserver and use
|
|
special tools to configure ipx and rip/sap routers.
|
|
-> In this mode you must use tools like ipx-configure and
|
|
ripd to configure ipx-interfaces, routes and handle rip/sap.
|
|
In mars_nwe/config.h there must exist the following line:
|
|
#define INTERNAL_RIP_SAP 0
|
|
|
|
=========> create programs
|
|
1. call make.
|
|
2. perhaps you must modify mk.li and config.h
|
|
3. call make
|
|
|
|
=========> configure
|
|
modify nw.ini !
|
|
IMPORTANT !!
|
|
Please read examples/nw.ini if you use a new version
|
|
of mars_nwe and make the needed changes to your
|
|
'ini' or 'conf' file.
|
|
=========> install
|
|
"make install"
|
|
"make install_ini" to overwrite your old _installed_ ini.
|
|
|
|
=========> start programs
|
|
call nwserv ( as root !! )
|
|
tested with Linux Version 1.2.13 and 1.3.32 and higher
|
|
the linux-kernel must be configured with IPX=Y.
|
|
ipx-interface and ipx-routes are setup by the program if the
|
|
entry 4 (devices) in the nw.ini file is filled.
|
|
|
|
=========> stop programs (server down)
|
|
If nwserv isn't daemonized, then the server can be stopped
|
|
with ^C, otherwise the server must be shut down with a
|
|
kill of nwserv or with the right dos client programm
|
|
(fconsole server down) as supervisor. Entry 210 in the
|
|
nw.ini file gives the time in seconds, before the server
|
|
really shuts down.
|
|
|
|
good luck :-)
|
|
|
|
Martin
|
|
(mstover@freeway.de)
|