Advertisement
Guest User

prtsszz

a guest
Sep 10th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. insidious@insidious-ideacentre:~$ sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:4447
  5. ACCEPT udp -- anywhere anywhere udp dpt:4447
  6. ufw-before-logging-input all -- anywhere anywhere
  7. ufw-before-input all -- anywhere anywhere
  8. ufw-after-input all -- anywhere anywhere
  9. ufw-after-logging-input all -- anywhere anywhere
  10. ufw-reject-input all -- anywhere anywhere
  11. ufw-track-input all -- anywhere anywhere
  12. ACCEPT tcp -- anywhere anywhere tcp dpt:4447
  13. ACCEPT udp -- anywhere anywhere udp dpt:4447
  14. ACCEPT tcp -- anywhere anywhere tcp dpt:4447
  15. ACCEPT tcp -- anywhere anywhere tcp dpt:4443
  16.  
  17. Chain FORWARD (policy ACCEPT)
  18. target prot opt source destination
  19. ufw-before-logging-forward all -- anywhere anywhere
  20. ufw-before-forward all -- anywhere anywhere
  21. ufw-after-forward all -- anywhere anywhere
  22. ufw-after-logging-forward all -- anywhere anywhere
  23. ufw-reject-forward all -- anywhere anywhere
  24. ufw-track-forward all -- anywhere anywhere
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
  28. ufw-before-logging-output all -- anywhere anywhere
  29. ufw-before-output all -- anywhere anywhere
  30. ufw-after-output all -- anywhere anywhere
  31. ufw-after-logging-output all -- anywhere anywhere
  32. ufw-reject-output all -- anywhere anywhere
  33. ufw-track-output all -- anywhere anywhere
  34.  
  35. Chain ufw-after-forward (1 references)
  36. target prot opt source destination
  37.  
  38. Chain ufw-after-input (1 references)
  39. target prot opt source destination
  40.  
  41. Chain ufw-after-logging-forward (1 references)
  42. target prot opt source destination
  43.  
  44. Chain ufw-after-logging-input (1 references)
  45. target prot opt source destination
  46.  
  47. Chain ufw-after-logging-output (1 references)
  48. target prot opt source destination
  49.  
  50. Chain ufw-after-output (1 references)
  51. target prot opt source destination
  52.  
  53. Chain ufw-before-forward (1 references)
  54. target prot opt source destination
  55.  
  56. Chain ufw-before-input (1 references)
  57. target prot opt source destination
  58.  
  59. Chain ufw-before-logging-forward (1 references)
  60. target prot opt source destination
  61.  
  62. Chain ufw-before-logging-input (1 references)
  63. target prot opt source destination
  64.  
  65. Chain ufw-before-logging-output (1 references)
  66. target prot opt source destination
  67.  
  68. Chain ufw-before-output (1 references)
  69. target prot opt source destination
  70.  
  71. Chain ufw-reject-forward (1 references)
  72. target prot opt source destination
  73.  
  74. Chain ufw-reject-input (1 references)
  75. target prot opt source destination
  76.  
  77. Chain ufw-reject-output (1 references)
  78. target prot opt source destination
  79.  
  80. Chain ufw-track-forward (1 references)
  81. target prot opt source destination
  82.  
  83. Chain ufw-track-input (1 references)
  84. target prot opt source destination
  85.  
  86. Chain ufw-track-output (1 references)
  87. target prot opt source destination
  88. insidious@insidious-ideacentre:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement