clivebuckwheat Posted October 4, 2008 Posted October 4, 2008 (edited) Hi can anyone help me with setting some network settings in the sysprep.inf file1. Append DNS suffixes with mydomain.com2. Register this connection in the DNS has to be enabled3. Use this connection's DNS suffix in the DNS registration has to be enabled4. LMHOSTS lookup has to be enabled5. Disable netbios over tcp/ipI would like to do these setting via the sysprep.inf please.Thanks for any and all help on this matter. Edited October 4, 2008 by clivebuckwheat
Noise Posted October 4, 2008 Posted October 4, 2008 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now