Jump to content

Recommended Posts

Posted

I'm having some problems getting sysprep to configure my networking components the way I want it to. My sysprep excerpt is below. I'm encountering the follow problems:

1. lmhosts ends up not being disabled

2. File and Print Sharing is bounded to the adapter when it shouldnt be (it's entry is check in the network card properties).

3. Same problem as 2 but for QoS Packet Scheduler.

Any suggestions on what I should change? Thanks for the help.

------------ sysprep.inf excerpt ---------------------

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter01 = params.Adapter01

;identify the network card by the pnp id

[params.Adapter01]

INFID = "PCI\VEN_8086&DEV_100E&SUBSYS_01511028&REV_02"

;install Client for MS Networks

[NetClients]

MS_MSClient = params.MS_MSClient

;use windows locator for ms client

[params.MS_MSClient]

NameServiceProtocol = ncacn_np

[MS_TCPIP parameters]

EnableLMHosts = No

EnableSecurity = Yes

DNSDomain = edited

DNSServerSearchOrder = edited

SyncDomainWithMembership = 1

;Only install TCP/IP.

[NetProtocols]

MS_TCPIP = params.MS_TCPIP

;disable lmhosts, enable tcp/ip filtering and allow tcp,ip, and udp

;set the gateway, enabled DHCP, disabled NetBios

[params.MS_TCPIP.Adapter01]

SpecificTo = Adapter01

IpAllowedProtocols = 4,6,17

DefaultGateway = edited

DHCP = Yes

NetBIOSOptions = 2

SubnetMask = 255.255.255.0

; disable file and print sharing, QoS, and NetBT

[NetBindings]

Disable = "MS_Server MS_PSched MS_NetBT Adapter01"


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