PLESK COMMAND LINE INTERFACE

Section 3.4.4 Managing IP Addresses

3.4.4.1 Purpose

IP addresses can be managed with the help of the ipmanage.sh utility.

3.4.4.2 Usage

Usage: ipmanage.sh command [options]

Available commands and options:

Command Parameter Action
--create or -c <IP> creates an IP address
--update or -u <IP> updates an IP address
--remove or -r <IP> deletes an IP address
--ip_list or -l   displays a list of IP addresses
--ssl_list or -s   displays a list of available ssl certifications
--inter_list or -f   displays the list of available interfaces
--help or -h   displays help on the utility usage
Option Parameter Note
-type <shared|exclusive> the type of an IP address (required for create)
-ssl_certificate <name> a name of ssl certificate
-mask <IP> a name of ssl certification
-interface <dev> a name of interface


to top