iptables -A OUTPUT -p udp -o eth0 --dport 53 --sport 1024:65535 -j ACCEPTiptables -A INPUT -p udp -i eth0 --sport 53 --dport 1024:65535 -j ACCEPT
This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=55&topic_id=34640&post_id=148986