home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / NWSVR / 4X / SAMPLE.4X < prev    next >
Text File  |  1996-05-24  |  1KB  |  40 lines

  1. #Sample AUTOEXEC.NCF for Netware 4.X
  2.  
  3. #Load the MSM and TSM on Netware 4.X
  4. #------------------------------------
  5. load nbi
  6. load msm
  7. load ethertsm
  8.  
  9.  
  10. #Working with SMC8000 driver (one card)
  11. #-------------------------------------------
  12. load SMC8000 frame=ethernet_802.2 name=e1
  13. load SMC8000 frame=ethernet_ii    name=e2
  14. load SMC8000 frame=ethernet_802.3 name=e3
  15. load SMC8000 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 SMC8000 driver (multiple cards)
  22. #-------------------------------------------------
  23. #load SMC8000 frame=ethernet_802.2 name=e1   Port=xxx
  24. #load SMC8000 frame=ethernet_ii    name=e2   Port=xxx
  25. #load SMC8000 frame=ethernet_802.3 name=e3   Port=xxx
  26. #load SMC8000 frame=ethernet_snap  name=e4   Port=xxx
  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 SMC8000 frame=ethernet_802.2 name=e5   Port=xxx
  33. #load SMC8000 frame=ethernet_ii    name=e6   Port=xxx
  34. #load SMC8000 frame=ethernet_802.3 name=e7   Port=xxx
  35. #load SMC8000 frame=ethernet_snap  name=e8   Port=xxx
  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.