Jump to content

PROTOCOL.INI: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(3 intermediate revisions by 2 users 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 8: Line 8:


The values on PROTOCOL.INI should correspond with your choices selected in the MPTS configuration program.
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$


[[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$