blob: 719b6692f8f558d1d4dc8bd30a35a85d1e91d693 (
plain) (
blame)
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
|
//
// This file is a regini script for modifying the system hive to load and
// properly initialize the TCP/IP drivers. This file requires editing
// by the user before it will work properly.
//
// You must edit 3 occurances of ADAPTERNAME to reflect your net adapter.
// You must edit IPADDRESS to reflect your IpAddress.
//
// Note*** this file should only be used when the triple boot install
// method for NT is used.
//
//
\Registry\Machine
System
CurrentControlSet
Services
Tcpip
Linkage
bind = \Device\Streams\ADAPTERNAME
Parameters
Hostname = MACHINENAME
DatabasePath = REG_EXPAND_SZ %SystemRoot%\system\drivers\etc
Nbt
Linkage
bind = \Device\Streams\ADAPTERNAME
Parameters
PermanentName = MACHINENAME
ScopeID =
ADAPTERNAME
Parameters
TCPIP
AdapterType = Ether
IPAddress = IPADDRESS
SubnetMask = 255.255.0.0
ForwardBroadcasts = REG_DWORD 0x1
KeepAlive = REG_DWORD 0x1
BroadcastType = REG_DWORD 0x1
Trailers = REG_DWORD 0x0
|