home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / 1211.exe / WFW311 / NET.CFG next >
Text File  |  1998-07-15  |  2KB  |  59 lines

  1. ; **************************************************************************
  2. ;  Sample NET.CFG file for SMC1211TX PCI Ethernet ODI driver
  3. ; **************************************************************************
  4. ;
  5. Link Driver SMC1211
  6. ;
  7. ; When using two or more adapters in a single machine, it is necessary to
  8. ; specifiy which adapter should be used. The following two parameters are
  9. ; used for this purpose:
  10. ;
  11. ;  BUSNO NN,   where NN is the PCI bus identifier of the PCI bus which connects
  12. ;              to the adapter.
  13. ;  DEVICENO NN, where NN is the specific PCI BIOS device identification number
  14. ;               of the specified PCI adapter.
  15. ;
  16. ;       BUSNO 0
  17. ;       DEVICENO 9
  18. ;
  19. ;  or you can use ETHERID to designate adapter by its Node Address
  20. ;
  21. ;       ETHERID <adapter's node address>
  22. ;
  23. ;       ETHERID 52544c812901
  24. ;
  25. ; Remove the semi-colon in front of the frame type you will use.
  26. ; This frame type must match what the NetWare server is using.
  27. ;   FRAME Ethernet_802.2
  28. ;   FRAME Ethernet_802.3
  29. ;   FRAME Ethernet_SNAP
  30. ;   FRAME Ethernet_II
  31. ;
  32. ;
  33. ; This is the driver default
  34. ;
  35.       FRAME ETHERNET_802.2
  36. ;
  37. ; Specify adapter's medium which identifys adapter's speed and duplex mode.
  38. ; There are  five medium values: AUTO, 10HALF, 10FULL, 100HALF, 100FULL.
  39. ; For Example:
  40. ;
  41. ;       MEDIUM  AUTO     ;operate on auto negotiation mode
  42. ;       MEDIUM  10HALF   ;operate on 10M/HalfDuplex mode
  43. ;       MEDIUM  10FULL   ;operate on 10M/Fullduplex mode
  44. ;       MEDIUM  100HALF  ;operate on 100M/HalfDuplex mode
  45. ;       MEDIUM  100FULL  ;operate on 100M/Fullduplex mode
  46. ;
  47.  
  48. NetWare DOS Requester
  49.         FIRST NETWORK DRIVE = F
  50.         NETWARE PROTOCOL = NDS BIND
  51.         MAX IPG = 0
  52. ; If you know the name of your preferred server, remove the
  53. ; semi-colon below and enter the preferred server name after
  54. ; the equal sign.
  55. ;preferred server =
  56.  
  57. ;
  58. ; %VER NET.CFG - sample Netware DOS ODI configuration file V4.1d
  59.