• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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