PROTOCOL.INI: Difference between revisions
Appearance
Created page with "Text file with information about the network device driver loaded and the protocols loaded. This file is used by protman.os2. Category:Files" |
m →Links |
||
(5 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 | 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$ | |||
[[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$