Jump to content

Second Network Card Ip Problem


Recommended Posts

Hi all

I have problem with unatended install winXP with IP setings to the second net card.

My PC have 3 connection: Nvidia nforce LAN(Local connection1) i dont use; Realtek RTL8169/8110(Local connection2) connected to the LAN; 1394 Net adapter i dont use this.

I useing fallowing setings.

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1
   Adapter2=params.Adapter2

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.Adapter1]
   INFID=*
   
[params.Adapter2]
   INFID=*
   ConnectionName=GigaLan

[params.MS_TCPIP]
   DNS=No
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1
   AdapterSections=params.MS_TCPIP.Adapter2

[params.MS_TCPIP.Adapter1]
  SpecificTo=Adapter1
  DHCP=YES
  WINS=No
  NetBIOSOptions=1

[params.MS_TCPIP.Adapter2]
   SpecificTo=Adapter2
   DHCP=No
   IPAddress=192.168.1.2
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.1.1
   DNSServerSearchOrder=***.***.***.**,***.***.***.**
   WINS=NO
   NetBIOSOptions=1

If i use same setings on the first Net card all working fine but on the second card never.

I have 2 questions.1)How i can automatcally disable adapter1. 2) how i can setup second card IP.

Maybe anyone can help me?

Link to comment
Share on other sites


Disabling nVidia in BIOS may help.

I have written an utility that can change ip information from command line, but it requires .NET Framework installed (currently learning C#). If you dont need network access in setup - it might help.

Link to comment
Share on other sites

Link

Syntax:

ipset.exe AdpterNumber [ip x.x.x.x] [gw x.x.x.x] [dns x.x.x.x/x.x.x.x] [dhcp]

Examples:

ipset eth0 ip 10.0.1.10/255.255.255.0 gw 10.0.1.1 dns 10.0.1.1/10.0.1.7

ipset eth1 ip 10.0.1.10 gw 10.0.1.1 dns 10.0.1.1

ipset eth0 dhcp

After installing Framework run ipset.exe. Adapter number is probably eth1, but try it from installed Windows first.

Link to comment
Share on other sites

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