home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4778 < prev    next >
Encoding:
Text File  |  1992-08-18  |  2.8 KB  |  75 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!uchdcc!ppoblete
  3. From: ppoblete@dcc.uchile.cl (Patricio Poblete)
  4. Subject: TCP/IP on top of Novell?
  5. Originator: ppoblete@pincoya
  6. Sender: usenet@dcc.uchile.cl (Network News)
  7. Message-ID: <1992Aug18.130825.18875@dcc.uchile.cl>
  8. Date: Tue, 18 Aug 1992 13:08:25 GMT
  9. Organization: Universidad de Chile, Depto. de Ciencias de la Computacion
  10. Keywords: UDEE741@OAK.CC.KCL.AC.UK
  11. Lines: 63
  12.  
  13.  
  14.  
  15. The following question appeared in a local mailing list.
  16. If you can help, please reply directly to Sergio Velastin
  17. (UDEE741@OAK.CC.KCL.AC.UK), not to myself. Thanks in advance,
  18.  
  19.                         __            ppoblete@dcc.uchile.CL
  20.   _   _   _   /   / _   / _            Patricio Poblete
  21.  /_) /_) (_) /_) / (-' / (-'            Dept. of Computer Science
  22. /   /                         University of Chile
  23. --------------------------------------------------------------------
  24. Scenario:
  25.   PC network running Novell Netware version 3.10
  26.   NE1000 and NE2000 Ethernet cards connected to Cheapernet
  27.   All machines are running DOS
  28.   Normally we run IPX and NETx (mostly NET5) on each workstation
  29.  
  30.   We have a room of disk-less workstation. Here each Network card has
  31.   a ROM for remote booting from the file system.
  32.  
  33.   The file server (following Novell practices) contains a 'crunched' version
  34.   of CONFIG.SYS and AUTOEXEC.BAT (I think!) that, when a machine's ROM
  35.   contacts the file server, loads IPX and NET (CONFIG.SYS) plus other
  36.   things such as sign-on message and login prompts (AUTOEXEC.BAT) to boot
  37.   the workstation.
  38.  
  39. TCP/IP
  40.   We have now connected our network to the university backbone ethernet
  41.   through a Bridge. We have also connected a few Sun workstations to our
  42.   network.
  43.   What we are after is to run TCP/IP **on top of** Novell.
  44.  
  45.   We have succeeded in doing this with hard-disk machines:
  46.   We have obtained Clarkson packet drivers from the public domain (let's
  47.   call this NE1000.COM) and we have created a modified version of IPX
  48.   (PDIPX.COM, PD= Packet driver). From a hard disk machine, we run the
  49.   sequence:
  50.      NE1000 0x61 0x5 0x320
  51.      PDIPX
  52.      NET5
  53.   and presto! we connect to the network. Then we can run public domain
  54.   versions of TELNET, FTP, etc. to TCP/IP over the network.
  55.   (above: 0x61 is software interrupt number, 0x5 is hardware interrupt
  56.    for the ethernet card and 0x320 is its i/o address).
  57.  
  58. TCP/IP from disk-less machines
  59.   The theory is simple: modify the workstation start-up procedure
  60.   in the file server (using the new packet drivers) and 'crunch' it.
  61.  
  62. Result: Failure. The workstation hangs up
  63. We have tried a -d switch in the NE1000 packet driver that we were
  64. told allow it to be used in the way we want (crunched). Same result.
  65.  
  66. Any ideas??????
  67.  
  68. Any help will be rewarded with giga thanks of appreciation!!!
  69.  
  70. Sergio Velastin
  71. Department of Electronic and Electrical Engineering
  72. King's College London
  73. University of London
  74. England
  75.