Created
July 16, 2009 05:13
-
-
Save hobodave/148234 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 | |
| fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh | |
| fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh | |
| fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh | |
| fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh | |
| ACCEPT all -- anywhere anywhere | |
| REJECT all -- anywhere loopback/8 reject-with icmp-port-unreachable | |
| ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:http | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:ldap | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:https | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-client | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-server | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:8000 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:http-alt | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:sunproxyadmin | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:8089 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:8443 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:10000 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:28080 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:2812 | |
| ACCEPT tcp -- anywhere anywhere tcp dpt:ssh | |
| ACCEPT icmp -- anywhere anywhere icmp echo-request | |
| REJECT all -- anywhere anywhere reject-with icmp-port-unreachable | |
| ACCEPT tcp -- anywhere anywhere tcp dpts:6890:6999 | |
| ACCEPT udp -- anywhere anywhere udp dpt:6881 | |
| Chain FORWARD (policy ACCEPT) | |
| target prot opt source destination | |
| REJECT all -- anywhere anywhere reject-with icmp-port-unreachable | |
| Chain OUTPUT (policy ACCEPT) | |
| target prot opt source destination | |
| ACCEPT all -- anywhere anywhere | |
| Chain fail2ban-SSH (4 references) | |
| target prot opt source destination | |
| RETURN all -- anywhere anywhere | |
| RETURN all -- anywhere anywhere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment