Jump to content

Recommended Posts

Posted (edited)

Hi

can anyone help me with setting some network settings in the sysprep.inf file

1. Append DNS suffixes with mydomain.com

2. Register this connection in the DNS has to be enabled

3. Use this connection's DNS suffix in the DNS registration has to be enabled

4. LMHOSTS lookup has to be enabled

5. Disable netbios over tcp/ip

I would like to do these setting via the sysprep.inf please.

Thanks for any and all help on this matter.

Edited by clivebuckwheat

Posted

It's all nicely explained in ref.chm

[params.MS_TCPIP]
DNSSuffixSearchOrder=mydomain.com
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
NetBIOSOptions=0
DHCP=No
WINS=
IPAddress=192.168.1.12
SubnetMask=255.255.255.0
DefaultGateway=192.168.1.1
DNSServerSearchOrder=192.168.1.1
DNSDomain=mydomain.com
WinsServerList=
EnableAdapterDomainNameRegistration=Yes

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