• 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

Question Temporary failure resolving

kalombo

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.10.60
Hi,

I cant update my server, getting temporary failure resolving. I thought it was because of my firewal rules, disabled it but the issue still not resolved.
Cant access plesk adimin and website. The screen in attachment
 

Attachments

  • 454646.JPG
    454646.JPG
    62.8 KB · Views: 2
You have a DNS resolving on your server. You can try to edit /etc/resolv.conf and add these two to the beginning of the file:
nameserver 8.8.8.8
nameserver 4.4.4.4
 
Thanks a lot for your reply. My ssh not available. For now using kvm console which not very confortable for me, is there a comman which i can use to add them?
 
are these commands right?

sudo sh -c "echo nameserver 8.8.8.8 > /etc/resolv.conf"
sudo sh -c "echo nameserver 4.4.4.4 > /etc/resolv.conf"
 
Back
Top