• 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

Dr Web Update Timing Out

Shawn M

Basic Pleskian
Any clue about this?

ERROR: Dr.Web (R) Updater: Unable to connect to update.msk5.drweb.com: Connection timed out !
 
First of all check that hostname update.msk5.drweb.com is accessible and resolvable from your server.
 
For example:

$ host update.msk5.drweb.com
update.msk5.drweb.com has address 87.242.75.74
update.msk5.drweb.com has address 83.222.3.90

$ ping update.msk5.drweb.com
PING update.msk5.drweb.com (83.222.3.90) 56(84) bytes of data.
64 bytes from 83.222.3.90: icmp_seq=0 ttl=50 time=125 ms
64 bytes from 83.222.3.90: icmp_seq=1 ttl=50 time=125 ms
64 bytes from 83.222.3.90: icmp_seq=2 ttl=50 time=125 ms

$ telnet update.msk5.drweb.com 80
Trying 87.242.75.74...
Connected to update.msk5.drweb.com.
Escape character is '^]'.
 
I found that sometimes it connects and sometimes it does not. I've pinged and it timed out and I've pinged and it's worked fine. any ideas?
 
Maybe there is problem with hostname resolution? Try to define more reliable nameservers in /etc/resolv.conf
 
You can use any good nameservers there. For example:

$ cat /etc/resolv.conf
nameserver 4.2.2.1
nameserver 4.2.2.3
nameserver 66.7.207.2
nameserver 66.7.206.2


$ host 4.2.2.1
1.2.2.4.in-addr.arpa domain name pointer vnsc-pri.sys.gtei.net.

$ host 66.7.207.2
2.207.7.66.in-addr.arpa domain name pointer ns1.dimenoc.com.
 
Back
Top