Adding TCP/IP Support to RemoteBoot WorkstationsLast reviewed: December 18, 1997Article ID: Q165001 |
The information in this article applies to:
SUMMARYBy default, a RemoteBoot workstation runs the NetBEUI protocol. This article describes how to install support for TCP/IP and how to modify the configuration so that the workstation can take advantage of Domain Name Service (DNS) name resolution.
MORE INFORMATIONThe following information assumes workstations can successfully boot from the Windows NT RemoteBoot server using NetBEUI. For more information on configuring RemoteBoot workstations, see Chapter 15 of the "Windows NT 4.0 Resource Kit."
Installing TCP/IP SupportBefore you set up clients to use TCP/IP, you must either enable DHCP on a DHCP Server (to assign addresses automatically), or you must assign IP addresses and subnet masks for each workstation that will use TCP/IP.
To Enable TCP/IP Support
Enable the Client to Use DNS for Name ResolutionThe workstation will, by default, not use DNS for name resolution. The following discusses what you need to do to enable DNS.
Installing SOCKETS and DNR Support
RplFiles\Profiles\Dos622\Wksta.pro\Tcputils.ini (in the above example, DOS622 is an example profile name)Every time you create a new workstation, this file will be copied to the correct location. If you have already created workstations, then you need to copy Tcputils.ini to every workstation subdirectory.
RplFiles\Machines\Perlars3\Dos622\Wksta\Tcputils.ini (in the above example, PERLARS3 is a workstation (machine) name; DOS622 is a profile associated with the workstation PERLARS3) Modifying the *.fit File for the Configuration You are UsingWhen you use Dos622.fit, you need to add one line:
;machine writeable files C:\LANMAN.DOS\TCPUTILS.INI MACHINES\(CNAME)\(PROFILE)\WKSTA\TCPUTILS.INIWhen you use Dos622p.fit, you need to delete one line and add another: Delete the following line:
;shared DOS LANMAN files C:\LANMAN.DOS\TCPUTILS.INI (BINFILES)\LANMAN.DOS\TCPUTILS.INIAdd this line:
;machine writeable files C:\LANMAN.DOS\TCPUTILS.INI MACHINES\(CNAME)\(PROFILE)\WKSTA\TCPUTILS.INI Copying TCP/IP Support FilesCopy the following files to RplFiles\BinFiles\Lanman.dos\Netprog
03/05/94 22:54 9,524 vbapi.386 03/05/94 22:54 9,535 vsockets.386 17/06/94 01:48 5,632 rpc16c3.dll 03/05/94 22:54 30,912 win_sock.dll 22/08/94 22:08 48,224 winsock.dll 03/05/94 22:54 33,280 wsockets.dll 03/05/94 22:53 19,569 addname.exe 22/08/94 22:08 31,232 dnr.exe 03/05/94 22:53 4,294 emsbfr.exe 22/08/94 22:08 11,205 ipconfig.exe 03/05/94 22:54 22,826 nmtsr.exe 03/05/94 22:54 66,460 ping.exe 22/08/94 22:08 50,096 sockets.exe 22/08/94 22:08 71,040 tcptsr.exe 22/08/94 22:08 36,992 tinyrfc.exe 17/06/94 01:51 13,799 unloadt.exe 03/05/94 22:54 5,152 wsahdapp.exeFor more information, see Chapter 15 Remoteboot in the Microsoft Windows NT 4.0 Server Networking Guide. Microsoft Press Part No: 097-0001650 Keywords : nthowto NTPROTOCOL NTSrv nttcp kbnetwork Version : WinNT:3.5,3.51,4.0 Platform : winnt Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |