Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > RE: Issue with IP Address assignment during unattended setup

Reply
Thread Tools Display Modes

RE: Issue with IP Address assignment during unattended setup

 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      04-19-2009
Hello Gunter

Did you saw this article:
http://support.microsoft.com/kb/920293

Also check this article about using the MAC address:
http://technet.microsoft.com/en-us/l.../cc738608.aspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

"Gunter Danzeisen" wrote:

> Hi all,
>
> I am using a unattend file for a W2k3 R2 SP2 installation. The answer file
> also sets the IP addresses of the three NIC. However, after the setup is
> finished the NIC are configured as DHCP.
>
> Any ideas what's wrong? The unattend.txt file looks like this.
>
> [Networking]
> InstallDefaultComponents=No
>
> [NetAdapters]
> Adapter01=params.Adapter01
> Adapter02=params.Adapter02
> Adapter03=params.Adapter03
>
> [params.Adapter01]
> ConnectionName="t_dir_zone"
> PCIBusNumber=3
> PCIDeviceNumber=0
> PCIFunctionNumber=0
>
> [params.Adapter02]
> ConnectionName="heartbeat"
> PCIBusNumber=6
> PCIDeviceNumber=0
> PCIFunctionNumber=0
>
> [params.Adapter03]
> ConnectionName="t_mgmt_dir_zone"
> PCIBusNumber=0
> PCIDeviceNumber=7
> PCIFunctionNumber=0
>
> [NetClients]
> MS_MSClient=params.MS_MSClient
>
> [NetServices]
> MS_SERVER=params.MS_SERVER
> MS_WLBS=params.MS_WLBS
>
> [params.MS_WLBS]
> AdapterSections=params.MS_WLBS.Adapter1
>
> [params.MS_WLBS.Adapter1]
> SpecificTo=Adapter1
> HostPriority=1
> ClusterModeOnStart=1
> ClusterIPAddress=192.37.56.84
> ClusterNetworkMask=255.255.255.240
> DedicatedIPAddress=192.37.56.85
> DedicatedNetworkMask=255.255.255.240
> ClusterName=tdir.pki.novartis.intra
> MulticastSupportEnable=0
> RemoteControlEnabled=0
>
> [NetBindings]
> Enable=MS_WLBS,Adapter1
>
> [NetProtocols]
> MS_TCPIP=params.MS_TCPIP
>
> [params.MS_TCPIP]
> DNSDomain=pki.novartis.intra
> UseDomainNameDevolution=No
> EnableLMHosts=No
> AdapterSections=params.MS_TCPIP.Adapter1,params.MS _TCPIP.Adapter2,params.MS_TCPIP.Adapter3[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=no IPAddress=192.37.56.85,192.37.56.84 SubnetMask=255.255.255.240,255.255.255.240 DefaultGateway=192.37.56.81 WINS=no NetBIOSOptions=2 DisableDynamicUpdate=Yes[params.MS_TCPIP.Adapter2] SpecificTo=Adapter2 DHCP=no IPAddress=192.37.56.87 SubnetMask=255.255.255.240 WINS=no NetBIOSOptions=2 DisableDynamicUpdate=Yes[params.MS_TCPIP.Adapter3] SpecificTo=Adapter3 DHCP=no IPAddress=192.37.56.213 SubnetMask=255.255.255.240 WINS=no NetBIOSOptions=2 DisableDynamicUpdate=Yes[NetOptionalComponents] SNMP=1

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP Address Assignment pestocat Server Networking 0 03-04-2006 11:43 PM
Re: DHCP address assignment Xiaohu Huang [MSFT] Server Networking 0 06-15-2005 06:30 AM
IP address assignment for VPN computers Jaime Stuardo Server Networking 2 05-09-2005 01:53 AM
DHCP - Address assignment Mazhar Windows Server 1 08-19-2004 10:00 PM
Unattended Setup: W2K3, Static IP Address aaroneparker Server Setup 0 02-16-2004 01:36 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59