Created
June 16, 2011 00:17
-
-
Save chewbranca/1028444 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
Chain INPUT (policy ACCEPT) | |
target prot opt source destination | |
FWR all -- anywhere anywhere | |
ACCEPT tcp -- anywhere anywhere tcp dpt:www | |
ACCEPT tcp -- anywhere anywhere tcp dpt:https | |
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh | |
Chain FORWARD (policy ACCEPT) | |
target prot opt source destination | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain FWR (1 references) | |
target prot opt source destination | |
ACCEPT all -- anywhere anywhere | |
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED | |
ACCEPT icmp -- anywhere anywhere | |
REJECT tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable | |
REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment