home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 9 / PCPP #9.iso / ETHERNET / 3COMPCI / NET.CFG < prev   
Encoding:
Text File  |  1996-11-09  |  2.2 KB  |  61 lines

  1. ; THIS SECTION IS FOR CONFIGURATION OF LINKWATCH MANAGEABLE END NODES.
  2. ;
  3. Protocol DME
  4.     BIND #1
  5. ; replace with your specific information for LinkWatch
  6.     USER_NAME "Your Name"
  7.     NODE_NAME "Your Node Name"
  8.     NODE_LOCATION "Your Node Location"
  9. ; set password according to your network administrator's instructions
  10. ;   NODE_PASSWORD "ABCDEFGH"
  11.     PHONE_NUMBER "Your Phone Number"
  12.     NOTES "Miscellaneous text"
  13.     NOTES "and more text"
  14.  
  15. LINK DRIVER 3C59X
  16. ;
  17. ; The following optional parameter specifies which bus to search for the
  18. ; 3C59X adapter.  It may be useful in a computer with multiple adapters
  19. ; on different busses.
  20. ;
  21. ;    BUS PCI
  22. ;
  23. ; When using two or more adapters in a single machine, it is necessary to
  24. ; specifiy which adapter should be used. The following two parameters are
  25. ; used for this purpose:
  26. ;
  27. ;  BUSNO NN,   where NN is the PCI bus identifier of the PCI bus which connects
  28. ;              to the adapter.
  29. ;  PCISLOT NN, where NN is the specific PCI BIOS identification number of the 
  30. ;              3C59X PCI/EISA adapter.
  31. ;  SLOT NN,    where NN is the EISA hardware slot number of the 3C59X PCI/EISA 
  32. ;              adapter.
  33. ;
  34. ;For example if the 3C59X PCI/EISA adapter is installed in a PCI slot:
  35. ;       BUSNO 0
  36. ;       PCISLOT 7
  37. ;
  38. ;Or if the 3c59X PCI/EISA adapter is installed in an EISA slot.
  39. ;       BUSNO 0
  40. ;       SLOT 7
  41. ;
  42. ; The next parameter can be used to disable bus master data transfers in the
  43. ; unlikely possibility that the bus master method of data movement becomes 
  44. ; unreliable.  When the driver starts, it will determine if bus master data
  45. ; transfers can be done.  If yes, the driver will use bus master transfers
  46. ; where appropriate. If busmaster does not work, the driver will only use
  47. ; programmed I/O (PIO) to move data to or from the adapter.  Setting 
  48. ; BUSMASTER NO will force the driver to use PIO.
  49. ;
  50. ;       BUSMASTER NO
  51. ;
  52. ; The next line specifies the frame type.  Since 3C59X.COM is a 4.0X DOS
  53. ; ODI driver, the driver default frame type is 802.2.  If attaching to
  54. ; a 3.11 server, the frame type is 802.3.
  55. ;
  56.         FRAME ETHERNET_802.2
  57. ;
  58.  
  59. NetWare DOS Requester
  60.     FIRST NETWORK DRIVE = F
  61.