Advertisement
Gamestabled

Untitled

May 3rd, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. root@vultr:~# iptables -nL
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ufw-before-logging-input all -- 0.0.0.0/0 0.0.0.0/0
  5. ufw-before-input all -- 0.0.0.0/0 0.0.0.0/0
  6. ufw-after-input all -- 0.0.0.0/0 0.0.0.0/0
  7. ufw-after-logging-input all -- 0.0.0.0/0 0.0.0.0/0
  8. ufw-reject-input all -- 0.0.0.0/0 0.0.0.0/0
  9. ufw-track-input all -- 0.0.0.0/0 0.0.0.0/0
  10.  
  11. Chain FORWARD (policy DROP)
  12. target prot opt source destination
  13. DOCKER-USER all -- 0.0.0.0/0 0.0.0.0/0
  14. DOCKER-ISOLATION-STAGE-1 all -- 0.0.0.0/0 0.0.0.0/0
  15. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  16. DOCKER all -- 0.0.0.0/0 0.0.0.0/0
  17. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  18. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  19. ufw-before-logging-forward all -- 0.0.0.0/0 0.0.0.0/0
  20. ufw-before-forward all -- 0.0.0.0/0 0.0.0.0/0
  21. ufw-after-forward all -- 0.0.0.0/0 0.0.0.0/0
  22. ufw-after-logging-forward all -- 0.0.0.0/0 0.0.0.0/0
  23. ufw-reject-forward all -- 0.0.0.0/0 0.0.0.0/0
  24. ufw-track-forward all -- 0.0.0.0/0 0.0.0.0/0
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
  28. ufw-before-logging-output all -- 0.0.0.0/0 0.0.0.0/0
  29. ufw-before-output all -- 0.0.0.0/0 0.0.0.0/0
  30. ufw-after-output all -- 0.0.0.0/0 0.0.0.0/0
  31. ufw-after-logging-output all -- 0.0.0.0/0 0.0.0.0/0
  32. ufw-reject-output all -- 0.0.0.0/0 0.0.0.0/0
  33. ufw-track-output all -- 0.0.0.0/0 0.0.0.0/0
  34.  
  35. Chain DOCKER (1 references)
  36. target prot opt source destination
  37.  
  38. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  39. target prot opt source destination
  40. DOCKER-ISOLATION-STAGE-2 all -- 0.0.0.0/0 0.0.0.0/0
  41. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  42.  
  43. Chain DOCKER-ISOLATION-STAGE-2 (1 references)
  44. target prot opt source destination
  45. DROP all -- 0.0.0.0/0 0.0.0.0/0
  46. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  47.  
  48. Chain DOCKER-USER (1 references)
  49. target prot opt source destination
  50. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  51.  
  52. Chain ufw-after-forward (1 references)
  53. target prot opt source destination
  54.  
  55. Chain ufw-after-input (1 references)
  56. target prot opt source destination
  57. ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:137
  58. ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:138
  59. ufw-skip-to-policy-input tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:139
  60. ufw-skip-to-policy-input tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:445
  61. ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  62. ufw-skip-to-policy-input udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:68
  63. ufw-skip-to-policy-input all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  64.  
  65. Chain ufw-after-logging-forward (1 references)
  66. target prot opt source destination
  67. 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] "
  68.  
  69. Chain ufw-after-logging-input (1 references)
  70. target prot opt source destination
  71.  
  72. Chain ufw-after-logging-output (1 references)
  73. target prot opt source destination
  74.  
  75. Chain ufw-after-output (1 references)
  76. target prot opt source destination
  77.  
  78. Chain ufw-before-forward (1 references)
  79. target prot opt source destination
  80. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  81. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 3
  82. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 11
  83. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 12
  84. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 8
  85. ufw-user-forward all -- 0.0.0.0/0 0.0.0.0/0
  86.  
  87. Chain ufw-before-input (1 references)
  88. target prot opt source destination
  89. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  90. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  91. ufw-logging-deny all -- 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  92. DROP all -- 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  93. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 3
  94. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 11
  95. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 12
  96. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 8
  97. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68
  98. ufw-not-local all -- 0.0.0.0/0 0.0.0.0/0
  99. ACCEPT udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353
  100. ACCEPT udp -- 0.0.0.0/0 239.255.255.250 udp dpt:1900
  101. ufw-user-input all -- 0.0.0.0/0 0.0.0.0/0
  102.  
  103. Chain ufw-before-logging-forward (1 references)
  104. target prot opt source destination
  105.  
  106. Chain ufw-before-logging-input (1 references)
  107. target prot opt source destination
  108.  
  109. Chain ufw-before-logging-output (1 references)
  110. target prot opt source destination
  111.  
  112. Chain ufw-before-output (1 references)
  113. target prot opt source destination
  114. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  115. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  116. ufw-user-output all -- 0.0.0.0/0 0.0.0.0/0
  117.  
  118. Chain ufw-logging-allow (0 references)
  119. target prot opt source destination
  120. 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] "
  121.  
  122. Chain ufw-logging-deny (2 references)
  123. target prot opt source destination
  124. RETURN all -- 0.0.0.0/0 0.0.0.0/0 ctstate INVALID limit: avg 3/min burst 10
  125. 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] "
  126.  
  127. Chain ufw-not-local (1 references)
  128. target prot opt source destination
  129. RETURN all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
  130. RETURN all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST
  131. RETURN all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  132. ufw-logging-deny all -- 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10
  133. DROP all -- 0.0.0.0/0 0.0.0.0/0
  134.  
  135. Chain ufw-reject-forward (1 references)
  136. target prot opt source destination
  137.  
  138. Chain ufw-reject-input (1 references)
  139. target prot opt source destination
  140.  
  141. Chain ufw-reject-output (1 references)
  142. target prot opt source destination
  143.  
  144. Chain ufw-skip-to-policy-forward (0 references)
  145. target prot opt source destination
  146. DROP all -- 0.0.0.0/0 0.0.0.0/0
  147.  
  148. Chain ufw-skip-to-policy-input (7 references)
  149. target prot opt source destination
  150. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  151.  
  152. Chain ufw-skip-to-policy-output (0 references)
  153. target prot opt source destination
  154. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  155.  
  156. Chain ufw-track-forward (1 references)
  157. target prot opt source destination
  158.  
  159. Chain ufw-track-input (1 references)
  160. target prot opt source destination
  161. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  162. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  163.  
  164. Chain ufw-track-output (1 references)
  165. target prot opt source destination
  166. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  167. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  168.  
  169. Chain ufw-user-forward (1 references)
  170. target prot opt source destination
  171.  
  172. Chain ufw-user-input (1 references)
  173. target prot opt source destination
  174. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13100
  175. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13100
  176. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13101
  177. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13101
  178. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13102
  179. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13102
  180. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13100
  181. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13101
  182. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:13102
  183. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13100
  184. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13101
  185. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:13102
  186. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  187.  
  188. Chain ufw-user-limit (0 references)
  189. target prot opt source destination
  190. 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] "
  191. REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  192.  
  193. Chain ufw-user-limit-accept (0 references)
  194. target prot opt source destination
  195. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  196.  
  197. Chain ufw-user-logging-forward (0 references)
  198. target prot opt source destination
  199.  
  200. Chain ufw-user-logging-input (0 references)
  201. target prot opt source destination
  202.  
  203. Chain ufw-user-logging-output (0 references)
  204. target prot opt source destination
  205.  
  206. Chain ufw-user-output (1 references)
  207. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement