Hi,
I am just pulling my hairs to get openntpd running, just no luck with so much troubleshooting and breaking my head over this issue after a fresh installation ofFreebsd FreeBSD 10.
My ntpd.conf file :
The rule for NTP on my pf.conf is the following:
I tried even disabling the PF firewall but still things dont don't work, I removed openntpd and tried to set the time with ntpdate but I get the following error:
I am really getting tired trying to get the time set for the server, so right now I am trying to see why ntpdate is not setting time on my server and once I am able to resolve I will proceed with openntpd. What am I doing wrong or any clue why ntpdate is not working?
Thanks and regards,
dotfish
I am just pulling my hairs to get openntpd running, just no luck with so much troubleshooting and breaking my head over this issue after a fresh installation of
My ntpd.conf file :
Code:
# Addresses to listen on (ntpd does not listen by default)
#listen on *
#listen on ::1
listen on 192.168.1.1
# sync to a single server
#server ntp.example.org
# use a random selection of NTP Pool Time Servers
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
server 1.in.pool.ntp.org
server 1.asia.pool.ntp.org
server 0.asia.pool.ntp.org
The rule for NTP on my pf.conf is the following:
Code:
pass out quick on $ext_if inet proto udp from any to any port ntp
pass out quick on $ext_if inet proto tcp from any to any port ntp
Code:
ntpdate[35410]: no server suitable for synchronization found
I am really getting tired trying to get the time set for the server, so right now I am trying to see why ntpdate is not setting time on my server and once I am able to resolve I will proceed with openntpd. What am I doing wrong or any clue why ntpdate is not working?
Thanks and regards,
dotfish