BritishBulldog Posted November 3, 2004 Posted November 3, 2004 How can i set a TCP/IP address to a specific MAC address in the winnt.sif.
BritishBulldog Posted November 3, 2004 Author Posted November 3, 2004 well i seem to have stumbled on it myself...
BritishBulldog Posted November 4, 2004 Author Posted November 4, 2004 in the winnt.sif you have to add the following.This is for the MAC address[params.Adapter1]NetcardAddress = 0x123456789ABor if you know this info[params.Adapter1]PCIBusNumber = 0PCIDeviceNumber = 11PCIFunctionNumber = 0so 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=0I 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now