home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / pci_55.exe / NWSVR / 311 / SAMPLE.311 < prev    next >
Text File  |  1996-06-07  |  1KB  |  41 lines

  1. #Sample AUTOEXEC.NCF for Netware 3.11
  2.  
  3. #Load the MSM and TSM on Netware 3.11
  4. #---------------------------------------------
  5. load lslenh
  6. load patchman    #This file is automatically loaded when LSLENH is loaded.
  7. load msm31x
  8. load ethertsm
  9.  
  10.  
  11. #Working with SMCPWR driver (one PCI board)
  12. #-------------------------------------------
  13. load SMCPWR frame=ethernet_802.2 name=e1
  14. load SMCPWR frame=ethernet_ii    name=e2
  15. load SMCPWR frame=ethernet_802.3 name=e3
  16. load SMCPWR frame=ethernet_snap  name=e4
  17. bind ipx to e1 net=10
  18. bind ipx to e2 net=20
  19. bind ipx to e3 net=30
  20. bind ipx to e4 net=40
  21.  
  22. #Working with SMCPWR driver (multiple PCI boards)
  23. #-------------------------------------------------
  24. #load SMCPWR frame=ethernet_802.2 name=e1   slot=16
  25. #load SMCPWR frame=ethernet_ii    name=e2   slot=16
  26. #load SMCPWR frame=ethernet_802.3 name=e3   slot=16
  27. #load SMCPWR frame=ethernet_snap  name=e4   slot=16
  28. #bind ipx to e1 net=10
  29. #bind ipx to e2 net=20
  30. #bind ipx to e3 net=30
  31. #bind ipx to e4 net=40
  32.  
  33. #load SMCPWR frame=ethernet_802.2 name=e5   slot=17
  34. #load SMCPWR frame=ethernet_ii    name=e6   slot=17
  35. #load SMCPWR frame=ethernet_802.3 name=e7   slot=17
  36. #load SMCPWR frame=ethernet_snap  name=e8   slot=17
  37. #bind ipx to e5 net=50
  38. #bind ipx to e6 net=60
  39. #bind ipx to e7 net=70
  40. #bind ipx to e8 net=80
  41.