Unable to login using the nagiosadmin credentials
Re: Unable to login using the nagiosadmin credentials
[root@ip-10-1-252-201 ec2-user]# ntpdate -u 0.centos.pool.ntp.org
26 Aug 12:07:43 ntpdate[1322]: no server suitable for synchronization found
26 Aug 12:07:43 ntpdate[1322]: no server suitable for synchronization found
Re: Unable to login using the nagiosadmin credentials
No blocking of NTP packets
Re: Unable to login using the nagiosadmin credentials
Are there any internal NTP pools/servers your organization uses? You could try re-configuring your /etc/ntp.conf to use those pools instead of the default CentOS pools.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Unable to login using the nagiosadmin credentials
There are no internal NTP pools/servers
Re: Unable to login using the nagiosadmin credentials
Lets get some more verbose output from ntp. Can you run the following and share the output:
Code: Select all
ntpdate -uvd 0.centos.pool.ntp.orgFormer Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Unable to login using the nagiosadmin credentials
Attached a output from ntpdate
You do not have the required permissions to view the files attached to this post.
Re: Unable to login using the nagiosadmin credentials
Why does it show host found : mail.misbegotten.net
Because when I check on another server is shows correct host details, how can I update it on this server?
Because when I check on another server is shows correct host details, how can I update it on this server?
Re: Unable to login using the nagiosadmin credentials
I'm not sure what you mean by "correct host details". When NTP asks for the time from a given pool, something similar to RRDNS will pass the request to one of the servers in the pool. mail.misbegotten.net is just one of those servers in the ntp pool. Getting the same server on 2 separate ntpdate requests against pool.ntp.org is unlikely unless you're querying a specific server.sgiworks wrote:Why does it show host found : mail.misbegotten.net
Because when I check on another server is shows correct host details, how can I update it on this server?
The real issue is that your machine is trying to get the time from a remote server by transmitting a request but is not receiving a response back.
Are these machines (the functional and non-functional) at the same site with the same ISP? If not, you might inquire with the ISP to see if they're blocking NTP traffic. Again, this is definitely not unheard of since it's a common DOS vector. The ISP at the site might have a specific NTP server it has customers use.
Can you run a traceroute against one of those IPs in the output? traceroute 54.194.18.100 for example. You may need to yum install traceroute since it's not usually included with NLS. Feel free to PM the results of this if they contain sensitive network architecture information.
Other IPs that failed to return the time:
Code: Select all
transmit(54.194.18.100)
transmit(54.229.78.96)
transmit(54.171.104.100)
transmit(54.194.18.100)
transmit(54.229.78.96)
transmit(54.171.104.100)
transmit(54.194.18.100)
transmit(54.229.78.96)
transmit(54.171.104.100)
transmit(54.194.18.100)
transmit(54.229.78.96)
transmit(54.171.104.100)
transmit(54.194.18.100)
transmit(54.229.78.96)
transmit(54.171.104.100)Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Unable to login using the nagiosadmin credentials
traceroute to 54.194.18.100 failed, NO CONNECTION
Re: Unable to login using the nagiosadmin credentials
Could you also answer this question:
At this point, i'm fairly certain something on the network is filtering/blocking the requests NTP is making from this machine.mcapra wrote: Are these machines (the functional and non-functional) at the same site with the same ISP? If not, you might inquire with the ISP to see if they're blocking NTP traffic. Again, this is definitely not unheard of since it's a common DOS vector. The ISP at the site might have a specific NTP server it has customers use.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/