dboone Posted September 3, 2005 Posted September 3, 2005 My motherboard has 2 LAN adapters built in. My winnt.sif is set to assign a static IP to one of these adapter, but it is assigning it to the wrong one. Is there a way that I can instruct the UA to assign that IP to a specific adapter? Maybe via it's MAC address?Thx, Darin
cancerface Posted September 4, 2005 Posted September 4, 2005 First specify your adapter(s) in the [NetAdapters] section of winnt.sif (or unattend.txt) and then define the MAC address of your cards and/or the PNP-ID in the [params.adapter instance] section:...[NetAdapters]Adapter1 = params.adapter1Adapter2 = params.adapter2[params.adapter1]NetCardAddress = 0x123456789ABConnectionName = "MyNetwork"[params.adapter2]NetCardAddress = 0x123456789ABConnectionName = "WAN"[params.MS_TCPIP.adapter1]SpecificTo = adapter1IPAddress = 192.168.0.254[params.MS_TCPIP.adapter2]SpecificTo = adapter2DisableDynamicUpdate = NoEnableAdapterDomainNameRegistration = NoDefaultGateway = 193.1.1.1DHCP = YesDHCPClassId = abcDNSDomain = fabrikam.comDNSServerSearchOrder = server1.fabrikam.com, fabrikam.comIPAddress = 193.1.1.33,193.1.1.34IpAllowedProtocols = 10NetBIOSOptions = 1TcpAllowedProtocols = 10UdpAllowedProtocols = 10SubnetMask = 193.1.1.255WINS = YesWINSServerList = 193.1.1.95,193.1.1.97...The other option is to use the PNP_ID of each adapter. MS recommends to use MACs if the PNP_IDs are the same ...all the above can be found in the MS Windows XP Service Pack 2 Deployment Tools
dboone Posted September 5, 2005 Author Posted September 5, 2005 (edited) Thxs, I'll give it a shot Edited September 5, 2005 by dboone
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