home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / 3c562x.exe / NWCLIENT / NET.CFG < prev    next >
Text File  |  1995-07-05  |  2KB  |  55 lines

  1. ; *************************************************************************
  2. ;  This sample NET.CFG file is meant to supply some rudimentary understanding
  3. ;  of parameters in NET.CFG and how they affect network operations.
  4. ;  For a full description and explanation of the parameters, see the
  5. ;  manual for the ODI shell for DOS, which ships with the NetWare package
  6. ;  or is available from Novell part # 100-000871-001.
  7. ;
  8. ;  Please pay attention to column spacing for the lines.  The section header
  9. ;  line MUST start in column 0 with subsequent lines in that section being 
  10. ;  indented. Comments are designated by semi-colons (;).  The NET.CFG is not
  11. ;  caps-sensitive.
  12. ;
  13. ; *************************************************************************
  14. ;
  15.  
  16. LINK DRIVER 3CELPC
  17. ;       PORT 300
  18. ;       FRAME ETHERNET_802.2
  19.         FRAME ETHERNET_802.3
  20. ;       PROTOCOL IPX e0 ETHERNET_802.2
  21. ;       PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX to frame)
  22. ;       NODE ADDRESS    0020AFXXXXXX    (must be inclued for OS/2 ODI)
  23.  
  24. ;
  25. ;       =======
  26. ;       | port [index] STARTING_PORT COUNT
  27. ;       |      This setting is only required when there is two 
  28. ;       |      adapters in the workstation.  
  29. ;       |
  30. ;       |      All adapter specific parameters are read from the adapter.
  31. ;       |
  32. ;       | mem [index] MEMORY_WINDOW (Optional)
  33. ;       |      If parameter not present in protocol.ini, driver auto selects a 
  34. ;       |      a free 4K memory window. Released after initialization of card.
  35. ;       |      If specified, forces driver to use this address to map card's
  36. ;       |      CIS memory during driver initialization. Window is released 
  37. ;       |      after driver finishes initializing card or fails to find card.
  38. ;       |      Use 0xC000 - 0xEF00 in steps of 0x100
  39. ;       |
  40. ;  NOTE:| frame ethernet_802.3
  41. ;  *****|      This is a version 4.X DOS ODI driver.  The default 
  42. ;       |      frame type is 802.2, but you may be using 802.3.
  43. ;       |
  44. ;       | node address
  45. ;       |      It is necessary to include node address in the Net.cfg file
  46. ;       |      to enable OS/2 ODI driver. Copy the Ethernet address from the
  47. ;       |      back of the 3C562 card.
  48. ;       |
  49. ;       =======
  50. ;
  51. ;
  52. ;       %VER 3C562 Sample NET.CFG v1.0d
  53.  
  54. 
  55.