Advertisement
Guest User

IPtables list command output

a guest
Jul 18th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3.  
  4. Chain FORWARD (policy DROP)
  5. target prot opt source destination
  6. DOCKER-USER all -- anywhere anywhere
  7. DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
  8. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  9. DOCKER all -- anywhere anywhere
  10. ACCEPT all -- anywhere anywhere
  11. ACCEPT all -- anywhere anywhere
  12. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  13. DOCKER all -- anywhere anywhere
  14. ACCEPT all -- anywhere anywhere
  15. ACCEPT all -- anywhere anywhere
  16.  
  17. Chain OUTPUT (policy ACCEPT)
  18. target prot opt source destination
  19.  
  20. Chain DOCKER (2 references)
  21. target prot opt source destination
  22. ACCEPT tcp -- anywhere 172.18.0.2 tcp dpt:25565
  23. ACCEPT udp -- anywhere 172.18.0.2 udp dpt:25565
  24. ACCEPT tcp -- anywhere 172.18.0.6 tcp dpt:25569
  25. ACCEPT udp -- anywhere 172.18.0.6 udp dpt:25569
  26. ACCEPT tcp -- anywhere 172.18.0.5 tcp dpt:25568
  27. ACCEPT udp -- anywhere 172.18.0.5 udp dpt:25568
  28. ACCEPT tcp -- anywhere 172.18.0.4 tcp dpt:25567
  29. ACCEPT udp -- anywhere 172.18.0.4 udp dpt:25567
  30. ACCEPT tcp -- anywhere 172.18.0.3 tcp dpt:25566
  31. ACCEPT udp -- anywhere 172.18.0.3 udp dpt:25566
  32.  
  33. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  34. target prot opt source destination
  35. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  36. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  37. RETURN all -- anywhere anywhere
  38.  
  39. Chain DOCKER-ISOLATION-STAGE-2 (2 references)
  40. target prot opt source destination
  41. DROP all -- anywhere anywhere
  42. DROP all -- anywhere anywhere
  43. RETURN all -- anywhere anywhere
  44.  
  45. Chain DOCKER-USER (1 references)
  46. target prot opt source destination
  47. RETURN all -- anywhere anywhere
  48. root@vanillahow:~# cat /proc/sys/net/ipv4/conf/ppp0/forwarding
  49. cat: /proc/sys/net/ipv4/conf/ppp0/forwarding: No such file or directory
  50. root@vanillahow:~# iptables -L
  51. Chain INPUT (policy ACCEPT)
  52. target prot opt source destination
  53.  
  54. Chain FORWARD (policy DROP)
  55. target prot opt source destination
  56. DOCKER-USER all -- anywhere anywhere
  57. DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
  58. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  59. DOCKER all -- anywhere anywhere
  60. ACCEPT all -- anywhere anywhere
  61. ACCEPT all -- anywhere anywhere
  62. ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
  63. DOCKER all -- anywhere anywhere
  64. ACCEPT all -- anywhere anywhere
  65. ACCEPT all -- anywhere anywhere
  66.  
  67. Chain OUTPUT (policy ACCEPT)
  68. target prot opt source destination
  69.  
  70. Chain DOCKER (2 references)
  71. target prot opt source destination
  72. ACCEPT tcp -- anywhere 172.18.0.2 tcp dpt:25565
  73. ACCEPT udp -- anywhere 172.18.0.2 udp dpt:25565
  74. ACCEPT tcp -- anywhere 172.18.0.6 tcp dpt:25569
  75. ACCEPT udp -- anywhere 172.18.0.6 udp dpt:25569
  76. ACCEPT tcp -- anywhere 172.18.0.5 tcp dpt:25568
  77. ACCEPT udp -- anywhere 172.18.0.5 udp dpt:25568
  78. ACCEPT tcp -- anywhere 172.18.0.4 tcp dpt:25567
  79. ACCEPT udp -- anywhere 172.18.0.4 udp dpt:25567
  80. ACCEPT tcp -- anywhere 172.18.0.3 tcp dpt:25566
  81. ACCEPT udp -- anywhere 172.18.0.3 udp dpt:25566
  82.  
  83. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  84. target prot opt source destination
  85. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  86. DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
  87. RETURN all -- anywhere anywhere
  88.  
  89. Chain DOCKER-ISOLATION-STAGE-2 (2 references)
  90. target prot opt source destination
  91. DROP all -- anywhere anywhere
  92. DROP all -- anywhere anywhere
  93. RETURN all -- anywhere anywhere
  94.  
  95. Chain DOCKER-USER (1 references)
  96. target prot opt source destination
  97. RETURN all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement