Jump to content

Recommended Posts

Posted

Hi,

I used XP deploy tools to create an unattended text file, but I can't find out how to add the "DNS Suffix for this connection" and how to uncheck "Register this connection's addresses in DNS". Does anyone know the commands? If you go to your network adapter, then Internet protocol properties, then advanced, then DNS you will see these settings.

Here is the network portion of my current unattended file (with certain objects blanked out)

[params.MS_TCPIP]

DNS=Yes

DNSSuffixSearchOrder=XXXXX,YYYYY,ZZZZZ,WWWW

UseDomainNameDevolution=No

EnableLMHosts=No

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=Yes

WinsServerList=xxxxxx,yyyyy

NetBIOSOptions=0


Posted

i use this with no issues;

[NetAdapters]
Adapter1=params.Adapter1

[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_SERVER=params.MS_SERVER

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

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

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
WINS=Yes
NetBIOSOptions=0
IPAddress=x.x.x.x
SubnetMask=x.x.x.x
DNSServerSearchOrder=x.x.x.x,x.x.x.x,x.x.x.x
WinsServerList=x.x.x.x
DefaultGateway=x.x.x.x
DNSDomain=??.co.uk

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
HTTP_Proxy_Server=x.x.x.x:portnumber
Proxy_Override=<local>

[params.Adapter1]
INFID=*

Obviously you replace x.x.x.x with your IP Address details.

I am only running the 1 NIC.

hope it helps

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