Jump to content

Recommended Posts

Posted

can someone help me to detect, why i can't assing fixed ip addresses for my NIC cards?

in my windows 2000 professionl laptop, there are two network cards: on fire wired network and on for wireless network. during unattended setup, the network cards are properly detected (drivers are correctly installed and i can rename them with settings in winnt.sif file), but during the unattended installation i can assign them fixed ip-addresses! the only results are windows default settings: obtain an ip address automatically :( everything necessary seems to be installed, cause i can manually assign ip-addresses and network works perfectly (throughput, sharing, printing).

i have done following:

* hfslip: hotfixes, directx9c, ie6sp1

* nlite: added drivers, tweaks, and so on

* manually added into winnt.sif network reated stuff

adequate part of my winnt.sif file is such:

[Components]
Indexsrv_system=Off
;added >> custom network ip addresses <<
NetOc=On

[Identification]
JoinWorkgroup=Workgroup

;added for tcp-ip network
[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter01=params.Adapter01
Adapter02=params.Adapter02

[params.Adapter01]
;INFID="PCI\VEN_10EC&DEV_8139&SUBSYS_B5511019&REV_10\4&22270378&0&18F0"
INFID="PCI\VEN_10EC&DEV_8139"
NetCardAddress=0x000D87B62E03
;PCIBusNumber=1
;PCIDeviceNumber=3
;PCIFunctionNumber=0
ConnectionName=LAC

[params.Adapter02]
;INFID="PCI\VEN_8086&DEV_4220&SUBSYS_27028086&REV_05\4&22270378&0&10F0"
INFID="PCI\VEN_8086&DEV_4220"
NetCardAddress=0x000E35A72C08
;PCIBusNumber=1
;PCIDeviceNumber=2
;PCIFunctionNumber=0
ConnectionName=WiFi

[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_SERVER=params.MS_SERVER

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01,params.TCPIP.Adapter02
DNS=No
NetBIOSOptions=0
UseDomainNameDevolution=No
EnableLMHosts=Yes

[params.TCPIP.Adapter01]
SpecificTo=Adapter01
IPAddress=192.168.1.9
SubnetMask=255.255.255.0
DefaultGateway=192.168.1.1
DNSServerSearchOrder=192.168.1.1
DHCP=No
WINS=No

[params.TCPIP.Adapter02]
SpecificTo=Adapter02
IPAddress=192.168.1.19
SubnetMask=255.255.255.0
DefaultGateway=192.168.1.1
DNSServerSearchOrder=192.168.1.1
DHCP=No
WINS=No

can someone point me, what is wrong????


Posted

While it only specifically mentions the sysprep.inf, maybe this is the cause?

From REF.CHM

Important

Because of Plug-and-Play limitations when installing network adapters, you cannot use this section in Sysprep.inf to configure more than one network adapter. The additional adapters will assume the default networking settings.

Posted

@ Joe User 99

no, i don't think so. the adapters are correctly identifyed via INFID or NetCardAddress or bus location (PCIBusNumber / PCIDeviceNumber / PCIFunctionNumber) and by winnt.sif i can rename them. maybe there is something related with nlite tweaking process (ie some services or driver or other necessary resources is removed, that is essential for this unattended process). i try it later, to see, would the problem continue without nlite.

Posted

so, clean install without nlitening and with network sectiona activated in winnt.sif file works perfectly :) the question is: what part of nlite will obstruct the fixed ip-addresses assignment ? any ideas? any experiences?? i suspect something in network, operating system, services os tweaking section ....

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...