Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 KB | None | 0 0
  1. Chain INPUT (policy DROP)
  2. target prot opt source destination
  3. ufw-before-logging-input all -- anywhere anywhere
  4. ufw-before-input all -- anywhere anywhere
  5. ufw-after-input all -- anywhere anywhere
  6. ufw-after-logging-input all -- anywhere anywhere
  7. ufw-reject-input all -- anywhere anywhere
  8. ufw-track-input all -- anywhere anywhere
  9.  
  10. Chain FORWARD (policy DROP)
  11. target prot opt source destination
  12. ufw-before-logging-forward all -- anywhere anywhere
  13. ufw-before-forward all -- anywhere anywhere
  14. ufw-after-forward all -- anywhere anywhere
  15. ufw-after-logging-forward all -- anywhere anywhere
  16. ufw-reject-forward all -- anywhere anywhere
  17.  
  18. Chain OUTPUT (policy ACCEPT)
  19. target prot opt source destination
  20. ufw-before-logging-output all -- anywhere anywhere
  21. ufw-before-output all -- anywhere anywhere
  22. ufw-after-output all -- anywhere anywhere
  23. ufw-after-logging-output all -- anywhere anywhere
  24. ufw-reject-output all -- anywhere anywhere
  25. ufw-track-output all -- anywhere anywhere
  26. Nanny all -- anywhere anywhere
  27.  
  28. Chain Nanny (1 references)
  29. target prot opt source destination
  30.  
  31. Chain ufw-after-forward (1 references)
  32. target prot opt source destination
  33.  
  34. Chain ufw-after-input (1 references)
  35. target prot opt source destination
  36. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-ns
  37. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-dgm
  38. ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:netbios-ssn
  39. ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:microsoft-ds
  40. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootps
  41. ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootpc
  42. ufw-skip-to-policy-input all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
  43.  
  44. Chain ufw-after-logging-forward (1 references)
  45. target prot opt source destination
  46. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "
  47.  
  48. Chain ufw-after-logging-input (1 references)
  49. target prot opt source destination
  50.  
  51. Chain ufw-after-logging-output (1 references)
  52. target prot opt source destination
  53.  
  54. Chain ufw-after-output (1 references)
  55. target prot opt source destination
  56.  
  57. Chain ufw-before-forward (1 references)
  58. target prot opt source destination
  59. ufw-user-forward all -- anywhere anywhere
  60.  
  61. Chain ufw-before-input (1 references)
  62. target prot opt source destination
  63. ACCEPT all -- anywhere anywhere
  64. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  65. ufw-logging-deny all -- anywhere anywhere state INVALID
  66. DROP all -- anywhere anywhere state INVALID
  67. ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
  68. ACCEPT icmp -- anywhere anywhere icmp source-quench
  69. ACCEPT icmp -- anywhere anywhere icmp time-exceeded
  70. ACCEPT icmp -- anywhere anywhere icmp parameter-problem
  71. ACCEPT icmp -- anywhere anywhere icmp echo-request
  72. ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
  73. ufw-not-local all -- anywhere anywhere
  74. ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
  75. ACCEPT udp -- anywhere 239.255.255.250 udp dpt:1900
  76. ufw-user-input all -- anywhere anywhere
  77.  
  78. Chain ufw-before-logging-forward (1 references)
  79. target prot opt source destination
  80.  
  81. Chain ufw-before-logging-input (1 references)
  82. target prot opt source destination
  83.  
  84. Chain ufw-before-logging-output (1 references)
  85. target prot opt source destination
  86.  
  87. Chain ufw-before-output (1 references)
  88. target prot opt source destination
  89. ACCEPT all -- anywhere anywhere
  90. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  91. ufw-user-output all -- anywhere anywhere
  92.  
  93. Chain ufw-logging-allow (0 references)
  94. target prot opt source destination
  95. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW ALLOW] "
  96.  
  97. Chain ufw-logging-deny (2 references)
  98. target prot opt source destination
  99. RETURN all -- anywhere anywhere state INVALID limit: avg 3/min burst 10
  100. LOG all -- anywhere anywhere limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "
  101.  
  102. Chain ufw-not-local (1 references)
  103. target prot opt source destination
  104. RETURN all -- anywhere anywhere ADDRTYPE match dst-type LOCAL
  105. RETURN all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
  106. RETURN all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
  107. ufw-logging-deny all -- anywhere anywhere limit: avg 3/min burst 10
  108. DROP all -- anywhere anywhere
  109.  
  110. Chain ufw-reject-forward (1 references)
  111. target prot opt source destination
  112.  
  113. Chain ufw-reject-input (1 references)
  114. target prot opt source destination
  115.  
  116. Chain ufw-reject-output (1 references)
  117. target prot opt source destination
  118.  
  119. Chain ufw-skip-to-policy-forward (0 references)
  120. target prot opt source destination
  121. DROP all -- anywhere anywhere
  122.  
  123. Chain ufw-skip-to-policy-input (7 references)
  124. target prot opt source destination
  125. DROP all -- anywhere anywhere
  126.  
  127. Chain ufw-skip-to-policy-output (0 references)
  128. target prot opt source destination
  129. ACCEPT all -- anywhere anywhere
  130.  
  131. Chain ufw-track-input (1 references)
  132. target prot opt source destination
  133.  
  134. Chain ufw-track-output (1 references)
  135. target prot opt source destination
  136. ACCEPT tcp -- anywhere anywhere state NEW
  137. ACCEPT udp -- anywhere anywhere state NEW
  138.  
  139. Chain ufw-user-forward (1 references)
  140. target prot opt source destination
  141.  
  142. Chain ufw-user-input (1 references)
  143. target prot opt source destination
  144.  
  145. Chain ufw-user-limit (0 references)
  146. target prot opt source destination
  147. LOG all -- anywhere anywhere limit: avg 3/min burst 5 LOG level warning prefix "[UFW LIMIT BLOCK] "
  148. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  149.  
  150. Chain ufw-user-limit-accept (0 references)
  151. target prot opt source destination
  152. ACCEPT all -- anywhere anywhere
  153.  
  154. Chain ufw-user-logging-forward (0 references)
  155. target prot opt source destination
  156.  
  157. Chain ufw-user-logging-input (0 references)
  158. target prot opt source destination
  159.  
  160. Chain ufw-user-logging-output (0 references)
  161. target prot opt source destination
  162.  
  163. Chain ufw-user-output (1 references)
  164. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement