From iamKhris, 7 Years ago, written in Plain Text.
- view diff
Embed
  1. root@freeswitch:/usr/src/freeswitch# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination        
  4. fail2ban-fusionpbx  all  --  anywhere             anywhere            
  5. fail2ban-freeswitch-dos  all  --  anywhere             anywhere            
  6. fail2ban-freeswitch-udp  all  --  anywhere             anywhere            
  7. fail2ban-freeswitch-tcp  all  --  anywhere             anywhere            
  8. fail2ban-ssh  tcp  --  anywhere             anywhere             multiport dports ssh
  9.  
  10. Chain FORWARD (policy ACCEPT)
  11. target     prot opt source               destination        
  12.  
  13. Chain OUTPUT (policy ACCEPT)
  14. target     prot opt source               destination        
  15.  
  16. Chain fail2ban-freeswitch-dos (1 references)
  17. target     prot opt source               destination        
  18. RETURN     all  --  anywhere             anywhere            
  19.  
  20. Chain fail2ban-freeswitch-tcp (1 references)
  21. target     prot opt source               destination        
  22. RETURN     all  --  anywhere             anywhere            
  23.  
  24. Chain fail2ban-freeswitch-udp (1 references)
  25. target     prot opt source               destination        
  26. RETURN     all  --  anywhere             anywhere            
  27.  
  28. Chain fail2ban-fusionpbx (1 references)
  29. target     prot opt source               destination        
  30. RETURN     all  --  anywhere             anywhere            
  31.  
  32. Chain fail2ban-ssh (1 references)
  33. target     prot opt source               destination        
  34. RETURN     all  --  anywhere             anywhere            
  35. root@freeswitch:/usr/src/freeswitch#
  36.