1 iptables -t filter -N ferm_auto_1
2 iptables -t filter -A INPUT -p udp -j ferm_auto_1
3 iptables -t filter -A ferm_auto_1 -p udp --dport domain -j ACCEPT
4 ip6tables -t filter -N ferm_auto_2
5 ip6tables -t filter -A INPUT -p udp -j ferm_auto_2
6 ip6tables -t filter -A ferm_auto_2 -p udp --dport domain -j ACCEPT