home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / 3COM / 3C590X / NETWARE / CLIENT / NET.CFG < prev   
Encoding:
Text File  |  1995-02-07  |  2.4 KB  |  64 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 3C59X
  17. ;
  18. ; The following optional parameter specifies which bus to search for the
  19. ; 3C59X adapter.  It may be useful in a computer with multiple adapters
  20. ; on different busses.
  21. ;
  22. ;  BUS PCI
  23. ;
  24. ; When using two or more adapters in a single machine, it is necessary to
  25. ; specifiy which adapter should be used. The following two parameters are
  26. ; used for this purpose:
  27. ;
  28. ;  BUSNO NN,   where NN is the PCI bus identifier of the PCI bus which connects
  29. ;              to the adapter.
  30. ;  PCISLOT NN, where NN is the specific PCI BIOS identification number of the
  31. ;              3C59X PCI adapter.
  32. ;
  33. ;       BUSNO 0
  34. ;       PCISLOT 7
  35. ;
  36. ; The next parameter can be used to disable bus master data transfers in the
  37. ; unlikely possibility that the bus master method of data movement becomes
  38. ; unreliable.  When the driver starts, it will determine if bus master data
  39. ; transfers can be done.  If yes, the driver will use bus master transfers
  40. ; where appropriate. If busmaster does not work, the driver will only use
  41. ; programmed I/O (PIO) to move data to or from the adapter.  Setting
  42. ; BUSMASTER NO will force the driver to use PIO.
  43. ;
  44. ;       BUSMASTER NO
  45. ;
  46. ; The next few lines specify the frame type.  3C59X.COM is a 4.0X DOS ODI
  47. ; driver. The default frame type is 802.2. To connect to a 3.11 server
  48. ; the frame type needs to be changed to 802.3.  The following two lines
  49. ; perform that change.
  50. ;
  51.         FRAME ETHERNET_802.3
  52.         PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX protocol to frame)
  53. ;
  54. ;
  55. ; This is the driver default
  56. ;
  57. ;       FRAME ETHERNET_802.2
  58. ;       PROTOCOL IPX E0 ETHERNET_802.2
  59. ;
  60. ;
  61. ;
  62. ; %VER NET.CFG - sample Netware DOS ODI configuration file V4.1d
  63. 
  64.