minigun Posted April 12, 2006 Posted April 12, 2006 i have this in my winnt.sif file...[Networking]InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter1[params.Adapter1] INFID=*[NetClients] MS_MSClient=params.MS_MSClient[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=192.168.0.2 SubnetMask=255.255.255.0 DefaultGateway=192.168.0.1 DNSServerSearchOrder=194.72.0.98,194.72.0.38 WINS=No NetBIOSOptions=0but it does not apply it to the connection...i used setupmgr so i know the syntax is correct but there is still a problem... also i searched google/the forum and found another thread with the exact same problem but therer was no answer in it...so... does anyone know how to get it to work??
RogueSpear Posted April 12, 2006 Posted April 12, 2006 [params.Adapter1] INFID=*You may want to try actually specifying a particular NIC here. I'm not 100% sure on this, but my line of thought is that if you have a FireWire adapter, the settings could be getting applied to it rather than your real NIC.
minigun Posted April 12, 2006 Author Posted April 12, 2006 hmmm im unsure what i should be putting in that field any guidance?? in the help file it says the pnpid but the pnpid i have is completly different (format) from the example...
RogueSpear Posted April 12, 2006 Posted April 12, 2006 (edited) From what I'm reading in ref.chm you may want to try using the NetCardAddress entry as follows:[params.Adapter1]NetCardAddress=MAC AddressIn the example that they give in the help file, the MAC address is solid with no dashes and it's preceded by "0x" (without the quotes). I'm not sure why as they make no effort to explain it. Also, it says that if you use NetCardAddress, INFID is ignored.I think my initial thought may be correct as well considering this entry from the help file:If InfID = *, Setup matches the first enumerated/detected network adapter on the computer with the settings in this section. Therefore, on a computer with a single network card, you can specify adapter-specific entries without knowing the name or type of the network adapter.It would seem that if the FireWire NIC is detected first, it will get the settings. To test my theory out you could always do the install and then look at the network settings for the 1394NIC. Edited April 12, 2006 by RogueSpear
minigun Posted April 13, 2006 Author Posted April 13, 2006 ok tried using the MACaddress and it didnt work :-/does it use a command (e.g IPconfig.exe)???
RogueSpear Posted April 13, 2006 Posted April 13, 2006 You may want to consult the help file and do some searches on Microsoft's web site to get all the information on that particular option. I really think that either it or my previous suggestion is what you're going to need in order to get the settings to take on your 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