ElMonty Posted May 12, 2004 Posted May 12, 2004 HI!That's my problem, ive been trying to configure the TCP/IP protocol (IP address, default gateway, DNS addresses and subnet mask)for my network adapter but i couldn't Ive been "playing" with the winnt.sif guided by the ref.chm, and also using some .reg files. But always the protocol is configured automatically.How can I do that, im not pretty sure if the lines i added to winnt.sif are correct, could anyone post an example?Thnx!
Glowy Posted May 14, 2004 Posted May 14, 2004 These setting should work fine..Make sure the adapternumber is correct[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=192.168.0.1 SubnetMask=255.255.255.0 DefaultGateway=192.168.0.253 DNSServerSearchOrder=192.168.0.253
ElMonty Posted May 14, 2004 Author Posted May 14, 2004 [NetAdapters] Adapter01=params.Adapter01 [Params.Adapter01] INFID="PCI\VEN_8086&DEV_1229&SUBSYS_10C0103C&REV_02\3&61aaa01&0&58" [params.MS_TCPIP] AdapterSections= params.MS_TCPIP.Adapter01 [params.MS_TCPIP.Adapter01] SpecificTo=Adapter01 DefaultGateway=192.168.0.10 DNSServerSearchOrder=192.168.0.10,195.235.96.90 DHCP=No IPAddress=192.168.0.1 SubNetMask=255.255.255.0That was my last try and it failed Maybe the INFID is wrong, i got it from setuplog.txt (from a previous installation). I searched for my network adapter and found that:05/12/2004 19:19:35,d:\xpsp1\base\ntsetup\syssetup\syspnp.c,2908,,SETUP: Index = 26, [b]DeviceId = PCI\VEN_8086&DEV_1229&SUBSYS_10C0103C&REV_02\3&61aaa01&0&58[/b]05/12/2004 19:19:35,d:\xpsp1\base\ntsetup\syssetup\syspnp.c,2929,BEGIN_SECTION,05/12/2004 19:19:35,d:\xpsp1\base\ntsetup\syssetup\syspnp.c,2986,,SETUP: Device was NOT installed via answer file driver05/12/2004 19:19:35,d:\xpsp1\base\ntsetup\syssetup\syspnp.c,3124,,SETUP: DriverType = 205/12/2004 19:19:35,d:\xpsp1\base\ntsetup\syssetup\syspnp.c,3125,,SETUP: Description = [b]NetServer 10/100TX PCI LAN Adapter[/b]Is that the ID? (i supposed so viewing the examples in ref.chm)Thnx Glowy
edmoncu Posted May 15, 2004 Posted May 15, 2004 i am anewbie at manually specifying tcp/ip add from winnt.sif... i was wondering, is it specific with the LAN card present on the pc? or can i enter a generic ip setting that will work with all pc's?
Alanoll Posted May 26, 2004 Posted May 26, 2004 You only need this part...PCI\VEN_8086&DEV_1229Also, it won't work if you're testing in a virtual machine.
Bâshrat the Sneaky Posted May 27, 2004 Posted May 27, 2004 Is there also away to do this IN Windows, through a batch file? (I guess not, but I ask it anyway because it might be very usefull)
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