Lines Matching refs:iptables
1 iptables-translate -A INPUT -p tcp -i eth0 --sport 53 -j ACCEPT
4 iptables-translate -A OUTPUT -p tcp -o eth0 --dport 53:66 -j DROP
7 iptables-translate -I OUTPUT -p tcp -d 8.8.8.8 -j ACCEPT
10 iptables-translate -I OUTPUT -p tcp --dport 1020:1023 --sport 53 -j ACCEPT
13 iptables -A INPUT -p tcp --tcp-flags ACK,FIN FIN -j DROP
16 iptables-translate -A INPUT -p tcp --syn -j ACCEPT
19 iptables-translate -A INPUT -p tcp --syn --dport 80 -j ACCEPT
22 iptables-translate -A INPUT -f -p tcp
25 iptables-translate -A INPUT ! -f -p tcp --dport 22
28 iptables-translate -A INPUT -p tcp --tcp-option 23
31 iptables-translate -A INPUT -p tcp ! --tcp-option 23
34 iptables-translate -I OUTPUT -p tcp --sport 0:65535 -j ACCEPT
37 iptables-translate -I OUTPUT -p tcp ! --sport 0:65535 -j ACCEPT