Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# Firewall configuration written by system-config-firewall
|
|
|
2 |
# Manual customization of this file is not recommended.
|
|
|
3 |
*filter
|
|
|
4 |
:INPUT ACCEPT [0:0]
|
|
|
5 |
:FORWARD ACCEPT [0:0]
|
|
|
6 |
:OUTPUT ACCEPT [0:0]
|
|
|
7 |
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
|
|
|
8 |
-A INPUT -p ipv6-icmp -j ACCEPT
|
|
|
9 |
-A INPUT -i lo -j ACCEPT
|
|
|
10 |
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
|
|
|
11 |
-A INPUT -j REJECT --reject-with icmp6-adm-prohibited
|
|
|
12 |
-A FORWARD -j REJECT --reject-with icmp6-adm-prohibited
|
|
|
13 |
COMMIT
|