2008 shaares
Comment ouvrir les ports pour ntp ?
allow client to query and receive timeserver
iptables -A OUTPUT -o eth0 -p udp \
-s
-d
-m state --state NEW -j ACCEPT
Comment ouvrir les ports pour ntp ?
iptables -A OUTPUT -o eth0 -p udp \
-s
-d
-m state --state NEW -j ACCEPT