Advertisement
4javier

Untitled

Feb 14th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. root@ubuntu-phablet:~# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. bw_INPUT all -- anywhere anywhere
  5. firewall all -- anywhere anywhere
  6. fw_INPUT all -- anywhere anywhere
  7.  
  8. Chain FORWARD (policy ACCEPT)
  9. target prot opt source destination
  10. oem_fwd all -- anywhere anywhere
  11. fw_FORWARD all -- anywhere anywhere
  12. bw_FORWARD all -- anywhere anywhere
  13. natctrl_FORWARD all -- anywhere anywhere
  14.  
  15. Chain OUTPUT (policy ACCEPT)
  16. target prot opt source destination
  17. oem_out all -- anywhere anywhere
  18. firewall all -- anywhere anywhere
  19. fw_OUTPUT all -- anywhere anywhere
  20. bw_OUTPUT all -- anywhere anywhere
  21.  
  22. Chain bw_FORWARD (1 references)
  23. target prot opt source destination
  24.  
  25. Chain bw_INPUT (1 references)
  26. target prot opt source destination
  27.  
  28. Chain bw_OUTPUT (1 references)
  29. target prot opt source destination
  30.  
  31. Chain bw_costly_shared (0 references)
  32. target prot opt source destination
  33.  
  34. Chain bw_happy_box (0 references)
  35. target prot opt source destination
  36.  
  37. Chain bw_penalty_box (0 references)
  38. target prot opt source destination
  39.  
  40. Chain firewall (2 references)
  41. target prot opt source destination
  42. mobile all -- anywhere anywhere
  43. mobile all -- anywhere anywhere
  44. mobile all -- anywhere anywhere
  45. mobile all -- anywhere anywhere
  46. mobile all -- anywhere anywhere
  47. wifi all -- anywhere anywhere
  48.  
  49. Chain fw_FORWARD (1 references)
  50. target prot opt source destination
  51.  
  52. Chain fw_INPUT (1 references)
  53. target prot opt source destination
  54.  
  55. Chain fw_OUTPUT (1 references)
  56. target prot opt source destination
  57.  
  58. Chain mobile (5 references)
  59. target prot opt source destination
  60.  
  61. Chain natctrl_FORWARD (1 references)
  62. target prot opt source destination
  63. DROP all -- anywhere anywhere
  64.  
  65. Chain natctrl_tether_counters (0 references)
  66. target prot opt source destination
  67.  
  68. Chain oem_fwd (1 references)
  69. target prot opt source destination
  70.  
  71. Chain oem_out (1 references)
  72. target prot opt source destination
  73.  
  74. Chain wifi (1 references)
  75. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement