HP Vectra VE C/xxx 7 HP Vectra VE C/xxx Series 7 PC - Network Administration G - Page 66

Sample PROTOCOL.INI file, FTP PC/TCP for DOS/Windows Installation Guide

Page 66 highlights

4 Installing Other Network Drivers NDIS 2.01 Driver with FTP PC/TCP 2.x for DOS/Windows Sample PROTOCOL.INI file: [PROTMAN] ; Protocol manager drivername = PROTMAN$ [PKTDRV] drivername = PKTDRV$ intvec = 0x60 bindings = PCNTND_NIF [PCNTND_NIF] ; HP Ethernet Family Adapter DRIVERNAME = PCNTND$ BUSTYPE = PCI1 LED2 = 0x90 The PROTOCOL.INI file must include a section describing the LAN adapter (the PCNTND section) and a section describing each of the network products being run. Each network product section (e.g. NFS-NDIS) must include a BINDINGS statement. 5 The CONFIG.SYS file must be modified to contain the DEVICE statements that load the required drivers (the Protocol Manager, HP NDIS 2.01, and packet driver converter). Add the following statements near the end of the CONFIG.SYS file: DEVICE = C:\FTP\PROTMAN.DOS /I:C:\FTP DEVICE = C:\FTP\PCNTND.DOS DEVICE = C:\FTP\DIS_PKT.DOS Please refer to the FTP PC/TCP for DOS/Windows Installation Guide for more information about how to customize the CONFIG.SYS file for FTP PC/TCP software. Ì The DEVICE statement for the PROTMAN driver must come before the other network driver DEVICE statements. Ì The /I: parameter in the DEVICE statement for the PROTMAN file identifies the path to the PROTOCOL.INI file (in this example C:\FTP). 66 English

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

4
Installing Other Network Drivers
NDIS 2.01 Driver with FTP PC/TCP 2.x for DOS/Windows
66
English
Sample PROTOCOL.INI file:
[PROTMAN]
; Protocol manager
drivername = PROTMAN$
[PKTDRV]
drivername = PKTDRV$
intvec = 0x60
bindings = PCNTND_NIF
[PCNTND_NIF]
; HP Ethernet Family Adapter
DRIVERNAME = PCNTND$
BUSTYPE = PCI1
LED2
= 0x90
The PROTOCOL.INI file must include a section describing the LAN adapter (the
PCNTND
section) and a section describing each of the network products being
run. Each network product section (e.g. NFS-NDIS) must include a
BINDINGS
statement.
5
The CONFIG.SYS file must be modified to contain the
DEVICE
statements that
load the required drivers (the Protocol Manager, HP NDIS 2.01, and packet driver
converter).
Add the following statements near the end of the CONFIG.SYS file:
DEVICE = C:\FTP\PROTMAN.DOS /I:C:\FTP
DEVICE = C:\FTP\PCNTND.DOS
DEVICE = C:\FTP\DIS_PKT.DOS
Please refer to the
FTP PC/TCP for DOS/Windows Installation Guide
for more
information about how to customize the CONFIG.SYS file for FTP PC/TCP
software.
The
DEVICE
statement for the PROTMAN driver must come before the other
network driver
DEVICE
statements.
The
/I:
parameter in the
DEVICE
statement for the PROTMAN file identifies
the path to the PROTOCOL.INI file (in this example
C:\FTP
).