home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
SMC
/
pci_55.exe
/
NWSVR
/
312
/
AUTOEXEC.NCF
< prev
next >
Wrap
Text File
|
1997-09-11
|
1KB
|
39 lines
#Load the MSM and TSM on Netware 3.12
#------------------------------------
load nbi31x
load msm31x
load ethertsm
Load SMCPWR TP_FULL_DUPLEX LINE_SPEED=100
#Working with SMCPWR driver (one PCI board)
#---------------------------------------------------
Load SMCPWR frame=ethernet_ii name=e1
Load SMCPWR frame=ethernet_802.2 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_ii name=e1 slot=16
#load SMCPWR frame=ethernet_802.2 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_ii name=e5 slot=17
#load SMCPWR frame=ethernet_802.2 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