Jump to content

PROTOCOL.INI: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Text file with information about the network device driver loaded and the protocols loaded.  
Text file with information about the network device driver loaded and the protocols loaded.  


This file is used by [[PROTMAN.OS2]].  
This file is used by protocol manager ([[PROTMAN.OS2]]).  


This files contains:  
This files contains:  
Line 29: Line 29:
     FDUP = "OFF"
     FDUP = "OFF"
     DriverName = IBMEAN$
     DriverName = IBMEAN$
==Links==
* [ftp://supermicro.com/CDR-INTC_1.31_for_Intel_platform/Intel/LAN/v10.0/PRO100/DOCS/OS2/driv_os2.htm IBM* OS/2* and LAN Requestor]


[[Category:Files]]
[[Category:Files]]

Latest revision as of 21:11, 24 May 2019

Text file with information about the network device driver loaded and the protocols loaded.

This file is used by protocol manager (PROTMAN.OS2).

This files contains:

  • DRIVERNAME: This is a required parameter. It specifies the protocol to load like netbios$ or netbeui$.
  • ADAPTERn: This parts associates the network adapter with the protocol to be loaded.

The values on PROTOCOL.INI should correspond with your choices selected in the MPTS configuration program.

Example

[PROT_MAN]

   DRIVERNAME = PROTMAN$

[TCPIP_nif]

   Bindings = IBMEANDI_nif
   DriverName = TCPIP$

[IBMEANDI_nif]

   RXBUFFERS = 4
   TXBUFFERS = 4
   LED0 = 0xC0
   LED1 = 0xB0
   LED2 = 0x180
   BUSTYPE = "PCI2"
   FDUP = "OFF"
   DriverName = IBMEAN$