IP Pool Settings

A client template holds IP pool settings for clients that will be created using this template. The client IP pool can contain a set of shared and exclusive IP addresses. Shared IP addresses are selected from Plesk server IP pool. Exclusive IP addresses are created for the client.

IP pool settings are specified by the ip-pool node which is presented by the ClienttemplatePoolType complex type (client_template.xsd). It is structured as follows:

ClienttemplateIpPoolType

 

 

The following request packet creates a client template for Plesk Administrator and specifies IP pool settings for the template:

<packet version="1.6.0.0">
<client-template>
<add>
   <name>base_template</name>
   <ip-pool>
      <ip-address>196.0.2.121</ip-address>
      <ip-address>196.0.2.122</ip-address>
      <allocate-ip>2</allocate-ip>
   </ip-pool>
   <owner-login>admin</owner-login>
</add>
</client-template>
</packet>