• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Could Not Remove IP

Ercan None

New Pleskian
I am trying to remove my old ip from my server
It gives error.

C:\Program Files (x86)\Parallels\Plesk\admin\bin>ipmanage.exe -r 46.20.154.36
The IP address 46.20.154.36 is already used for hosting.


mysql> select * from dns_recs WHERE val= '46.20.154.36' ;
Empty set (0.00 sec)


mysql> select * from ip_addresses ;
+----+--------------+-----------------+--------------------------------+--------------------+-------------------+-------+--------+---------------+----------
| id | ip_address | mask | iface | ssl_certificate_id | default_domain_id | ftps | status | serviceNodeId | public_ip
+----+--------------+-----------------+--------------------------------+--------------------+-------------------+-------+--------+---------------+----------
| 3 | 46.20.154.36 | 255.255.255.240 | "Yerel Ag" | 2 | 0 | false | 2 | 1 | NULL


What i need to check?
 
Back
Top