home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / ibmpc / 7344 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  2.9 KB

  1. Path: sparky!uunet!think.com!ames!sun-barr!cs.utexas.edu!not-for-mail
  2. From: steve%cstat.aztec.co.za@ucthpx.uct.ac.za
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Running NDIS-based stack on a packet driver
  5. Date: 11 Jan 1993 12:36:22 -0600
  6. Organization: Compustat (Pty) Ltd
  7. Lines: 81
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <Dsy8wB1w164w@cstat.aztec.co.za>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12.  
  13. A plea for help (what else)...  can anyone get me out of this spot? 
  14.  
  15. In case you don't want to read all the ramble, the main thing that I
  16. (think I) need is:
  17.  
  18.     - A shim that will connect an NDIS client with a packet
  19.       driver.  I.E. the _opposite_ of DIS_PKT.
  20. OR  - An NDIS MAC driver for Arcnet that does the equivalent of
  21.       ARCETHER, that complies with RFC1201, and works.
  22.  
  23. Thanks!
  24.  
  25.  
  26.  
  27. Here is the full story...
  28. =========================
  29.  
  30. I need to get a NDIS-based TCP/IP product talking on an ARCNET network.
  31.  
  32. The product is the "Reflection Network Series" from Walker, Richer & Quinn.
  33. I have to use this because it supports the proprietary NS/VT protocol
  34. that is needed to log in to our HP3000.
  35.  
  36.  
  37. A NetWare 3.11 server gateways IP traffic on the Arcnet over to our
  38. Ethernet.  The Netware server expects IP traffic on the Arcnet to comply
  39. with RFC1201, I believe.
  40.  
  41. I have no problems Telnetting to our Unix systems using the ARCETHER
  42. packet driver with TN3270, WinQVT etc.
  43.  
  44.  
  45. What I have tried
  46. =================
  47.  
  48. I obtained a NDIS MAC driver for Arcnet, MSARC.DOS.  This describes
  49. itself as "Microsoft ARCnet Driver (c) Copyright 1990 Microsoft
  50. Corporation".  It is dated 1990-11-29.
  51.  
  52. When I try to ping the Netware server, it does not respond to the
  53. ARP.  Inspection of the packets being transmitted shows that this driver
  54. seems to be encapsulating ordinary DIX-format frames within an Arcnet
  55. frame with protocol byte hex E8.  This is not the RFC1201 format the the
  56. Netware file server is looking for.
  57.  
  58.  
  59. My next idea was to use old reliable ARCETHER with a packet-driver to
  60. NDIS shim.  But where to find such a shim??  DIS_PKT does exactly the
  61. opposite of what I want.  But where is the reverse gear... :-) 
  62.  
  63.  
  64. The third idea was to go via ODI along these lines:
  65.  
  66.   ARCETHER   talks to the Arcnet card, converts RFC1201 <-> DIX Ethernet
  67.   LSL        the ODI link-support-layer
  68.   PDETHER    ODI MLID that talks to ARCETHER packet-driver.
  69.   ODINSUP    NDIS MAC driver that talks to ODI
  70.  
  71. I thought this was *awfully* clever.  Unfortunately (!), PDETHER only
  72. supports the Ethernet_II (DIX) frame format, and ODINSUP requires support
  73. for all the others too (Ethernet_802.3, Ethernet_802.2 and
  74. Ethernet_SNAP).  D*mn.
  75.  
  76. [ARCETHER from Packet driver release 10; PDETHER v1.01, Nov 01 '91;
  77. ODINSUP v1.21, Nov 13, '92]
  78.  
  79.  
  80. This shouldn't be so hard.  Can anyone help??  Please?
  81.  
  82. Steve
  83.  
  84. ----------
  85. Stephen Davies, Compustat (Pty) Ltd, Cape Town
  86. steve%cstat.aztec.co.za@ucthpx.uct.ac.za
  87.  
  88.  
  89.  
  90. ----------
  91. Stephen Davies, Compustat (Pty) Ltd, Cape Town
  92. steve%cstat.aztec.co.za@ucthpx.uct.ac.za
  93.