Guest User

Ubuntudump

a guest
Jan 23rd, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.57 KB | None | 0 0
  1. arnoldsly99@ubuntu-server:~$ sudo iptables -L
  2. Chain INPUT (policy DROP)
  3. target prot opt source destination
  4. ufw-before-logging-input all -- anywhere anywhere
  5. ufw-before-input all -- anywhere anywhere
  6. ufw-after-input all -- anywhere anywhere
  7. ufw-after-logging-input all -- anywhere anywhere
  8. ufw-reject-input all -- anywhere anywhere
  9. ufw-track-input all -- anywhere anywhere
  10.  
  11. Chain FORWARD (policy DROP)
  12. target prot opt source destination
  13. DOCKER-USER all -- anywhere anywhere
  14. DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
  15. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  16. DOCKER all -- anywhere anywhere
  17. ACCEPT all -- anywhere anywhere
  18. ACCEPT all -- anywhere anywhere
  19. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  20. DOCKER all -- anywhere anywhere
  21. ACCEPT all -- anywhere anywhere
  22. ACCEPT all -- anywhere anywhere
  23. ufw-before-logging-forward all -- anywhere anywhere
  24. ufw-before-forward all -- anywhere anywhere
  25. ufw-after-forward all -- anywhere anywhere
  26. ufw-after-logging-forward all -- anywhere anywhere
  27. ufw-reject-forward all -- anywhere anywhere
  28. ufw-track-forward all -- anywhere anywhere
  29.  
  30. Chain OUTPUT (policy ACCEPT)
  31. target prot opt source destination
  32. ufw-before-logging-output all -- anywhere anywhere
  33. ufw-before-output all -- anywhere anywhere
  34. ufw-after-output all -- anywhere anywhere
  35. ufw-after-logging-output all -- anywhere anywhere
  36. ufw-reject-output all -- anywhere anywhere
  37. ufw-track-output all -- anywhere anywhere
  38.  
  39. Chain DOCKER (2 references)
  40. target prot opt source destination
  41. ACCEPT tcp -- anywhere 172.18.0.2 tcp dpt:7878
  42. ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:9000
  43. ACCEPT tcp -- anywhere 172.18.0.3 tcp dpt:3579
  44. ACCEPT tcp -- anywhere 172.18.0.4 tcp dpt:8686
  45. ACCEPT tcp -- anywhere 172.18.0.5 tcp dpt:9117
  46. ACCEPT tcp -- anywhere 172.18.0.7 tcp dpt:5299
  47. ACCEPT tcp -- anywhere 172.18.0.10 tcp dpt:8181
  48. ACCEPT tcp -- anywhere 172.18.0.11 tcp dpt:8282
  49. ACCEPT tcp -- anywhere 172.18.0.12 tcp dpt:http
  50. ACCEPT tcp -- anywhere 172.18.0.13 tcp dpt:8443
  51. ACCEPT tcp -- anywhere 172.18.0.14 tcp dpt:8989
  52. ACCEPT tcp -- anywhere 172.18.0.15 tcp dpt:8123
  53. ACCEPT tcp -- anywhere 172.18.0.15 tcp dpt:997
  54. ACCEPT udp -- anywhere 172.18.0.15 udp dpt:987
  55.  
  56. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  57. target prot opt source destination
  58. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  59. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  60. RETURN all -- anywhere anywhere
  61.  
  62. Chain DOCKER-ISOLATION-STAGE-2 (2 references)
  63. target prot opt source destination
  64. DROP all -- anywhere anywhere
  65. DROP all -- anywhere anywhere
  66. RETURN all -- anywhere anywhere
  67.  
  68. Chain DOCKER-USER (1 references)
  69. target prot opt source destination
  70. RETURN all -- anywhere anywhere
  71.  
  72. Chain ufw-after-forward (1 references)
  73. target prot opt source destination
  74.  
  75. Chain ufw-after-input (1 references)
  76. target prot opt source destination
  77. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-ns
  78. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-dgm
  79. ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:netbios-ssn
  80. ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:microsoft-ds
  81. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootps
  82. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootpc
  83. ufw-skip-to-policy-input all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
  84.  
  85. Chain ufw-after-logging-forward (1 references)
  86. target prot opt source destination
  87. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "
  88.  
  89. Chain ufw-after-logging-input (1 references)
  90. target prot opt source destination
  91. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "
  92.  
  93. Chain ufw-after-logging-output (1 references)
  94. target prot opt source destination
  95.  
  96. Chain ufw-after-output (1 references)
  97. target prot opt source destination
  98.  
  99. Chain ufw-before-forward (1 references)
  100. target prot opt source destination
  101. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  102. ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
  103. ACCEPT icmp -- anywhere anywhere icmp time-exceeded
  104. ACCEPT icmp -- anywhere anywhere icmp parameter-problem
  105. ACCEPT icmp -- anywhere anywhere icmp echo-request
  106. ufw-user-forward all -- anywhere anywhere
  107.  
  108. Chain ufw-before-input (1 references)
  109. target prot opt source destination
  110. ACCEPT all -- anywhere anywhere
  111. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  112. ufw-logging-deny all -- anywhere anywhere ctstate INVALID
  113. DROP all -- anywhere anywhere ctstate INVALID
  114. ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
  115. ACCEPT icmp -- anywhere anywhere icmp time-exceeded
  116. ACCEPT icmp -- anywhere anywhere icmp parameter-problem
  117. ACCEPT icmp -- anywhere anywhere icmp echo-request
  118. ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
  119. ufw-not-local all -- anywhere anywhere
  120. ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
  121. ACCEPT udp -- anywhere 239.255.255.250 udp dpt:1900
  122. ufw-user-input all -- anywhere anywhere
  123.  
  124. Chain ufw-before-logging-forward (1 references)
  125. target prot opt source destination
  126.  
  127. Chain ufw-before-logging-input (1 references)
  128. target prot opt source destination
  129.  
  130. Chain ufw-before-logging-output (1 references)
  131. target prot opt source destination
  132.  
  133. Chain ufw-before-output (1 references)
  134. target prot opt source destination
  135. ACCEPT all -- anywhere anywhere
  136. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  137. ufw-user-output all -- anywhere anywhere
  138.  
  139. Chain ufw-logging-allow (0 references)
  140. target prot opt source destination
  141. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW ALLOW] "
  142.  
  143. Chain ufw-logging-deny (2 references)
  144. target prot opt source destination
  145. RETURN all -- anywhere anywhere ctstate INVALID limit: avg 3/min burst 10
  146. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "
  147.  
  148. Chain ufw-not-local (1 references)
  149. target prot opt source destination
  150. RETURN all -- anywhere anywhere ADDRTYPE match dst-type LOCAL
  151. RETURN all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
  152. RETURN all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
  153. ufw-logging-deny all -- anywhere anywhere limit: avg 3/min burst 10
  154. DROP all -- anywhere anywhere
  155.  
  156. Chain ufw-reject-forward (1 references)
  157. target prot opt source destination
  158.  
  159. Chain ufw-reject-input (1 references)
  160. target prot opt source destination
  161.  
  162. Chain ufw-reject-output (1 references)
  163. target prot opt source destination
  164.  
  165. Chain ufw-skip-to-policy-forward (0 references)
  166. target prot opt source destination
  167. DROP all -- anywhere anywhere
  168.  
  169. Chain ufw-skip-to-policy-input (7 references)
  170. target prot opt source destination
  171. DROP all -- anywhere anywhere
  172.  
  173. Chain ufw-skip-to-policy-output (0 references)
  174. target prot opt source destination
  175. ACCEPT all -- anywhere anywhere
  176.  
  177. Chain ufw-track-forward (1 references)
  178. target prot opt source destination
  179.  
  180. Chain ufw-track-input (1 references)
  181. target prot opt source destination
  182.  
  183. Chain ufw-track-output (1 references)
  184. target prot opt source destination
  185. ACCEPT tcp -- anywhere anywhere ctstate NEW
  186. ACCEPT udp -- anywhere anywhere ctstate NEW
  187.  
  188. Chain ufw-user-forward (1 references)
  189. target prot opt source destination
  190.  
  191. Chain ufw-user-input (1 references)
  192. target prot opt source destination
  193. ACCEPT udp -- anywhere anywhere multiport dports netbios-ns,netbios-dgm /* 'dapp_Samba' */
  194. ACCEPT tcp -- anywhere anywhere multiport dports netbios-ssn,microsoft-ds /* 'dapp_Samba' */
  195. ACCEPT tcp -- anywhere anywhere tcp dpt:7878
  196. ACCEPT udp -- anywhere anywhere udp dpt:7878
  197. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  198. ACCEPT udp -- anywhere anywhere udp dpt:80
  199. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  200. ACCEPT udp -- anywhere anywhere udp dpt:22
  201. ACCEPT tcp -- anywhere anywhere tcp dpt:webmin
  202. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  203. ACCEPT tcp -- anywhere anywhere tcp dpt:7878
  204. ACCEPT udp -- anywhere anywhere udp dpt:10000
  205.  
  206. Chain ufw-user-limit (0 references)
  207. target prot opt source destination
  208. LOG all -- anywhere anywhere limit: avg 3/min burst 5 LOG level warning prefix "[UFW LIMIT BLOCK] "
  209. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  210.  
  211. Chain ufw-user-limit-accept (0 references)
  212. target prot opt source destination
  213. ACCEPT all -- anywhere anywhere
  214.  
  215. Chain ufw-user-logging-forward (0 references)
  216. target prot opt source destination
  217.  
  218. Chain ufw-user-logging-input (0 references)
  219. target prot opt source destination
  220.  
  221. Chain ufw-user-logging-output (0 references)
  222. target prot opt source destination
  223.  
  224. Chain ufw-user-output (1 references)
  225. target prot opt source destination
Add Comment
Please, Sign In to add comment