Metropoli BBS
VIEWER: tcpip_nb.nif MODE: TEXT (ASCII)
##############################################################################
#
#$Header: tcpip_nb.nif,v 1.2 89/07/21 10:26:19 haresh Exp $
#
#$Project: OS2STK,  EXOS TCPIP (WITH RFC-NETBIOS) TRANSPORT NIF FILE $
#
#$Creator: Haresh Kumbhani $
#
#$Locker:  $
#
#$Source: /a/install/s_nif/RCS/tcpip_nb.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_NB.OS2 driver provides "TCPIP_TRANSPORT" and "NETBIOS_TRANSPORT" 
#services to its clients. 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_nb.nif,v $
#Revision 1.1  89/07/05  18:06:39  haresh
#Initial revision
#
#$EndLog$ 
#
##########################**** End Module Header ***#########################

Model           | Excelan's EXOS TCP/IP Transport Driver (with RFC-NetBIOS)

Config          | DEVICE=@XLNROOT\TCPIP_LH\EXOS_HD.OS2
                | DEVICE=@XLNROOT\TCPIP_LH\EXOS_DEV.OS2
                | DEVICE=@XLNROOT\TCPIP_LH\EXOS_NB.OS2
                | DEVICE=@XLNROOT\TCPIP_LH\TCPIP_NB.OS2
                | DEVICE=C:\LANMAN\NETPROG\NETWKSTA.SYS /I:C:\LANMAN
		| SET XLNROOT=@XLNROOT
                | RUN=C:\OS2\CMD.EXE /C @XLNROOT\TCPIP_LH\TCPSTART.CMD
		| LIBPATH=@XLNROOT\DLL;
		| LIBPATH=C:\LANMAN\NETLIB;
                | REM -----------------END OF NDI MODULES---------------------

OS2init		| SET PATH=@XLNROOT\OS2BIN;%PATH%
       		| SET PATH=C:\LANMAN\NETPROG;%PATH%

Lana            | 0

DeviceName      | EXOS_NB$

ServiceType     | BSD_SOCKETS, NETBIOS

ServiceNeeded	| NDI_MAC, NDI_ETHERNET, NDI_TOKENRING

Setup           | @XLNROOT\OS2BIN\TCP_CFG INSTALL @XLNROOT BOTH TCPIP_NB.NIF

Help		| This selection will support both : EXOS BSD 4.3 Socket
		| Application Programming Interface (API) and Microsoft's
		| OS/2 LAN Manager NetBIOS API and OS/2 applications based
		| them. It expects the OS/2 LAN Manager Server/Workstation
		| software to be installed on drive C: of your hard-disk.
		| It supports Ethernet or Token-Ring Network Adapters only.
[ RETURN TO DIRECTORY ]