Jump to content

PROTOCOL.INI: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
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==
==Links==

Revision as of 15:01, 24 June 2016

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$

Links