mars-nwe/examples
Mario Fetka da30e32a01 mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
..
README.dosemu mars_nwe-0.97.pl00 2011-11-13 00:38:56 +01:00
README.kpatch1.2.13 mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
README.kpatch1.3.7x mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
README.kpatch1.3.56 mars_nwe-0.97.pl02 2011-11-13 00:38:56 +01:00
config.h mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
dosemu-patch mars_nwe-0.96.pl08 2011-11-13 00:38:56 +01:00
kpatch1.2.13 mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
kpatch1.3.56 mars_nwe-0.96.pl07 2011-11-13 00:38:55 +01:00
kpatch1.3.72 mars_nwe-0.97.pl02 2011-11-13 00:38:56 +01:00
kpatch1.3.78 mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
mk.li mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
nw.ini mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00
nwserv.stations mars_nwe-0.97.pl00 2011-11-13 00:38:56 +01:00
patchme mars_nwe-0.97.pl03 2011-11-13 00:38:56 +01:00

README.kpatch1.3.56

!! this kernelpatch is _not_ needed for kernel >= 1.3.60 :)  !!

this kernelpatch for clean kernels 1.3.56,57,58, pur 59 makes 3 things.

- removes the ipx-send bug. BIG THANKS to Volker Lendecke.
  the problem was that sometimes the sendto function hung.

- ipx rip/sap packets comming from internal net must change
  there source address from internal net/node to the
  device net/node.
  The problem was:
  By configuring mars_nwe at the internal network, the rip/sap
  socket gets the network and node address of the internal
  net. Then, by sending rip/sap packets over this socket to the
  several devices the rip/sap packets don't have the device net/node,
  but the internal net/node.

- an existing route should never be overwritten by an route
  over the internal net.
  The problem was:
  By running dosemu at the same workstation as mars_nwe the
  dosemu automaticly changes the route to a nearby server
  to route over the internal network and this destroyed
  the real route over a device to this server.

You must be supervisor and then you must start './patchme' .


  Martin Stover