6Novell NetWare Driver Setup
#Note: The Time zone information mentioned above
#should always precede the SERVER name.
Set Bindery Context = 3Com
file server name GOBRCM ipx internal net 1234ABCD
load conlog maximum=100
;Network driver LOADs and BINDs are initiated via
;INITSYS.NCF. The actual LOAD and BIND commands
;are contained in INITSYS.NCF and NETINFO.CFG.
;These files are in SYS:ETC.
#sys:etc\initsys.ncf
#Team of 2 NICs with frame type Ethernet_II and one VLAN, number 2
#Load the network drivers for the NIC adapters in the team with the frame
#types and VLANs specified.
#Load BASP.LAN with the same frame types and VLAN ID(s) specified.
LOAD BASP.LAN FRAME=ETHERNET_II NAME=BASP_1_V2_EII VSLOT=1 VLAN=2
LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_1_V2_EII SLOT=1 LOAD B57.LAN FRAME=ETHERNET_II NAME=B57_2_V2_EII SLOT=2
#Bind BASP.LAN to the NIC adapters in the team for each protocol
BASP BIND BASP_1_V2_EII B57_1_V2_EII
BASP BIND BASP_1_V2_EII B57_2_V2_EII
#Bind protocols to BASP.LAN.
BIND IP BASP_1_V2_EII ADDR=192.168.2.200 MASK=255.255.255.0
Example 2:
#Team of 2 NICs with frame type Ethernet_II and three VLANs, number 2,3,4
#Load the network drivers for the NIC adapters in the team with the frame
#types and VLANs specified.
#Load BASP.LAN with the same frame types and VLAN ID(s) specified.
LOAD BASP.LAN FRAME=ETHERNET_II NAME=BASP_1_V2_EII VSLOT=1 VLAN=2
LOAD BASP.LAN FRAME=ETHERNET_II NAME=BASP_1_V3_EII VSLOT=1
60