home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR31 / KERM313.ZIP / ODIPKT.MAN < prev    next >
Text File  |  1993-07-07  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ODIPKT(8)        UNIX System V (February 2, 1992)       ODIPKT(8)
  5.  
  6.  
  7.  
  8.      NAME
  9.           odipkt - translate Open Data-Link Interface to Packet Driver
  10.           interface
  11.  
  12.      SYNOPSIS
  13.           odipkt [ logical_board [ vector ] ]
  14.           odipktpn [ logical_board [ vector ] ]
  15.  
  16.      DESCRIPTION
  17.           Odipkt.com provides a Packet Driver API over Novell's Open
  18.           Data-Link Interface, allowing a single network adapter to
  19.           service IPX, tcp/ip, and other protocol stacks which use
  20.           packet drivers.  Odipkt.com understands Ethernet, Token
  21.           Ring, and ARCnet frame types.  Ethernet and Token Ring
  22.           frames are passed unchanged to packet driver applications,
  23.           but ARCnet frames are internally mapped to Ethernet.  Thus,
  24.           packet driver applications do not need specific knowledge of
  25.           ARCnet in order to operate in such environments.
  26.  
  27.           The logical_board argument indicates which logical adapter
  28.           odipkt should bind to.  Under ODI, there is one logical
  29.           adapter per frame type.  There may be multiple physical
  30.           adapters and multiple frame types per physical adapter.  The
  31.           logical adapter number starts at zero and increases by one
  32.           for each frame type.  For example, if a system contained two
  33.           physical adapters with two frame types each, there would be
  34.           four logical adapters numbered 0-3.  The frame types are
  35.           specified in the NET.CFG file which must be in the current
  36.           directory (or on the APPEND path) when the ODI drivers are
  37.           loaded.
  38.  
  39.           Typically, the frame type used by default by Netware on a
  40.           given adapter will not be appropriate for tcp/ip.  The
  41.           correct frame type for tcp/ip on Token Ring is TOKEN-
  42.           RING_SNAP and the correct frame type for tcp/ip on Ethernet
  43.           is almost always ETHERNET_II.  Assuming an existing
  44.           installation with one adapter running the default Netware
  45.           frame type, it will usually be necessary to define a second
  46.           frame type (as listed above) and specify the logical_board
  47.           argument as 1.  An exception to this rule is ARCnet which
  48.           uses only one frame type.  Below is a NET.CFG entry for a
  49.           3c501 using the default address and interrupt.  In many
  50.           cases, this is the only entry required in NET.CFG.  Other
  51.           Ethernet adapters would use similar configurations:
  52.  
  53.           Link driver 3c501
  54.                envelope type ETHERNET_802.3
  55.                envelope type ETHERNET_II
  56.  
  57.           Given the above entry, the logical_board argument of oipkt
  58.           would be 1.  Token Ring uses different frame types:
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 7/7/93)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ODIPKT(8)        UNIX System V (February 2, 1992)       ODIPKT(8)
  71.  
  72.  
  73.  
  74.           Link driver token
  75.                envelope type TOKEN-RING
  76.                envelope type TOKEN-RING_SNAP
  77.  
  78.           Again, the logical_board should be specified as 1 for this
  79.           example.  ARCnet installations require no frame-type
  80.           definitions and should use a logical_board of 0.
  81.  
  82.           Vector is the packet driver interrupt at which to provide
  83.           service.  The default is 105 and the parameter is decimal.
  84.  
  85.           Odipkt.com should be loaded after lsl.com and the adapter-
  86.           specific driver(s).  It must, of course, be loaded before
  87.           the packet driver applications which use it.  The Netware
  88.           shell and ipxodi.com can be loaded before or after the
  89.           odipkt.com program.
  90.  
  91.           Odipktpn.com supports an older version of the ODI
  92.           specification as used in Farallon's PhoneNET Talk product.
  93.           Operation of opipktpn.com is identical to that of opipkt.com
  94.           but configuration of NET.CFG is somewhat different.  No
  95.           ``envelope'' statements are required and the Link Support
  96.           section's ``Buffers'' entry must specify the true maximum
  97.           frame size of the network.  Because multiple frame types are
  98.           not supported, odipktpn.com treats all Ethernet cards as
  99.           ETHERNET_II.
  100.  
  101.      AUTHOR
  102.           Dan Lanciani
  103.           185 Atlantic Road
  104.           Gloucester, MA 01930
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 7/7/93)
  130.  
  131.  
  132.  
  133.