• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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