#Load the MSM and TSM on Netware 3.11 and 3.12 #--------------------------------------------- load patchman load lslenh load msm31x load ethertsm #Working with ND5200 driver (one PCI board) #--------------------------------------------------- load ND5200 frame=ethernet_ii name=e1 load ND5200 frame=ethernet_802.2 name=e2 load ND5200 frame=ethernet_802.3 name=e3 load ND5200 frame=ethernet_snap name=e4 bind ipx to e1 net=10 bind ipx to e2 net=20 bind ipx to e3 net=30 bind ipx to e4 net=40 #Working with ND5200 driver (multiple PCI boards) #------------------------------------------------- #load ND5200 frame=ethernet_ii name=e1 slot=16 #load ND5200 frame=ethernet_802.2 name=e2 slot=16 #load ND5200 frame=ethernet_802.3 name=e3 slot=16 #load ND5200 frame=ethernet_snap name=e4 slot=16 #bind ipx to e1 net=10 #bind ipx to e2 net=20 #bind ipx to e3 net=30 #bind ipx to e4 net=40 #load ND5200 frame=ethernet_ii name=e5 slot=17 #load ND5200 frame=ethernet_802.2 name=e6 slot=17 #load ND5200 frame=ethernet_802.3 name=e7 slot=17 #load ND5200 frame=ethernet_snap name=e8 slot=17 #bind ipx to e5 net=50 #bind ipx to e6 net=60 #bind ipx to e7 net=70 #bind ipx to e8 net=80