zo staat het nu in de iptables script at ik heb, maar elke keer als ik een ntpdate update doe krijg ik de volgende error:Code:################################################################################ # OUTPUT - PORT 123 - NTP Network Time Protocol ################################################################################ for server_ips in $SERVER_IPS; do $IPTABLES -A OUTPUT -o eth0 -s $SERVER_IPS -p udp -m state --state NEW --sport $UNPRIVPORTS --dport 123 -j ACCEPT done ################################################################################ # INPUT - PORT 123 - NTP Network Time Protocol ################################################################################ for server_ips in $SERVER_IPS; do $IPTABLES -A INPUT -i eth0 -d $SERVER_IPS -p udp -m state --state NEW --sport $UNPRIVPORTS --dport 123 -j ACCEPT done
23 Feb 10:20:24 ntpdate[10498]: ntpdate 4.0.99j Wed Aug 23 13:11:25 EDT 2000 (1)
23 Feb 10:20:24 ntpdate[10498]: sendto(193.67.79.202): Operation not permitted
23 Feb 10:20:25 ntpdate[10498]: sendto(193.67.79.202): Operation not permitted
23 Feb 10:20:26 ntpdate[10498]: sendto(193.67.79.202): Operation not permitted
23 Feb 10:20:27 ntpdate[10498]: sendto(193.67.79.202): Operation not permitted
23 Feb 10:20:28 ntpdate[10498]: no server suitable for synchronization found
iemand enig idee wat ik fout doe ?

Likes:

