ip_pool.exe: IP Pools
The ip_pool.exe
utility allows managing IP addresses within resellers' IP pools. With this utility you can add\remove IP addresses to\from reseller's IP pool, and set the IP address type.
Location
%plesk_cli%
Usage
ip_pool.exe <command> [<IP address>] [
<option_1> [<param>]
[<option_2> [<param>]]
]
Example
The following command adds the 192.0.2.94 shared IP address to the IP pool of the JDoe reseller account:
ip_pool.exe --add 192.0.2.94 -type shared -owner JDoe
Commands
Command | Parameter | Description | Example |
---|---|---|---|
|
|
Adds an IP address to a reseller's IP pool. Requires |
To add the 192.0.2.34 exclusive IP address to the JDoe IP pool: ip_pool.exe --add 192.0.2.34 -type exclusive -owner JDoe or ip_pool.exe --a 192.0.2.34 -type exclusive -owner JDoe |
|
|
Adds a number of IP addresses to a reseller's IP pool. Requires |
To add the 192.0.2.34 exclusive IP address and the 192.168.1.2 shared IP address to the JDoe IP pool: ip_pool.exe --add-list 192.0.2.34 -type exclusive 192.168.1.2 -type shared -owner JDoe |
|
|
Updates IP address info in a reseller's IP pool. Requires |
To change type of the 192.0.2.34 IP address which belongs to the JDoe's IP pool to shared: ip_pool.exe --update 192.0.2.34 -type shared -owner JDoe or ip_pool.exe -u 192.0.2.34 -type shared -owner JDoe |
|
|
Removes IP address from a reseller's IP pool. Requires |
To remove the 192.0.2.34 IP address from the JDoe's IP pool: ip_pool.exe --remove 192.0.2.34 -owner JDoe or ip_pool.exe -r 192.0.2.34 -owner JDoe |
|
|
Displays help on the use of the utility. |
To view help on the use of this utility: ip_pool.exe --help or ip_pool.exe -h |
Options
Option | Parameter | Description | Example |
---|---|---|---|
|
|
Specifies whether an IP address is allocated to a single reseller, or it is shared among many resellers. |
To set type of the 192.0.2.34 IP address which belongs to the JDoe's IP pool to shared: >ip_pool --update 192.0.2.34 -type shared -owner JDoe |
|
|
Specifies owner of the IP pool. Is required for all commands except for |
To remove the 192.0.2.34 IP address from the JDoe's IP pool: >ip_pool --remove 192.0.2.34 -owner JDoe |