Created
May 15, 2013 21:18
-
-
Save mrdaemon/5587484 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 | |
TARPITLOG tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: UPDATE seconds: 300 hit_count: 4 name: DEFAULT side: source | |
tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: SET name: DEFAULT side: source | |
Chain FORWARD (policy ACCEPT) | |
target prot opt source destination | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain TARPITLOG (1 references) | |
target prot opt source destination | |
LOG all -- anywhere anywhere LOG level warning | |
DROP all -- anywhere anywhere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment