
Link Driver EXP16ODI                         ;NIC's ODI driver name
	Frame Ethernet_II                    ;Use this frame type for
                                             ;TCP/IP       

Link Driver IPTUNNEL
	gateway         129.237.244.30       ;IP address of the Netware
                                             ;server you are tunneling to

Link Support
	Buffers         8 1500
	MemPool         4096

Protocol TCPIP
	BIND            EXP16ODI            ;Bind TCP/IP to NIC board
        PATH SCRIPT     C:\LANWORK\SCRIPT   ;LAN Workplace PATH settings
        PATH PROFILE    C:\LANWORK\PROFILE  ;If you're on the road, using
        PATH LWP_CFG    C:\LANWORK\HSTACC   ;floppies, you can comment these
        PATH TCP_CFG    C:\LANWORK\TCP      ;out. Same for router/netmask below.
        ip_router       129.237.247.254     ;default router
        ip_netmask      255.255.252.0       ;workstation's netmask
	ip_address      129.237.244.234     ;Your workstations IP address
                                            ;If you are using bootp
                                            ;leave this address blank.

NetWare DOS Requester
	   EXCLUDE VLM=NDS                  ;If not using Netware Directory
	   EXCLUDE VLM=PNW                  ;Services or Personal Netware
	   FIRST NETWORK DRIVE = F          ;First network drive
	   AUTO LARGE TABLE=ON
	   VLM=AUTO.VLM
	   AUTO RECONNECT=ON
	   BIND RECONNECT=ON
	   AUTO RETRY=ON
	   CACHE BUFFERS=20
	   CACHE WRITES=ON
	   MESSAGE TIMEOUT=60
	   SHOW DOTS=ON
	   SET STATION TIME=ON
	   PREFERRED SERVER = TESTBED       ;Your preferred Netware server
	   READ ONLY COMPATIBILITY=OFF
	   PB BUFFERS=8
	   LARGE INTERNET PACKETS=ON
	   SIGNATURE LEVEL=1                ;Security level setting.  Match
                                            ;with your Server's setting.

Protocol IPX
    BIND                2                   ;bind IPX protocol to IPTUNNEL
                                            ;(IPTUNNEL is the second board
                                            ;loaded, not the second board 
                                            ;LISTED in this NET.CFG)

