Created
August 29, 2010 09:50
-
-
Save khamanaka/556158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Firewall configuration written by system-config-securitylevel | |
# Manual customization of this file is not recommended. | |
*filter | |
:INPUT DROP [0:0] | |
:FORWARD DROP [0:0] | |
:OUTPUT ACCEPT [0:0] | |
:RH-Firewall-1-INPUT - [0:0] | |
-A INPUT -j RH-Firewall-1-INPUT | |
-A FORWARD -j DROP | |
-A RH-Firewall-1-INPUT -i lo -j ACCEPT | |
## DO NOT EDIT !!!! | |
-A RH-Firewall-1-INPUT -m tcp -p tcp --sport 67:68 -j ACCEPT | |
-A RH-Firewall-1-INPUT -m udp -p udp --sport 67:68 -j ACCEPT | |
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT | |
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT | |
## DO NOT EDIT !!!! | |
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 22 -j ACCEPT | |
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited | |
COMMIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment