plesk bin ip_pool.exe --add 192.0.2.94 -type shared -owner JDoe
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: plesk bin ip_pool.exe --add 192.0.2.34 -type exclusive -owner JDoe or plesk bin 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: plesk bin 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: plesk bin ip_pool.exe --update 192.0.2.34 -type shared -owner JDoe or plesk bin 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: plesk bin ip_pool.exe --remove 192.0.2.34 -owner JDoe or plesk bin 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: plesk bin ip_pool.exe --help or plesk bin ip_pool.exe -h |
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: plesk bin ip_pool.exe --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: plesk bin ip_pool.exe --remove 192.0.2.34 -owner JDoe |