Jump to content

Recommended Posts

Posted

Hi there,

I just tested my slipstreamed SP2 but XP won't automatically setup my NIC anymore with below settings :)

Did anyone else experience this strange behaviour?

(Worked just fine with RC2)

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=No
   DNSSuffixSearchOrder=lan.fli4l
   UseDomainNameDevolution=No
   EnableLMHosts=No
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=192.168.0.4
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.0.1
   DNSServerSearchOrder=192.168.0.1
   WINS=No
   NetBIOSOptions=1


Posted

@visaversa: my winnt.sif (especially network section) worked just fine with RC2 but does not with SP2 RTM.

These are all tcp-settings in winnt.sif

I don't know what MS changed, all is set to DHCP :)

The only thing that is adjusted is the "DNSSuffixSearchOrder" setting

"IPAddress, SubnetMask,etc" everything will be overridden :rolleyes:

anyone else with this behaviour??

Posted
@visaversa: my winnt.sif (especially network section) worked just fine with RC2 but does not with SP2 RTM.

These are all tcp-settings in winnt.sif

I don't know what MS changed, all is set to DHCP :)

The only thing that is adjusted is the "DNSSuffixSearchOrder" setting

"IPAddress, SubnetMask,etc" everything will be overridden :rolleyes:

anyone else with this behaviour??

probably i have today or tomorrow a network install ready and see if this also occur at my site. I to have some machines on dhcp and some on fixed ip settings

i keep you informed...

Posted

thanks, i'm looking forward to it!

I did a couple of tests today and couldn't find out whats wrong. It seems as if these settings are just ignored :)

  • 1 month later...
Posted

I too have this problem, and as yet have not found a way for the settings within the winnt.sif to be used.

I use slipstreamed SP2 FULL.

Did anybody get this working. I'm at work so will post winnt sif details later, but they are gathered from using the tool as part of the deploy.cab.

So if anybody could shed light on how to make iot work - appreciation will be high.

Posted

Did you add the [Networking] section to your winnt.sif :whistle:

The [Networking] section contains no entries. However, to configure network protocols in unattended Setup or to use Sysprep, you must include the [Networking] section name in your answer file.
Posted

Yes i do have that section within the winnt.sif file.

PC died at weekend, so had to add it in manually, will remember tonight to add here.

Posted

Here is the code I use for setting up my Shuttle SS51G, which successfully names and configures my 2 NICs:

[Networking]
   InstallDefaultComponents=No

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

[params.Adapter1]
   ConnectionName="nVidia 100Mbps"
   INFID=PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC

[params.Adapter2]
   ConnectionName="CNet 1Gbps"
   INFID=PCI\VEN_100B&DEV_0022&SUBSYS_00000000

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[NetBindings]
   Enable="MS_Server, MS_NetBT, MS_TCPIP, Adapter1"
   Enable="MS_Server, MS_NetBT, MS_TCPIP, Adapter2"

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

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=No
   IPAddress=10.0.0.2
   SubnetMask=255.255.255.0
   NetBIOSOptions=0

[params.MS_TCPIP.Adapter2]
   SpecificTo=Adapter2
   DHCP=No
   IPAddress=192.168.1.2
   SubnetMask=255.255.255.0
   DefaultGateway=192.168.1.254
   DNSServerSearchOrder=192.168.1.254
   WINS=Yes
   WinsServerList=192.168.1.80
   NetBIOSOptions=1

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