Jump to content

MAC to IP


Recommended Posts


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.

Link to comment
Share on other sites

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