Guest User

iptables_rules_openvpn_client

a guest
Sep 13th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.89 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT 18 packets, 3960 bytes)
  2. pkts bytes target prot opt in out source destination
  3. 56438 5920K ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  4. 56438 5920K ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0
  5. 5523 1272K ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0
  6. 105 9873 ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  7. 105 9873 ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0
  8. 105 9873 ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0
  9.  
  10. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  11. pkts bytes target prot opt in out source destination
  12. 1302 106K ACCEPT all -- eth0 tun0 0.0.0.0/0 0.0.0.0/0
  13. 0 0 ACCEPT all -- tun0 eht0 0.0.0.0/0 0.0.0.0/0
  14. 678 69300 ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  15. 678 69300 ufw-before-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  16. 90 19800 ufw-after-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  17. 90 19800 ufw-after-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  18. 90 19800 ufw-reject-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  19. 90 19800 ufw-track-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  20.  
  21. Chain OUTPUT (policy ACCEPT 747 packets, 62748 bytes)
  22. pkts bytes target prot opt in out source destination
  23. 48600 5522K ufw-before-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  24. 48600 5522K ufw-before-output all -- * * 0.0.0.0/0 0.0.0.0/0
  25. 10219 858K ufw-after-output all -- * * 0.0.0.0/0 0.0.0.0/0
  26. 10219 858K ufw-after-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  27. 10219 858K ufw-reject-output all -- * * 0.0.0.0/0 0.0.0.0/0
  28. 10219 858K ufw-track-output all -- * * 0.0.0.0/0 0.0.0.0/0
  29.  
  30. Chain ufw-after-forward (1 references)
  31. pkts bytes target prot opt in out source destination
  32.  
  33. Chain ufw-after-input (1 references)
  34. pkts bytes target prot opt in out source destination
  35. 1770 138K ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:137
  36. 582 133K ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:138
  37. 0 0 ufw-skip-to-policy-input tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139
  38. 0 0 ufw-skip-to-policy-input tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445
  39. 3006 986K ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  40. 0 0 ufw-skip-to-policy-input udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
  41. 60 4680 ufw-skip-to-policy-input all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  42.  
  43. Chain ufw-after-logging-forward (1 references)
  44. pkts bytes target prot opt in out source destination
  45.  
  46. Chain ufw-after-logging-input (1 references)
  47. pkts bytes target prot opt in out source destination
  48. 39 5913 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] "
  49.  
  50. Chain ufw-after-logging-output (1 references)
  51. pkts bytes target prot opt in out source destination
  52.  
  53. Chain ufw-after-output (1 references)
  54. pkts bytes target prot opt in out source destination
  55.  
  56. Chain ufw-before-forward (1 references)
  57. pkts bytes target prot opt in out source destination
  58. 10 908 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  59. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
  60. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
  61. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
  62. 578 48592 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
  63. 90 19800 ufw-user-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  64.  
  65. Chain ufw-before-input (1 references)
  66. pkts bytes target prot opt in out source destination
  67. 172 15226 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  68. 50716 4631K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  69. 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  70. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
  71. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
  72. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
  73. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
  74. 20 1680 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
  75. 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68
  76. 5530 1272K ufw-not-local all -- * * 0.0.0.0/0 0.0.0.0/0
  77. 0 0 ACCEPT udp -- * * 0.0.0.0/0 224.0.0.251 udp dpt:5353
  78. 0 0 ACCEPT udp -- * * 0.0.0.0/0 239.255.255.250 udp dpt:1900
  79. 5530 1272K ufw-user-input all -- * * 0.0.0.0/0 0.0.0.0/0
  80.  
  81. Chain ufw-before-logging-forward (1 references)
  82. pkts bytes target prot opt in out source destination
  83.  
  84. Chain ufw-before-logging-input (1 references)
  85. pkts bytes target prot opt in out source destination
  86.  
  87. Chain ufw-before-logging-output (1 references)
  88. pkts bytes target prot opt in out source destination
  89.  
  90. Chain ufw-before-output (1 references)
  91. pkts bytes target prot opt in out source destination
  92. 172 15226 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
  93. 38209 4649K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  94. 10219 858K ufw-user-output all -- * * 0.0.0.0/0 0.0.0.0/0
  95.  
  96. Chain ufw-logging-allow (0 references)
  97. pkts bytes target prot opt in out source destination
  98. 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] "
  99.  
  100. Chain ufw-logging-deny (2 references)
  101. pkts bytes target prot opt in out source destination
  102. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID limit: avg 3/min burst 10
  103. 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] "
  104.  
  105. Chain ufw-not-local (1 references)
  106. pkts bytes target prot opt in out source destination
  107. 112 10293 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
  108. 0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST
  109. 5418 1262K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
  110. 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10
  111. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  112.  
  113. Chain ufw-reject-forward (1 references)
  114. pkts bytes target prot opt in out source destination
  115.  
  116. Chain ufw-reject-input (1 references)
  117. pkts bytes target prot opt in out source destination
  118.  
  119. Chain ufw-reject-output (1 references)
  120. pkts bytes target prot opt in out source destination
  121.  
  122. Chain ufw-skip-to-policy-forward (0 references)
  123. pkts bytes target prot opt in out source destination
  124. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  125.  
  126. Chain ufw-skip-to-policy-input (7 references)
  127. pkts bytes target prot opt in out source destination
  128. 5418 1262K DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  129.  
  130. Chain ufw-skip-to-policy-output (0 references)
  131. pkts bytes target prot opt in out source destination
  132. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  133.  
  134. Chain ufw-track-forward (1 references)
  135. pkts bytes target prot opt in out source destination
  136. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  137. 90 19800 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  138.  
  139. Chain ufw-track-input (1 references)
  140. pkts bytes target prot opt in out source destination
  141.  
  142. Chain ufw-track-output (1 references)
  143. pkts bytes target prot opt in out source destination
  144. 10 738 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  145. 65 4978 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
  146.  
  147. Chain ufw-user-forward (1 references)
  148. pkts bytes target prot opt in out source destination
  149.  
  150. Chain ufw-user-input (1 references)
  151. pkts bytes target prot opt in out source destination
  152. 7 420 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /* 'dapp_OpenSSH' */
  153.  
  154. Chain ufw-user-limit (0 references)
  155. pkts bytes target prot opt in out source destination
  156. 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] "
  157. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  158.  
  159. Chain ufw-user-limit-accept (0 references)
  160. pkts bytes target prot opt in out source destination
  161. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  162.  
  163. Chain ufw-user-logging-forward (0 references)
  164. pkts bytes target prot opt in out source destination
  165.  
  166. Chain ufw-user-logging-input (0 references)
  167. pkts bytes target prot opt in out source destination
  168.  
  169. Chain ufw-user-logging-output (0 references)
  170. pkts bytes target prot opt in out source destination
  171.  
  172. Chain ufw-user-output (1 references)
  173. pkts bytes target prot opt in out source destination
Add Comment
Please, Sign In to add comment