Comment ouvrir les ports pour ntp ?
iptables -A OUTPUT -o eth0 -p udp \ -s --sport 123 \ -d --dport 123 \ -m state --state NEW -j ACCEPT