
Originally Posted by
jaro74
I use windows ping command
If ping to any domain on my host dont respond, http websites dont work to
at the same time ping to my hostname and http to my hostname work fine
i dont understand this
I use cPanel , centos 5.5 x64 my serv IP is '77.235.51.113'
When the problem occurs, can you still ping the IP address directly, and access HTTP using the IP address?
Example URL:
Code:
http://77.235.51.113/
Example Ping command:
Code:
# ping 77.235.51.113
Please try the following command as well, and replace "domain.tld" with one of the domain names that are affected; this is to help test if your server is responding to DNS queries (assuming it is used as a name sever for the affected domain):
Code:
# nslookup domain.tld. 77.235.51.113
Does the domain of the hostname use the same DNS/name servers as the affected domain names? That is, are the DNS/name servers the same as seen in a WHOIS query or at the domain registrar?
Via root CLI/SSH access to the server, please enter the following command to see if BIND/named may be failing (assuming cPanel chkservd is configured to monitor the name server):
Code:
# egrep --color "(named \[\[check command:-\]|Restarting named)" /var/log/chkservd.log
For reference, the Service Manager in WebHost Manager (WHM) can be used to make sure that cPanel chkservd is monitoring the name server; this is accessible via the following menu path: WHM: Main >> Service Configuration >> Service Manager
Additionally, have you tried contacting the upstream data center or server hosting vendor to see if they are able to resolve the difficulty? As the data center or server host should have direct access to the server their staff would be in the best position to assist with investigating the issue; I would give this avenue a shot to see if the server host may be able to pinpoint the problem.