Neelix 33 Posted 2006-11-20 21:42:59 Share Posted 2006-11-20 21:42:59 Что за хрень такая? вот настройки файрвола /sbin/iptables -t filter -A INPUT -p tcp -s 0.0.0.0/0 -d myip --sport 123 --dport 1024:65535 -j ACCEPT /sbin/iptables -t filter -A OUTPUT -p tcp -s myip -d 0.0.0.0/0 --sport 1024:65535 --dport 123 -j ACCEPT bash-3.00# /usr/sbin/ntpdate -q 0.pool.ntp.org Looking for host 0.pool.ntp.org and service ntp host found : 207.177.51.228 20 Nov 23:42:21 ntpdate[4337]: sendto(ns2.medbanner.com): Operation not permitted 20 Nov 23:42:22 ntpdate[4337]: sendto(ns2.medbanner.com): Operation not permitted 20 Nov 23:42:23 ntpdate[4337]: sendto(ns2.medbanner.com): Operation not permitted 20 Nov 23:42:24 ntpdate[4337]: sendto(ns2.medbanner.com): Operation not permitted server 207.177.51.228, stratum 0, offset 0.000000, delay 0.00000 20 Nov 23:42:25 ntpdate[4337]: no server suitable for synchronization found Link to post Share on other sites
Neelix 33 Posted 2006-11-21 06:54:02 Author Share Posted 2006-11-21 06:54:02 Проблема решена. Забыл, что ntpd работает по udp, а не tcp. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now