Jump to content

Correct Syntax for Multiple NICs in unattend.txt


Recommended Posts

Windows 2003 x64 w/SP2

What is the correct syntax to configure multiple NICs in the unattend.txt?

I have 4 NICs in each server, 2 onboard, 2 on a multiport card.

Of course each will have different settings.

So far everything I try bombs and it ignores all NIC settings.

Thanks.

Link to comment
Share on other sites


Maybe if I add more info I wil get a response...

I am building IBM x3850 8864 servers.

They each have 4 Ethernet adapters.

1 onboard dualport Broadcom card

1 external dualport Intel card

To configure all NICS in the unattend.txt, I believe I need to specify which NIC is which.

If I put a line like the following in each params.Adapter1 section, will this work for many servers,

or is the INFID specific to EACH card.

[params.Adapter1]

InfID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&09"

Please advise...

Link to comment
Share on other sites

Looking for someone to feel sorry for me and help.... :>

I tried configuring just 2 of the 4 cards, the onboard dualport Broadcom, didn't work.

I think that the server flips the INFID from server to server build, so my config fails.

Meaning on 1 server build Local Connection 1 was the 008 adapter, and on the next server

Local Connection 1 was the 009 adapter.

Here is my Netadapter section, please advise.

I am in a real pinch here on this one, thanks.

[NetAdapters]

Adapter1=params.Adapter1

Adapter2=params.Adapter2

[params.Adapter1]

INFID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&09"

ConnectionName = "OB1"

; AdditionalParams=params.Adapter1.Additional

[params.Adapter2]

INFID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&08"

ConnectionName = "OB2"

; AdditionalParams=params.Adapter2.Additional

;[params.Adapter1.Additional]

; The line below specifies the speed/duplex options that the server

; will use. 6: 100 FULL 0: AUTO/AUTO

; RequestedMediaType="6"

; [params.Adapter2.Additional]

; The line below specifies the speed/duplex options that the server

; will use. 6: 100 FULL 0: AUTO/AUTO

; RequestedMediaType="6"

[params.MS_TCPIP]

AdapterSections=params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2

DNS=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

DNSDomain = ***

DNSSuffixSearchOrder = ***

DNSServerSearchOrder = ***

[params.MS_TCPIP.Adapter2]

SpecificTo=Adapter2

DHCP=Yes

WINS=No

NetBIOSOptions=0

DNSDomain = ***

DNSSuffixSearchOrder = ***

DNSServerSearchOrder = ***

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