Advertisement
Guest User

iptables

a guest
Aug 31st, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. root@tambaqui:~# iptables -L
  2. Chain INPUT (policy DROP)
  3. target prot opt source destination
  4. fail2ban-ssh tcp -- anywhere anywhere multiport dport s ssh
  5. fail2ban-VESTA tcp -- anywhere anywhere tcp dpt:8083
  6. fail2ban-MAIL tcp -- anywhere anywhere multiport dpor ts smtp,urd,submission,2525,pop3,pop3s,imap2,imaps
  7. fail2ban-SSH tcp -- anywhere anywhere tcp dpt:ssh
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  9. ACCEPT tcp -- anywhere anywhere multiport dports h ttp,https
  10. ACCEPT tcp -- anywhere anywhere multiport dports f tp,12000:12100
  11. ACCEPT udp -- anywhere anywhere udp dpt:domain
  12. ACCEPT tcp -- anywhere anywhere multiport dports s mtp,urd,submission,2525
  13. ACCEPT tcp -- anywhere anywhere multiport dports p op3,pop3s
  14. ACCEPT tcp -- anywhere anywhere multiport dports i map2,imaps
  15. ACCEPT tcp -- anywhere anywhere multiport dports m ysql,postgresql
  16. ACCEPT tcp -- anywhere anywhere tcp dpt:8083
  17. ACCEPT icmp -- anywhere anywhere
  18. ACCEPT all -- 104.236.251.137 anywhere
  19. ACCEPT all -- localhost anywhere
  20. ACCEPT tcp -- anywhere anywhere tcp spt:ftp-data
  21. ACCEPT tcp -- anywhere anywhere tcp spt:ftp
  22. ACCEPT tcp -- anywhere anywhere tcp spt:ssh
  23. ACCEPT tcp -- anywhere anywhere tcp spt:smtp
  24. ACCEPT udp -- anywhere anywhere udp spt:domain
  25. ACCEPT tcp -- anywhere anywhere tcp spt:http
  26. ACCEPT tcp -- anywhere anywhere tcp spt:https
  27. ACCEPT tcp -- anywhere anywhere tcp spt:pop3
  28. ACCEPT udp -- anywhere anywhere udp spt:ntp
  29. ACCEPT tcp -- anywhere anywhere tcp spt:imap2
  30. ACCEPT tcp -- anywhere anywhere tcp spt:mysql
  31. ACCEPT tcp -- anywhere anywhere tcp spt:postgresql
  32. ACCEPT tcp -- anywhere anywhere tcp spt:http-alt
  33. ACCEPT tcp -- anywhere anywhere tcp spt:8433
  34. ACCEPT tcp -- anywhere anywhere tcp spt:8083
  35. ACCEPT tcp -- anywhere anywhere tcp spts:12000:121 00
  36.  
  37. Chain FORWARD (policy ACCEPT)
  38. target prot opt source destination
  39.  
  40. Chain OUTPUT (policy ACCEPT)
  41. target prot opt source destination
  42.  
  43. Chain fail2ban-MAIL (1 references)
  44. target prot opt source destination
  45. RETURN all -- anywhere anywhere
  46.  
  47. Chain fail2ban-SSH (1 references)
  48. target prot opt source destination
  49. RETURN all -- anywhere anywhere
  50.  
  51. Chain fail2ban-VESTA (1 references)
  52. target prot opt source destination
  53. RETURN all -- anywhere anywhere
  54.  
  55. Chain fail2ban-ssh (1 references)
  56. target prot opt source destination
  57. REJECT all -- 178.20.229.77.salay.com.tr anywhere reject-with icmp-port-unreachable
  58. RETURN all -- anywhere anywhere
  59. RETURN all -- anywhere anywhere
  60.  
  61. Chain vesta (0 references)
  62. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement