
# Set your file server's name

FILE SERVER NAME TESTBED

# Set your file servers internal network number

IPX INTERNAL NET 81EDF403

# Load your server's NIC .LAN driver and specify a network name for each
# frame type

LOAD C:\NETWARE\WDPLUSSV.LAN PORT=280 FRAME=ETHERNET_802.3 NAME=IPXNET
LOAD C:\NETWARE\WDPLUSSV.LAN PORT=280 FRAME=ETHERNET_II    NAME=IPNET

#  Mount all volumes on your server

MOUNT ALL

# Load the TCP/IP NLM.  We don't route IP through our servers, so RIP is
# turned off.

LOAD TCPIP RIP=NO

# Bind IP to your .LAN driver and specify your server's address, netmask,
# and gateway.

BIND IP TO IPNET ADDR=129.237.244.02 NETMASK=255.255.252.0  GATEWAY=129.237.247.254

# Bind IPX to your server's NIC .LAN driver and specify an external network
# number for it.

BIND IPX TO IPXNET NET=81EDC3FE

# Load the IP tunnel .LAN driver.  The defaults should work fine if all
# you're doing is attaching workstations via IP tunnel.

LOAD IPTUNNEL

# Bind IPX to the IP tunnel .LAN driver, and specify a DIFFERENT external 
# network number for it.

BIND IPX TO IPTUNNEL NET=5

# Load the packet burst mode NLM if you are not using Netware 3.12 or
# above.

LOAD PBURST

# Set this security option to match the one in use by your workstations
# using VLM's.

SET NCP PACKET SIGNATURE OPTION=1
