Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.32 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target     prot opt source               destination        
  3. ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
  4. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
  5. ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootps
  6. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:bootps
  7. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  8. ACCEPT     all  --  anywhere             anywhere            
  9. INPUT_direct  all  --  anywhere             anywhere            
  10. INPUT_ZONES_SOURCE  all  --  anywhere             anywhere            
  11. INPUT_ZONES  all  --  anywhere             anywhere            
  12. DROP       all  --  anywhere             anywhere             ctstate INVALID
  13. REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited
  14.  
  15. Chain FORWARD (policy ACCEPT)
  16. target     prot opt source               destination        
  17. DOCKER-USER  all  --  anywhere             anywhere            
  18. DOCKER-ISOLATION-STAGE-1  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. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  24. DOCKER     all  --  anywhere             anywhere            
  25. ACCEPT     all  --  anywhere             anywhere            
  26. ACCEPT     all  --  anywhere             anywhere            
  27. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  28. DOCKER     all  --  anywhere             anywhere            
  29. ACCEPT     all  --  anywhere             anywhere            
  30. ACCEPT     all  --  anywhere             anywhere            
  31. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  32. DOCKER     all  --  anywhere             anywhere            
  33. ACCEPT     all  --  anywhere             anywhere            
  34. ACCEPT     all  --  anywhere             anywhere            
  35. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  36. DOCKER     all  --  anywhere             anywhere            
  37. ACCEPT     all  --  anywhere             anywhere            
  38. ACCEPT     all  --  anywhere             anywhere            
  39. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  40. DOCKER     all  --  anywhere             anywhere            
  41. ACCEPT     all  --  anywhere             anywhere            
  42. ACCEPT     all  --  anywhere             anywhere            
  43. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  44. DOCKER     all  --  anywhere             anywhere            
  45. ACCEPT     all  --  anywhere             anywhere            
  46. ACCEPT     all  --  anywhere             anywhere            
  47. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  48. DOCKER     all  --  anywhere             anywhere            
  49. ACCEPT     all  --  anywhere             anywhere            
  50. ACCEPT     all  --  anywhere             anywhere            
  51. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  52. DOCKER     all  --  anywhere             anywhere            
  53. ACCEPT     all  --  anywhere             anywhere            
  54. ACCEPT     all  --  anywhere             anywhere            
  55. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  56. DOCKER     all  --  anywhere             anywhere            
  57. ACCEPT     all  --  anywhere             anywhere            
  58. ACCEPT     all  --  anywhere             anywhere            
  59. ACCEPT     all  --  anywhere             192.168.122.0/24     ctstate RELATED,ESTABLISHED
  60. ACCEPT     all  --  192.168.122.0/24     anywhere            
  61. ACCEPT     all  --  anywhere             anywhere            
  62. REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
  63. REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
  64. ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
  65. ACCEPT     all  --  anywhere             anywhere            
  66. FORWARD_direct  all  --  anywhere             anywhere            
  67. FORWARD_IN_ZONES_SOURCE  all  --  anywhere             anywhere            
  68. FORWARD_IN_ZONES  all  --  anywhere             anywhere            
  69. FORWARD_OUT_ZONES_SOURCE  all  --  anywhere             anywhere            
  70. FORWARD_OUT_ZONES  all  --  anywhere             anywhere            
  71. DROP       all  --  anywhere             anywhere             ctstate INVALID
  72. REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited
  73.  
  74. Chain OUTPUT (policy ACCEPT)
  75. target     prot opt source               destination        
  76. ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootpc
  77. OUTPUT_direct  all  --  anywhere             anywhere            
  78.  
  79. Chain DOCKER (10 references)
  80. target     prot opt source               destination        
  81.  
  82. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  83. target     prot opt source               destination        
  84. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  85. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  86. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  87. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  88. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  89. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  90. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  91. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  92. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  93. DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere            
  94. RETURN     all  --  anywhere             anywhere            
  95.  
  96. Chain DOCKER-ISOLATION-STAGE-2 (10 references)
  97. target     prot opt source               destination        
  98. DROP       all  --  anywhere             anywhere            
  99. DROP       all  --  anywhere             anywhere            
  100. DROP       all  --  anywhere             anywhere            
  101. DROP       all  --  anywhere             anywhere            
  102. DROP       all  --  anywhere             anywhere            
  103. DROP       all  --  anywhere             anywhere            
  104. DROP       all  --  anywhere             anywhere            
  105. DROP       all  --  anywhere             anywhere            
  106. DROP       all  --  anywhere             anywhere            
  107. DROP       all  --  anywhere             anywhere            
  108. RETURN     all  --  anywhere             anywhere            
  109.  
  110. Chain DOCKER-USER (1 references)
  111. target     prot opt source               destination        
  112. RETURN     all  --  anywhere             anywhere            
  113.  
  114. Chain FORWARD_IN_ZONES (1 references)
  115. target     prot opt source               destination        
  116. FWDI_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  117. FWDI_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  118.  
  119. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  120. target     prot opt source               destination        
  121.  
  122. Chain FORWARD_OUT_ZONES (1 references)
  123. target     prot opt source               destination        
  124. FWDO_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  125. FWDO_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  126.  
  127. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  128. target     prot opt source               destination        
  129.  
  130. Chain FORWARD_direct (1 references)
  131. target     prot opt source               destination        
  132.  
  133. Chain FWDI_FedoraWorkstation (2 references)
  134. target     prot opt source               destination        
  135. FWDI_FedoraWorkstation_log  all  --  anywhere             anywhere            
  136. FWDI_FedoraWorkstation_deny  all  --  anywhere             anywhere            
  137. FWDI_FedoraWorkstation_allow  all  --  anywhere             anywhere            
  138. ACCEPT     icmp --  anywhere             anywhere            
  139.  
  140. Chain FWDI_FedoraWorkstation_allow (1 references)
  141. target     prot opt source               destination        
  142.  
  143. Chain FWDI_FedoraWorkstation_deny (1 references)
  144. target     prot opt source               destination        
  145.  
  146. Chain FWDI_FedoraWorkstation_log (1 references)
  147. target     prot opt source               destination        
  148.  
  149. Chain FWDO_FedoraWorkstation (2 references)
  150. target     prot opt source               destination        
  151. FWDO_FedoraWorkstation_log  all  --  anywhere             anywhere            
  152. FWDO_FedoraWorkstation_deny  all  --  anywhere             anywhere            
  153. FWDO_FedoraWorkstation_allow  all  --  anywhere             anywhere            
  154.  
  155. Chain FWDO_FedoraWorkstation_allow (1 references)
  156. target     prot opt source               destination        
  157.  
  158. Chain FWDO_FedoraWorkstation_deny (1 references)
  159. target     prot opt source               destination        
  160.  
  161. Chain FWDO_FedoraWorkstation_log (1 references)
  162. target     prot opt source               destination        
  163.  
  164. Chain INPUT_ZONES (1 references)
  165. target     prot opt source               destination        
  166. IN_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  167. IN_FedoraWorkstation  all  --  anywhere             anywhere            [goto]
  168.  
  169. Chain INPUT_ZONES_SOURCE (1 references)
  170. target     prot opt source               destination        
  171.  
  172. Chain INPUT_direct (1 references)
  173. target     prot opt source               destination        
  174.  
  175. Chain IN_FedoraWorkstation (2 references)
  176. target     prot opt source               destination        
  177. IN_FedoraWorkstation_log  all  --  anywhere             anywhere            
  178. IN_FedoraWorkstation_deny  all  --  anywhere             anywhere            
  179. IN_FedoraWorkstation_allow  all  --  anywhere             anywhere            
  180. ACCEPT     icmp --  anywhere             anywhere            
  181.  
  182. Chain IN_FedoraWorkstation_allow (1 references)
  183. target     prot opt source               destination        
  184. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh ctstate NEW,UNTRACKED
  185. ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-ns ctstate NEW,UNTRACKED
  186. ACCEPT     udp  --  anywhere             anywhere             udp dpt:netbios-dgm ctstate NEW,UNTRACKED
  187. ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns ctstate NEW,UNTRACKED
  188. ACCEPT     udp  --  anywhere             anywhere             udp dpts:blackjack:65535 ctstate NEW,UNTRACKED
  189. ACCEPT     tcp  --  anywhere             anywhere             tcp dpts:blackjack:65535 ctstate NEW,UNTRACKED
  190.  
  191. Chain IN_FedoraWorkstation_deny (1 references)
  192. target     prot opt source               destination        
  193.  
  194. Chain IN_FedoraWorkstation_log (1 references)
  195. target     prot opt source               destination        
  196.  
  197. Chain OUTPUT_direct (1 references)
  198. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement