DedicatedIpAddresses

DedicatedIpAddresses specifies the host's unique IP addresses. This is a required setting.

Note

To enable this Network Load Balancing setting, the NetworkLoadBalancingFullServer package must be enabled in the Windows image you are installing. To do this, use Windows System Image Manager to add the Microsoft-Windows-Foundation-Package to your answer file, and then configure the NetworkLoadBalancingFullServer package to enable it. For more information about adding and configuring packages, see the Windows Assessment and Deployment (Windows ADK) Technical Reference.

Child Element

Setting Description
IpAddress Specifies details about a host's unique IP address.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | DedicatedIpAddresses

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.

XML Example

The following XML output specifies a host's unique IP address.

<DedicatedIpAddresses>
   <IpAddress wcm:keyValue="Ip1">
      <IpAddress>10.192.45.1</IpAddress>
      <NetworkMask>255.255.255.0</NetworkMask>
   </IpAddress>
   <IpAddress wcm:keyValue="Ip2">
      <IpAddress>fe80::204:23ff:feb9:1111</IpAddress>
   </IpAddress>
</DedicatedIpAddresses>

Cluster