• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Cannot Remove old IP's

Cameron_W

New Pleskian
Hi,

A few months ago we recieved a new range of IP addresses and have succesfully changed over my IP addresses . Everything is running ok.

Today, we went to add some new IP addresses and then clicked on "Reread IP" then, the old IP range reappeared.

Now, when we remove those IP's we get the following error message:
Error: IP address 61.8.xxx.xxx cannot be removed because it is used by DNS zone of one or more domains.

Now on investigations of the psa database we found that the IP addresses are linked to a domain which does not exist in the control panel anymore.

Is their a way to remove these records?
 
According to your description it is caused by database inconsistency. Therefore I see only one way - manual fixing psa database and then removing extra IPs with ifmng CLI utility.
 
Thanks IgorG.

Here are the steps I took:
1) Backed up the PSA mySQL Table
2) Go into the dns_recs table
Filtered the OLD IPs in the val column
3) Removed these rows
4) Go back and reread the IP's
5) Removed the old IPs.

and that has removed the old IPs.
 
You can also create full dump of psa database and try to find these IPs in this dump. Most probably that IPs can be used in other tables too.
 
Yes but, I can only see it in the following tables:

dns_recs - this is where I removed the old IP's
IP_Addresses
log_components
DashboardPresetConfig and;
exp_event
 
Back
Top