##############################################################################
#
#$Header: tcpip.nif,v 1.2 89/07/21 10:26:16 haresh Exp $
#
#$Project: OS2STK, EXOS TCPIP (WITHOUT RFC-NETBIOS) TRANSPORT NIF FILE $
#
#$Creator: Haresh Kumbhani $
#
#$Locker: $
#
#$Source: /a/install/s_nif/RCS/tcpip.nif,v $
#
#----------------------------------------------------------------------------
#
#$Abstract:
#This is a Network-Information-File (NIF) used by Excelan's
#net_cfg.exe program under OS/2 and DOS environments. It is
#used as an input data-file to configure Excelan's products.
#$
#
#
#$Includes:
#$
#
#$Dependencies:
#This depends on the specification of Excelan's NIF files for OS/2.
#$
#
#$Files:
#$
#
#$Implementation Notes:
#The drivers specified in this NIF file work in OS/2 1.1 (or future
#versions of OS/2). It uses the LOAD-HIGH device-driver package which
#only works in OS/2 1.1 (and future) environment.
#
#The TCPIP.OS2 driver provides only the "TCPIP_TRANSPORT" service to its
#clients, and thus is useful in products that need BSD Sockets
#interface to TCP/IP/UDP/LINK levels. The TCPIP driver adheres to
#Microsoft's Network-Device-Interface Version 1.0.1 at the bottom,
#and thus needs MAC level services from NDI drivers. Currently only
#802.3/DIX (Ethernet) and/or 802.5(Token-Ring) are supported.
#
#The associated TCP/IP configuration program is "TCPCNFG.EXE", which
#has the following usage :
# TCPCNFG.EXE INSTALL XLNROOT <list of NDI NIF-files>
#The same program, without arguments can be used to configure TCP/IP
#outside of INSTALL phase, and provides expert-level configuration.
#$
#
#$Log: tcpip.nif,v $
#Revision 1.1 89/07/05 13:54:24 haresh
#Initial revision
#
#$EndLog$
#
##########################**** End Module Header ***#########################
Model | Excelan's EXOS TCP/IP Transport Driver (without RFC-NetBIOS)
Config | DEVICE=@XLNROOT\TCPIP_LH\EXOS_HD.OS2
| DEVICE=@XLNROOT\TCPIP_LH\EXOS_DEV.OS2
| DEVICE=@XLNROOT\TCPIP_LH\TCPIP.OS2
| SET XLNROOT=@XLNROOT
| RUN=C:\OS2\CMD.EXE /C @XLNROOT\TCPIP_LH\TCPSTART.CMD
| LIBPATH=@XLNROOT\DLL;
| REM -----------------END OF NDI MODULES---------------------
OS2init | SET PATH=@XLNROOT\OS2BIN;%PATH%
ServiceType | BSD_SOCKETS
ServiceNeeded | NDI_MAC, NDI_ETHERNET, NDI_TOKENRING
Setup | @XLNROOT\OS2BIN\TCP_CFG INSTALL @XLNROOT SOCKETS TCPIP.NIF
Help | This selection will only support EXOS BSD 4.3 Socket
| Application Programming Interface (API) and OS/2
| applications based it. Select this option if you do not
| wish to run applications that are based on Microsoft's
| LAN Manager NetBIOS API or LAN Manager Server/Workstation.
| It supports Ethernet or Token-Ring Network Adapters only.