• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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