Advertisement
Guest User

Untitled

a guest
Oct 27th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. fail2ban-tor-syn-flood tcp -- anywhere anywhere
  4. fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
  5. ACCEPT all -- anywhere anywhere state ESTABLISHED
  6. SYN_THROTTLE tcp -- anywhere anywhere multiport dports 31923,31924 state NEW
  7.  
  8. Chain FORWARD (policy ACCEPT)
  9. target prot opt source destination
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. target prot opt source destination
  13.  
  14. Chain SYN_THROTTLE (1 references)
  15. target prot opt source destination
  16. ACCEPT all -- anywhere anywhere limit: avg 3/sec burst 6
  17. LOG all -- anywhere anywhere LOG level warning
  18. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  19.  
  20. Chain fail2ban-ssh (1 references)
  21. target prot opt source destination
  22. RETURN all -- anywhere anywhere
  23.  
  24. Chain fail2ban-tor-syn-flood (1 references)
  25. target prot opt source destination
  26. DROP all -- 192.168.X.X anywhere
  27. RETURN all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement