home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / connect / tcpip / crynwr / pktd11 / novell.doc < prev    next >
Text File  |  1993-09-21  |  2KB  |  40 lines

  1.     Making Novell's NetWare cooperate with other protocols.
  2.  
  3. To share an Ethernet card with multiple protocol stacks, you must
  4. have a way to direct packets to the appropriate stack.  IPX does not
  5. lend itself to doing this.  Some vendors have tortured their IPX into
  6. giving up packets when it needs to.  Packet drivers (and a packet
  7. driver IPX) are a good solution.  Novell has chosen ODI drivers (and
  8. IPXODI) for NetWare 4.
  9.  
  10. First, install a packet driver.  Read the other documentation to see
  11. how to do this.  Do not use the -n switch. Then run the PDIPX.COM
  12. found in pdipx103.zip.  Then run your favorite NETx program.
  13.  
  14. That's it!
  15.  
  16. Upgrading from BYU packet driver IPX:
  17.  
  18. The pdipx is not a drop-in replacement for the BYU packet driver IPX.
  19. It does not need the -n switch, because unlike the BYU packet driver
  20. IPX, it understands about different frame types.  By default, it uses
  21. the default frame type -- Novell's "Raw" IEEE 802.3.  If you're using
  22. Ethernet_II, you must set your frame type as explained below.
  23.  
  24. Updating the IPX:
  25.  
  26. Pdipx103 has a fairly recent IPX.  If you need to regenerate it with
  27. a newer IPX, then treat the SIPX.LAN and SIPX.OBJ files as
  28. third-party shell drivers.  Perform the SHGEN (NetWare 2) or WSGEN
  29. (NetWare 3) procedure per Novell's documentation.  Set the frame type
  30. as explained below if you're using Ethernet_II framing.
  31.  
  32. Setting your frame type:
  33.  
  34. The PDIPX expects Novell's "raw 802.3" packet types by default.  If
  35. you're using Ethernet_II framing, then run econfig on IPX.  Use
  36. "econfig pdipx.com shell:e 8137".  This sets the packet type to
  37. Ethernet and type 8137 (Novell).  Just running "econfig pdipx.com"
  38. will tell you what frame type it's configured for.
  39.  
  40.