Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. iptables -nL > iptables.txt
  2.  
  3.  
  4. Chain INPUT (policy ACCEPT)
  5. target prot opt source destination
  6. ban all -- 0.0.0.0/0 0.0.0.0/0
  7. RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
  8.  
  9. Chain FORWARD (policy ACCEPT)
  10. target prot opt source destination
  11. RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
  12.  
  13. Chain OUTPUT (policy ACCEPT)
  14. target prot opt source destination
  15.  
  16. Chain RH-Firewall-1-INPUT (2 references)
  17. target prot opt source destination
  18. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  19. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 255
  20. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  21. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
  22. ACCEPT all -- 78.159.112.40 0.0.0.0/0
  23. ACCEPT all -- 89.149.253.20 0.0.0.0/0
  24. ACCEPT all -- 212.95.32.74 0.0.0.0/0
  25. ACCEPT all -- 178.162.188.39 0.0.0.0/0
  26. ACCEPT all -- 50.7.240.154 0.0.0.0/0
  27. ACCEPT all -- 50.7.240.50 0.0.0.0/0
  28. ACCEPT all -- 50.7.220.10 0.0.0.0/0
  29. ACCEPT all -- 46.182.106.108 0.0.0.0/0
  30. ACCEPT all -- 46.182.106.60 0.0.0.0/0
  31. ACCEPT all -- 94.242.214.111 0.0.0.0/0
  32. ACCEPT all -- 217.77.51.9 0.0.0.0/0
  33. ACCEPT all -- 217.77.50.149 0.0.0.0/0
  34. ACCEPT all -- 94.143.246.0/24 0.0.0.0/0
  35. ACCEPT all -- 94.143.240.0/24 0.0.0.0/0
  36. ACCEPT all -- 94.143.240.0/24 0.0.0.0/0
  37. ACCEPT all -- 212.109.6.238 0.0.0.0/0
  38. ACCEPT all -- 212.109.6.120 0.0.0.0/0
  39. ACCEPT all -- 178.19.0.0/16 0.0.0.0/0
  40. ACCEPT all -- 212.109.30.174 0.0.0.0/0
  41. REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
  42.  
  43. Chain ban (1 references)
  44. target prot opt source destination
  45. DROP all -- 31.169.17.230 0.0.0.0/0
  46. DROP all -- 128.74.25.26 0.0.0.0/0
  47. DROP all -- 193.200.175.68 0.0.0.0/0
  48. DROP all -- 194.44.38.119 0.0.0.0/0
  49. DROP all -- 37.55.19.147 0.0.0.0/0
  50. DROP all -- 130.185.35.35 0.0.0.0/0
  51. DROP all -- 79.126.111.2 0.0.0.0/0
  52. DROP all -- 178.122.153.117 0.0.0.0/0
  53. DROP all -- 95.215.112.80 0.0.0.0/0
  54. DROP all -- 91.124.178.246 0.0.0.0/0
  55. DROP all -- 91.194.191.208 0.0.0.0/0
  56. DROP all -- 92.47.135.24 0.0.0.0/0
  57. DROP all -- 46.71.232.168 0.0.0.0/0
  58. DROP all -- 91.211.212.5 0.0.0.0/0
  59. DROP all -- 2.134.177.180 0.0.0.0/0
  60. DROP all -- 77.52.81.151 0.0.0.0/0
  61. DROP all -- 95.135.80.20 0.0.0.0/0
  62. DROP all -- 31.211.8.182 0.0.0.0/0
  63. DROP all -- 178.129.84.24 0.0.0.0/0
  64. DROP all -- 82.193.98.173 0.0.0.0/0
  65. DROP all -- 46.130.91.112 0.0.0.0/0
  66. DROP all -- 95.57.150.73 0.0.0.0/0
  67. DROP all -- 212.80.35.26 0.0.0.0/0
  68. DROP all -- 151.80.179.59 0.0.0.0/0
  69. DROP all -- 109.104.172.175 0.0.0.0/0
  70. DROP all -- 178.160.167.130 0.0.0.0/0
  71. DROP all -- 77.35.49.104 0.0.0.0/0
  72. DROP all -- 195.3.133.90 0.0.0.0/0
  73. DROP all -- 95.29.13.117 0.0.0.0/0
  74. DROP all -- 85.26.165.90 0.0.0.0/0
  75. DROP all -- 92.113.100.239 0.0.0.0/0
  76. DROP all -- 91.204.114.148 0.0.0.0/0
  77. DROP all -- 176.98.195.143 0.0.0.0/0
  78. DROP all -- 109.254.71.171 0.0.0.0/0
  79. DROP all -- 109.201.236.123 0.0.0.0/0
  80. DROP all -- 84.234.100.24 0.0.0.0/0
  81. DROP all -- 80.67.250.106 0.0.0.0/0
  82. DROP all -- 94.45.103.117 0.0.0.0/0
  83. DROP all -- 213.151.9.176 0.0.0.0/0
  84. ...
Add Comment
Please, Sign In to add comment