Jump to content

Recommended Posts


Posted

in the winnt.sif you have to add the following.

This is for the MAC address

[params.Adapter1]
NetcardAddress = 0x123456789AB

or if you know this info

[params.Adapter1]
PCIBusNumber = 0
PCIDeviceNumber = 11
PCIFunctionNumber = 0

so the Network bits in my winnt.sif look like this

[Identification]
   JoinDomain=*MyDomain*
   DomainAdmin=*MyAdmin*
   DomainAdminPassword=*MyAdminPassword*

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   PCIBusNumber = 2
   PCIDeviceNumber = 6
   PCIFunctionNumber = 0


[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[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
   DHCP=No
   IPAddress=172.22.9.34
   SubnetMask=255.255.248.0
   DefaultGateway=172.22.8.1
   DNSServerSearchOrder=172.22.8.44,172.22.8.32
   WINS=No
   NetBIOSOptions=0

I have not got the login to the Domain going yet so any help on this would be good, but the IP address is assigned to the correct NIC.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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