Click to See Complete Forum and Search --> : Problem assigning static IP configuration from "sysprep.inf" when running and unattended sys


Ricardo
04-18-2002, 03:22 PM
Hi, everybody.
I am looking for help with the configuration of the "sysprep.inf" file I am using with a W2K installation from a "sysprep-prepared" and cloned hard disk.
The idea is making a "Fully automated" installation of W2K through the settings that can be configured in this file.

I am having trouble with the fields I am supossed to use for specifying static IP information (IPAddress, Subnetmask, etc).

The entries I have look like this:

************************************************** **************************
[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
Dns=No
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
Dchp=No
IPAddress=<local_host_static_IP_address>
SubnetMask=<local network mask>
DNSServerSearchOrder=<local_subnet_DNS_Server_IP_address>
Wins=No
NetBIOSOptions=No
************************************************** ************************

I am missing something ??

Thanks in advance for any help.

Ricardo Márquez.
Montevideo, Uruguay.