Blame SOURCES/sysconfig_ip6tables

ea7f4c
# sample configuration for ip6tables service
ea7f4c
# you can edit this manually or use system-config-firewall
ea7f4c
# please do not ask us to add additional ports/services to this default configuration
ea7f4c
*filter
ea7f4c
:INPUT ACCEPT [0:0]
ea7f4c
:FORWARD ACCEPT [0:0]
ea7f4c
:OUTPUT ACCEPT [0:0]
ea7f4c
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
ea7f4c
-A INPUT -p ipv6-icmp -j ACCEPT
ea7f4c
-A INPUT -i lo -j ACCEPT
ea7f4c
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
ea7f4c
-A INPUT -j REJECT --reject-with icmp6-adm-prohibited
ea7f4c
-A FORWARD -j REJECT --reject-with icmp6-adm-prohibited
ea7f4c
COMMIT