summaryrefslogblamecommitdiffstats
path: root/public/oak/bin/tcpip.ini
blob: 719b6692f8f558d1d4dc8bd30a35a85d1e91d693 (plain) (tree)











































                                                                                
//
// 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