Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Chain INPUT (policy DROP 0 packets, 0 bytes)
  2. pkts bytes target prot opt in out source destination
  3. 0 0 fail2ban-ssh tcp -- any any anywhere anywhere multiport dports ssh
  4. 0 0 ACCEPT all -- tun+ any anywhere anywhere
  5. 16 928 ACCEPT all -- lo any anywhere anywhere
  6. 11 1451 ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  7. 0 0 DROP tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
  8. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ssh
  9. 0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:openvpn
  10. 0 0 ACCEPT udp -- any any anywhere anywhere udp dpt:openvpn
  11.  
  12. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  13. pkts bytes target prot opt in out source destination
  14. 0 0 ACCEPT all -- tun+ any anywhere anywhere
  15. 0 0 ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  16. 0 0 DROP tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
  17.  
  18. Chain OUTPUT (policy ACCEPT 24 packets, 1412 bytes)
  19. pkts bytes target prot opt in out source destination
  20. 0 0 ACCEPT tcp -- any any anywhere anywhere multiport dports 54000:54019
  21.  
  22. Chain fail2ban-ssh (1 references)
  23. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement