Jump to content

Disabling Bindings on a particular adapter


Recommended Posts

I'm having some problems getting [NetBindings] to work in a Windows 2003 unattended installation. I am attempting to disable:

- File and Printer Sharing for Microsoft Networks; and

- Client for Microsoft Networks

on a particular adapter. Everything else is working correctly - static IP address, adapter naming etc. Anyone with any ideas? Or any idea how to do the same thing via a script after Setup is complete?

TIA

Aaron

[Networking]
InstallDefaultComponents = No

[NetAdapters]
Adapter01=params.Adapter01
Adapter02=params.Adapter02

[params.Adapter01]
PCIBusNumber = 2
PCIDeviceNumber = 1
PCIFunctionNumber = 0
ConnectionName = "Windows Network Connection"

[params.Adapter02]
PCIBusNumber = 2
PCIDeviceNumber = 2
PCIFunctionNumber = 0
ConnectionName = "UNIX Network Connection"

[NetClients]
MS_MSClient = params.MS_MSClient

[params.MS_MSClient]

[NetServices]
MS_Server = params.MS_Server

[params.MS_Server]

[NetProtocols]
MS_TCPIP = params.MS_TCPIP

[params.MS_TCPIP]
AdapterSections = params.MS_TCPIP.Adapter01, params.MS_TCPIP.Adapter02

[params.MS_TCPIP.Adapter01]
SpecificTo = Adapter01
DefaultGateway = 10.7.1.3
DHCP = No
IPAddress = 10.7.1.22
NetBIOSOptions = 1
SubnetMask = 255.255.255.0
DNSServerSearchOrder = 10.7.1.21,10.7.1.20
WINS = No

[params.MS_TCPIP.Adapter02]
SpecificTo = Adapter02
; DefaultGateway =
DHCP = No
IPAddress = 10.7.2.22
; Disable NetBIOS on this connection
NetBIOSOptions = 2
SubnetMask = 255.255.255.0
; DNSServerSearchOrder =
WINS = No

[NetBindings]
Disable = "MS_Server, MS_NetBt, MS_TCPIP, Adapter02"
Disable = "MS_MSClient, MS_NetBt, MS_TCPIP, Adapter02"

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