Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 KB | None | 0 0
  1. vlgngrbrdmn@cuckoo-sandbox:~$ sudo iptables -L -n -v
  2. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 19875 491M ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  5. 19875 491M ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0
  6. 7209 246M ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0
  7. 7056 246M ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
  8. 7056 246M ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0
  9. 7056 246M ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0
  10. 6793 246M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  11. 3 156 ACCEPT tcp -- * * 172.16.0.101 172.16.0.1 tcp dpt:2042
  12. 12 993 DROP all -- * * 172.16.0.101 0.0.0.0/0
  13.  
  14. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  15. pkts bytes target prot opt in out source destination
  16. 279 139K ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  17. 279 139K ufw-before-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  18. 68 11691 ufw-after-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  19. 68 11691 ufw-after-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  20. 68 11691 ufw-reject-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  21. 68 11691 ufw-track-forward all -- * * 0.0.0.0/0 0.0.0.0/0
  22. 9 570 ACCEPT all -- vboxnet0 wlx18d6c7082e10 172.16.0.101 0.0.0.0/0
  23. 9 969 ACCEPT all -- wlx18d6c7082e10 vboxnet0 0.0.0.0/0 172.16.0.101
  24.  
  25. Chain OUTPUT (policy ACCEPT 108 packets, 11100 bytes)
  26. pkts bytes target prot opt in out source destination
  27. 840K 229M piavpn.anchors all -- * * 0.0.0.0/0 0.0.0.0/0
  28. 17014 22M ufw-before-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  29. 17014 22M ufw-before-output all -- * * 0.0.0.0/0 0.0.0.0/0
  30. 5996 8959K ufw-after-output all -- * * 0.0.0.0/0 0.0.0.0/0
  31. 5996 8959K ufw-after-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
  32. 5996 8959K ufw-reject-output all -- * * 0.0.0.0/0 0.0.0.0/0
  33. 5996 8959K ufw-track-output all -- * * 0.0.0.0/0 0.0.0.0/0
  34. 319 3987K ACCEPT tcp -- * * 172.16.0.1 172.16.0.101 tcp dpt:8000
  35. 0 0 DROP all -- * * 172.16.0.101 0.0.0.0/0
  36.  
  37. Chain piavpn.000.allowLoopback (0 references)
  38. pkts bytes target prot opt in out source destination
  39. 0 0 ACCEPT all -- * lo+ 0.0.0.0/0 0.0.0.0/0
  40.  
  41. Chain piavpn.100.blockAll (0 references)
  42. pkts bytes target prot opt in out source destination
  43. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  44.  
  45. Chain piavpn.200.allowVPN (0 references)
  46. pkts bytes target prot opt in out source destination
  47. 0 0 ACCEPT all -- * tun+ 0.0.0.0/0 0.0.0.0/0
  48.  
  49. Chain piavpn.290.allowDHCP (0 references)
  50. pkts bytes target prot opt in out source destination
  51. 0 0 ACCEPT udp -- * * 0.0.0.0/0 255.255.255.255 udp spt:68 dpt:67
  52.  
  53. Chain piavpn.300.allowLAN (0 references)
  54. pkts bytes target prot opt in out source destination
  55. 0 0 ACCEPT all -- * * 0.0.0.0/0 10.0.0.0/8
  56. 0 0 ACCEPT all -- * * 0.0.0.0/0 169.254.0.0/16
  57. 0 0 ACCEPT all -- * * 0.0.0.0/0 172.16.0.0/12
  58. 0 0 ACCEPT all -- * * 0.0.0.0/0 192.168.0.0/16
  59. 0 0 ACCEPT all -- * * 0.0.0.0/0 224.0.0.0/4
  60. 0 0 ACCEPT all -- * * 0.0.0.0/0 255.255.255.255
  61.  
  62. Chain piavpn.310.blockDNS (0 references)
  63. pkts bytes target prot opt in out source destination
  64. 0 0 REJECT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 reject-with icmp-port-unreachable
  65. 0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 reject-with icmp-port-unreachable
  66.  
  67. Chain piavpn.320.allowDNS (0 references)
  68. pkts bytes target prot opt in out source destination
  69. 0 0 ACCEPT udp -- * tun+ 0.0.0.0/0 209.222.18.222 udp dpt:53
  70. 0 0 ACCEPT tcp -- * tun+ 0.0.0.0/0 209.222.18.222 tcp dpt:53
  71. 0 0 ACCEPT udp -- * tun+ 0.0.0.0/0 209.222.18.218 udp dpt:53
  72. 0 0 ACCEPT tcp -- * tun+ 0.0.0.0/0 209.222.18.218 tcp dpt:53
  73.  
  74. Chain piavpn.400.allowPIA (0 references)
  75. pkts bytes target prot opt in out source destination
  76. 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 owner GID match 1001
  77.  
  78. Chain piavpn.a.000.allowLoopback (1 references)
  79. pkts bytes target prot opt in out source destination
  80.  
  81. Chain piavpn.a.100.blockAll (1 references)
  82. pkts bytes target prot opt in out source destination
  83.  
  84. Chain piavpn.a.200.allowVPN (1 references)
  85. pkts bytes target prot opt in out source destination
  86.  
  87. Chain piavpn.a.290.allowDHCP (1 references)
  88. pkts bytes target prot opt in out source destination
  89.  
  90. Chain piavpn.a.300.allowLAN (1 references)
  91. pkts bytes target prot opt in out source destination
  92.  
  93. Chain piavpn.a.310.blockDNS (1 references)
  94. pkts bytes target prot opt in out source destination
  95.  
  96. Chain piavpn.a.320.allowDNS (1 references)
  97. pkts bytes target prot opt in out source destination
  98.  
  99. Chain piavpn.a.400.allowPIA (1 references)
  100. pkts bytes target prot opt in out source destination
  101.  
  102. Chain piavpn.anchors (1 references)
  103. pkts bytes target prot opt in out source destination
  104. 855K 231M piavpn.a.000.allowLoopback all -- * * 0.0.0.0/0 0.0.0.0/0
  105. 855K 231M piavpn.a.400.allowPIA all -- * * 0.0.0.0/0 0.0.0.0/0
  106. 855K 231M piavpn.a.320.allowDNS all -- * * 0.0.0.0/0 0.0.0.0/0
  107. 855K 231M piavpn.a.310.blockDNS all -- * * 0.0.0.0/0 0.0.0.0/0
  108. 855K 231M piavpn.a.300.allowLAN all -- * * 0.0.0.0/0 0.0.0.0/0
  109. 855K 231M piavpn.a.290.allowDHCP all -- * * 0.0.0.0/0 0.0.0.0/0
  110. 855K 231M piavpn.a.200.allowVPN all -- * * 0.0.0.0/0 0.0.0.0/0
  111. 855K 231M piavpn.a.100.blockAll all -- * * 0.0.0.0/0 0.0.0.0/0
  112.  
  113. Chain ufw-after-forward (1 references)
  114. pkts bytes target prot opt in out source destination
  115.  
  116. Chain ufw-after-input (1 references)
  117. pkts bytes target prot opt in out source destination
  118.  
  119. Chain ufw-after-logging-forward (1 references)
  120. pkts bytes target prot opt in out source destination
  121.  
  122. Chain ufw-after-logging-input (1 references)
  123. pkts bytes target prot opt in out source destination
  124.  
  125. Chain ufw-after-logging-output (1 references)
  126. pkts bytes target prot opt in out source destination
  127.  
  128. Chain ufw-after-output (1 references)
  129. pkts bytes target prot opt in out source destination
  130.  
  131. Chain ufw-before-forward (1 references)
  132. pkts bytes target prot opt in out source destination
  133.  
  134. Chain ufw-before-input (1 references)
  135. pkts bytes target prot opt in out source destination
  136.  
  137. Chain ufw-before-logging-forward (1 references)
  138. pkts bytes target prot opt in out source destination
  139.  
  140. Chain ufw-before-logging-input (1 references)
  141. pkts bytes target prot opt in out source destination
  142.  
  143. Chain ufw-before-logging-output (1 references)
  144. pkts bytes target prot opt in out source destination
  145.  
  146. Chain ufw-before-output (1 references)
  147. pkts bytes target prot opt in out source destination
  148.  
  149. Chain ufw-reject-forward (1 references)
  150. pkts bytes target prot opt in out source destination
  151.  
  152. Chain ufw-reject-input (1 references)
  153. pkts bytes target prot opt in out source destination
  154.  
  155. Chain ufw-reject-output (1 references)
  156. pkts bytes target prot opt in out source destination
  157.  
  158. Chain ufw-track-forward (1 references)
  159. pkts bytes target prot opt in out source destination
  160.  
  161. Chain ufw-track-input (1 references)
  162. pkts bytes target prot opt in out source destination
  163.  
  164. Chain ufw-track-output (1 references)
  165. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement