Advertisement
Guest User

Untitled

a guest
Mar 6th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. root@oxioxivps:~# iptables -L -n
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ufw-before-logging-input all -- 0.0.0.0/0 0.0.0.0/0
  5. ufw-before-input all -- 0.0.0.0/0 0.0.0.0/0
  6. ufw-after-input all -- 0.0.0.0/0 0.0.0.0/0
  7. ufw-after-logging-input all -- 0.0.0.0/0 0.0.0.0/0
  8. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27015 state NEW,ESTABLISHED
  9. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27015 state NEW,ESTABLISHED
  10. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27005 state NEW,ESTABLISHED
  11. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27020 state NEW,ESTABLISHED
  12. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:26901 state NEW,ESTABLISHED
  13. ufw-reject-input all -- 0.0.0.0/0 0.0.0.0/0
  14. ufw-track-input all -- 0.0.0.0/0 0.0.0.0/0
  15. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27015 state NEW,ESTABLISHED
  16. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27005 state NEW,ESTABLISHED
  17. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27015 state NEW,ESTABLISHED
  18. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27005 state NEW,ESTABLISHED
  19. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27016 state NEW,ESTABLISHED
  20. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27017 state NEW,ESTABLISHED
  21. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27018 state NEW,ESTABLISHED
  22. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27019 state NEW,ESTABLISHED
  23. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27020 state NEW,ESTABLISHED
  24. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27016 state NEW,ESTABLISHED
  25. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27017 state NEW,ESTABLISHED
  26. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27018 state NEW,ESTABLISHED
  27. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27019 state NEW,ESTABLISHED
  28. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27020 state NEW,ESTABLISHED
  29. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27055 state NEW,ESTABLISHED
  30. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27015 state NEW,ESTABLISHED
  31. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27005 state NEW,ESTABLISHED
  32. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27055 state NEW,ESTABLISHED
  33. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27015 state NEW,ESTABLISHED
  34. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27005 state NEW,ESTABLISHED
  35. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27016 state NEW,ESTABLISHED
  36. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27017 state NEW,ESTABLISHED
  37. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27018 state NEW,ESTABLISHED
  38. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27019 state NEW,ESTABLISHED
  39. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27020 state NEW,ESTABLISHED
  40. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27016 state NEW,ESTABLISHED
  41. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27017 state NEW,ESTABLISHED
  42. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27018 state NEW,ESTABLISHED
  43. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27019 state NEW,ESTABLISHED
  44. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27020 state NEW,ESTABLISHED
  45. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:27006 state NEW,ESTABLISHED
  46. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:27006 state NEW,ESTABLISHED
  47.  
  48. Chain FORWARD (policy ACCEPT)
  49. target prot opt source destination
  50. ufw-before-logging-forward all -- 0.0.0.0/0 0.0.0.0/0
  51. ufw-before-forward all -- 0.0.0.0/0 0.0.0.0/0
  52. ufw-after-forward all -- 0.0.0.0/0 0.0.0.0/0
  53. ufw-after-logging-forward all -- 0.0.0.0/0 0.0.0.0/0
  54. ufw-reject-forward all -- 0.0.0.0/0 0.0.0.0/0
  55. ufw-track-forward all -- 0.0.0.0/0 0.0.0.0/0
  56.  
  57. Chain OUTPUT (policy ACCEPT)
  58. target prot opt source destination
  59. ufw-before-logging-output all -- 0.0.0.0/0 0.0.0.0/0
  60. ufw-before-output all -- 0.0.0.0/0 0.0.0.0/0
  61. ufw-after-output all -- 0.0.0.0/0 0.0.0.0/0
  62. ufw-after-logging-output all -- 0.0.0.0/0 0.0.0.0/0
  63. ufw-reject-output all -- 0.0.0.0/0 0.0.0.0/0
  64. ufw-track-output all -- 0.0.0.0/0 0.0.0.0/0
  65.  
  66. Chain ufw-after-forward (1 references)
  67. target prot opt source destination
  68.  
  69. Chain ufw-after-input (1 references)
  70. target prot opt source destination
  71.  
  72. Chain ufw-after-logging-forward (1 references)
  73. target prot opt source destination
  74.  
  75. Chain ufw-after-logging-input (1 references)
  76. target prot opt source destination
  77.  
  78. Chain ufw-after-logging-output (1 references)
  79. target prot opt source destination
  80.  
  81. Chain ufw-after-output (1 references)
  82. target prot opt source destination
  83.  
  84. Chain ufw-before-forward (1 references)
  85. target prot opt source destination
  86.  
  87. Chain ufw-before-input (1 references)
  88. target prot opt source destination
  89.  
  90. Chain ufw-before-logging-forward (1 references)
  91. target prot opt source destination
  92.  
  93. Chain ufw-before-logging-input (1 references)
  94. target prot opt source destination
  95.  
  96. Chain ufw-before-logging-output (1 references)
  97. target prot opt source destination
  98.  
  99. Chain ufw-before-output (1 references)
  100. target prot opt source destination
  101.  
  102. Chain ufw-reject-forward (1 references)
  103. target prot opt source destination
  104.  
  105. Chain ufw-reject-input (1 references)
  106. target prot opt source destination
  107.  
  108. Chain ufw-reject-output (1 references)
  109. target prot opt source destination
  110.  
  111. Chain ufw-track-forward (1 references)
  112. target prot opt source destination
  113.  
  114. Chain ufw-track-input (1 references)
  115. target prot opt source destination
  116.  
  117. Chain ufw-track-output (1 references)
  118. target prot opt source destination
  119. root@oxioxivps:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement