Guest User

Untitled

a guest
Aug 21st, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. iptables -L -n -v
  2. Chain INPUT (policy DROP 25 packets, 1516 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 match-set aapanel.ipv4.blacklist src
  5. 5276 427K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 match-set aapanel.ipv4.whitelist src
  6. 777K 230M ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  7. 777K 230M ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0
  8. 68844 53M ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0
  9. 68517 53M ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  10. 68517 53M ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0
  11. 68517 53M ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0
  12.  
  13. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  14. pkts bytes target prot opt in out source destination
  15. 0 0 DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
  16. 0 0 DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
  17. 0 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  18. 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
  19. 0 0 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  20. 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
  21. 0 0 ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  22. 0 0 ufw-before-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  23. 0 0 ufw-after-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  24. 0 0 ufw-after-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  25. 0 0 ufw-reject-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  26. 0 0 ufw-track-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  27.  
  28. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  29. pkts bytes target prot opt in out source destination
  30. 771K 348M ufw-before-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  31. 771K 348M ufw-before-output all -- * * 0.0.0.0/0 0.0.0.0/0
  32. 101K 25M ufw-after-output all -- * * 0.0.0.0/0 0.0.0.0/0
  33. 101K 25M ufw-after-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  34. 101K 25M ufw-reject-output all -- * * 0.0.0.0/0 0.0.0.0/0
  35. 101K 25M ufw-track-output all -- * * 0.0.0.0/0 0.0.0.0/0
  36.  
  37. Chain DOCKER (1 references)
  38. pkts bytes target prot opt in out source destination
  39.  
  40. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  41. pkts bytes target prot opt in out source destination
  42. 0 0 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  43. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  44.  
  45. Chain DOCKER-ISOLATION-STAGE-2 (1 references)
  46. pkts bytes target prot opt in out source destination
  47. 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
  48. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  49.  
  50. Chain DOCKER-USER (1 references)
  51. pkts bytes target prot opt in out source destination
  52. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  53.  
  54. Chain ufw-after-forward (1 references)
  55. pkts bytes target prot opt in out source destination
  56.  
  57. Chain ufw-after-input (1 references)
  58. pkts bytes target prot opt in out source destination
  59. 0 0 ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:137
  60. 0 0 ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:138
  61. 1 44 ufw-skip-to-policy-input tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139
  62. 6 312 ufw-skip-to-policy-input tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445
  63. 0 0 ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  64. 0 0 ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
  65. 0 0 ufw-skip-to-policy-input all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  66.  
  67. Chain ufw-after-logging-forward (1 references)
  68. pkts bytes target prot opt in out source destination
  69.  
  70. Chain ufw-after-logging-input (1 references)
  71. pkts bytes target prot opt in out source destination
  72. 24 1476 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "
  73.  
  74. Chain ufw-after-logging-output (1 references)
  75. pkts bytes target prot opt in out source destination
  76.  
  77. Chain ufw-after-output (1 references)
  78. pkts bytes target prot opt in out source destination
  79.  
  80. Chain ufw-before-forward (1 references)
  81. pkts bytes target prot opt in out source destination
  82. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  83. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
  84. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
  85. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
  86. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
  87. 0 0 ufw-user-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  88.  
  89. Chain ufw-before-input (1 references)
  90. pkts bytes target prot opt in out source destination
  91. 9524 1994K ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  92. 7451 6977K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  93. 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  94. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  95. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
  96. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
  97. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
  98. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
  99. 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68
  100. 135 7896 ufw-not-local all -- * * 0.0.0.0/0 0.0.0.0/0
  101. 0 0 ACCEPT udp -- * * 0.0.0.0/0 224.0.0.251 udp dpt:5353
  102. 0 0 ACCEPT udp -- * * 0.0.0.0/0 239.255.255.250 udp dpt:1900
  103. 135 7896 ufw-user-input all -- * * 0.0.0.0/0 0.0.0.0/0
  104.  
  105. Chain ufw-before-logging-forward (1 references)
  106. pkts bytes target prot opt in out source destination
  107.  
  108. Chain ufw-before-logging-input (1 references)
  109. pkts bytes target prot opt in out source destination
  110.  
  111. Chain ufw-before-logging-output (1 references)
  112. pkts bytes target prot opt in out source destination
  113.  
  114. Chain ufw-before-output (1 references)
  115. pkts bytes target prot opt in out source destination
  116. 9524 1994K ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
  117. 5188 4496K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  118. 796 54539 ufw-user-output all -- * * 0.0.0.0/0 0.0.0.0/0
  119.  
  120. Chain ufw-logging-allow (0 references)
  121. pkts bytes target prot opt in out source destination
  122. 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW ALLOW] "
  123.  
  124. Chain ufw-logging-deny (2 references)
  125. pkts bytes target prot opt in out source destination
  126. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID limit: avg 3/min burst 10
  127. 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "
  128.  
  129. Chain ufw-not-local (1 references)
  130. pkts bytes target prot opt in out source destination
  131. 135 7896 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
  132. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST
  133. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  134. 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10
  135. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  136.  
  137. Chain ufw-reject-forward (1 references)
  138. pkts bytes target prot opt in out source destination
  139.  
  140. Chain ufw-reject-input (1 references)
  141. pkts bytes target prot opt in out source destination
  142.  
  143. Chain ufw-reject-output (1 references)
  144. pkts bytes target prot opt in out source destination
  145.  
  146. Chain ufw-skip-to-policy-forward (0 references)
  147. pkts bytes target prot opt in out source destination
  148. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  149.  
  150. Chain ufw-skip-to-policy-input (7 references)
  151. pkts bytes target prot opt in out source destination
  152. 7 356 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  153.  
  154. Chain ufw-skip-to-policy-output (0 references)
  155. pkts bytes target prot opt in out source destination
  156. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  157.  
  158. Chain ufw-track-forward (1 references)
  159. pkts bytes target prot opt in out source destination
  160. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  161. 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  162.  
  163. Chain ufw-track-input (1 references)
  164. pkts bytes target prot opt in out source destination
  165.  
  166. Chain ufw-track-output (1 references)
  167. pkts bytes target prot opt in out source destination
  168. 212 12720 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  169. 584 41819 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  170.  
  171. Chain ufw-user-forward (1 references)
  172. pkts bytes target prot opt in out source destination
  173.  
  174. Chain ufw-user-input (1 references)
  175. pkts bytes target prot opt in out source destination
  176. 62 3692 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  177. 33 1908 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  178. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2226
  179. 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:2226
  180. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2226
  181. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110
  182. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995
  183. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
  184. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993
  185. 7 364 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
  186. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465
  187. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587
  188. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:18105
  189. 1 60 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6379
  190. 0 0 ACCEPT all -- enp35s0 * 0.0.0.0/0 95.217.36.178
  191. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2525
  192. 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:2525
  193.  
  194. Chain ufw-user-limit (0 references)
  195. pkts bytes target prot opt in out source destination
  196. 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "[UFW LIMIT BLOCK] "
  197. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  198.  
  199. Chain ufw-user-limit-accept (0 references)
  200. pkts bytes target prot opt in out source destination
  201. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  202.  
  203. Chain ufw-user-logging-forward (0 references)
  204. pkts bytes target prot opt in out source destination
  205.  
  206. Chain ufw-user-logging-input (0 references)
  207. pkts bytes target prot opt in out source destination
  208.  
  209. Chain ufw-user-logging-output (0 references)
  210. pkts bytes target prot opt in out source destination
  211.  
  212. Chain ufw-user-output (1 references)
  213. pkts bytes target prot opt in out source destination
  214. 0 0 ACCEPT all -- * enp35s0 95.217.36.178 0.0.0.0/0
Advertisement
Add Comment
Please, Sign In to add comment