• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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