home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
SMC
/
pci_55.exe
/
NWSVR
/
4X
/
SAMPLE.4X
< prev
next >
Wrap
Text File
|
1996-05-22
|
1KB
|
40 lines
#Sample AUTOEXEC.NCF for Netware 4.X
#Load the MSM and TSM on Netware 4.X
#------------------------------------
load nbi
load msm
load ethertsm
#Working with SMCPWR driver (one PCI board)
#-------------------------------------------
load SMCPWR frame=ethernet_802.2 name=e1
load SMCPWR frame=ethernet_ii name=e2
load SMCPWR frame=ethernet_802.3 name=e3
load SMCPWR 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 SMCPWR driver (multiple PCI boards)
#-------------------------------------------------
#load SMCPWR frame=ethernet_802.2 name=e1 slot=16
#load SMCPWR frame=ethernet_ii name=e2 slot=16
#load SMCPWR frame=ethernet_802.3 name=e3 slot=16
#load SMCPWR 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 SMCPWR frame=ethernet_802.2 name=e5 slot=17
#load SMCPWR frame=ethernet_ii name=e6 slot=17
#load SMCPWR frame=ethernet_802.3 name=e7 slot=17
#load SMCPWR 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