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

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