viewing paste ip tables | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6900 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5121 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6121 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 6900 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 5121 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 6121 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
Viewed 946 times, submitted by Guest.