Jump to content

TCP/IP Config, how?


Recommended Posts

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!

Link to comment
Share on other sites


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
Link to comment
Share on other sites

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

That 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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 2 weeks later...

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