Advertisement
aka144

iptables -L

Apr 12th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. /root$ iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh
  5. fail2ban-nginx-dos tcp -- anywhere anywhere multiport dports http,8090
  6. fail2ban-ReqLimit tcp -- anywhere anywhere multiport dports http,https
  7. fail2ban-wordpress tcp -- anywhere anywhere multiport dports http,https
  8. fail2ban-NoAuthFailures tcp -- anywhere anywhere tcp dpt:http
  9. fail2ban-mysqld-auth tcp -- anywhere anywhere multiport dports mysql
  10. fail2ban-postfix tcp -- anywhere anywhere multiport dports smtp,urd,submission
  11. fail2ban-nginx-http-auth tcp -- anywhere anywhere multiport dports http,https
  12. fail2ban-php-url-fopen tcp -- anywhere anywhere multiport dports http,https
  13. fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh
  14. fail2ban-ssh-ddos tcp -- anywhere anywhere multiport dports ssh,ssh
  15. fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
  16.  
  17. Chain FORWARD (policy ACCEPT)
  18. target prot opt source destination
  19.  
  20. Chain OUTPUT (policy ACCEPT)
  21. target prot opt source destination
  22.  
  23. Chain fail2ban-BadBots (0 references)
  24. target prot opt source destination
  25. RETURN all -- anywhere anywhere
  26.  
  27. Chain fail2ban-NoAuthFailures (1 references)
  28. target prot opt source destination
  29. RETURN all -- anywhere anywhere
  30.  
  31. Chain fail2ban-NoLoginFailures (0 references)
  32. target prot opt source destination
  33. RETURN all -- anywhere anywhere
  34.  
  35. Chain fail2ban-NoProxy (0 references)
  36. target prot opt source destination
  37. RETURN all -- anywhere anywhere
  38.  
  39. Chain fail2ban-NoScript (0 references)
  40. target prot opt source destination
  41. RETURN all -- anywhere anywhere
  42.  
  43. Chain fail2ban-ReqLimit (1 references)
  44. target prot opt source destination
  45. RETURN all -- anywhere anywhere
  46.  
  47. Chain fail2ban-SSH (2 references)
  48. target prot opt source destination
  49. RETURN all -- anywhere anywhere
  50. RETURN all -- anywhere anywhere
  51.  
  52. Chain fail2ban-mysqld-auth (1 references)
  53. target prot opt source destination
  54. RETURN all -- anywhere anywhere
  55.  
  56. Chain fail2ban-nginx-dos (1 references)
  57. target prot opt source destination
  58. RETURN all -- anywhere anywhere
  59.  
  60. Chain fail2ban-nginx-http-auth (1 references)
  61. target prot opt source destination
  62. RETURN all -- anywhere anywhere
  63.  
  64. Chain fail2ban-php-url-fopen (1 references)
  65. target prot opt source destination
  66. RETURN all -- anywhere anywhere
  67.  
  68. Chain fail2ban-postfix (1 references)
  69. target prot opt source destination
  70. RETURN all -- anywhere anywhere
  71.  
  72. Chain fail2ban-ssh (1 references)
  73. target prot opt source destination
  74. RETURN all -- anywhere anywhere
  75.  
  76. Chain fail2ban-ssh-ddos (1 references)
  77. target prot opt source destination
  78. RETURN all -- anywhere anywhere
  79.  
  80. Chain fail2ban-wordpress (1 references)
  81. target prot opt source destination
  82. RETURN all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement