Guest User

Untitled

a guest
Oct 15th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. BE VPS:
  2.  
  3. root@vps-3e53b8c7:~# ufw status
  4. -bash: ufw: command not found
  5. root@vps-3e53b8c7:~# iptables -L -n -v
  6. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  7. pkts bytes target prot opt in out source destination
  8.  
  9. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  10. pkts bytes target prot opt in out source destination
  11. 2439K 3192M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
  12. 2439K 3192M DOCKER-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  13.  
  14. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  15. pkts bytes target prot opt in out source destination
  16.  
  17. Chain DOCKER (6 references)
  18. pkts bytes target prot opt in out source destination
  19. 0 0 ACCEPT tcp -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 172.22.0.5 tcp dpt:8000
  20. 0 0 ACCEPT tcp -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 172.22.0.3 tcp dpt:80
  21. 17 936 ACCEPT tcp -- !br-58ee0a546e55 br-58ee0a546e55 0.0.0.0/0 172.21.0.2 tcp dpt:80
  22. 18 1000 ACCEPT tcp -- !br-f29fcce418cf br-f29fcce418cf 0.0.0.0/0 172.20.0.2 tcp dpt:3000
  23. 2 88 ACCEPT tcp -- !br-6f42f52025a1 br-6f42f52025a1 0.0.0.0/0 172.19.0.2 tcp dpt:80
  24. 18 952 ACCEPT tcp -- !br-2ea44587493b br-2ea44587493b 0.0.0.0/0 172.18.0.3 tcp dpt:80
  25. 0 0 DROP all -- !docker0 docker0 0.0.0.0/0 0.0.0.0/0
  26. 0 0 DROP all -- !br-2ea44587493b br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
  27. 0 0 DROP all -- !br-6f42f52025a1 br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
  28. 0 0 DROP all -- !br-f29fcce418cf br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
  29. 0 0 DROP all -- !br-58ee0a546e55 br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
  30. 0 0 DROP all -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
  31.  
  32. Chain DOCKER-BRIDGE (1 references)
  33. pkts bytes target prot opt in out source destination
  34. 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
  35. 18 952 DOCKER all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
  36. 2 88 DOCKER all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
  37. 18 1000 DOCKER all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
  38. 17 936 DOCKER all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
  39. 0 0 DOCKER all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
  40.  
  41. Chain DOCKER-CT (1 references)
  42. pkts bytes target prot opt in out source destination
  43. 161K 431M ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  44. 749 392K ACCEPT all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  45. 6 375 ACCEPT all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  46. 163 29821 ACCEPT all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  47. 464 368K ACCEPT all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  48. 1171K 2652M ACCEPT all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  49.  
  50. Chain DOCKER-FORWARD (1 references)
  51. pkts bytes target prot opt in out source destination
  52. 2439K 3192M DOCKER-CT all -- * * 0.0.0.0/0 0.0.0.0/0
  53. 1095K 78M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
  54. 1095K 78M DOCKER-BRIDGE all -- * * 0.0.0.0/0 0.0.0.0/0
  55. 133K 7763K ACCEPT all -- docker0 * 0.0.0.0/0 0.0.0.0/0
  56. 757 331K ACCEPT all -- br-2ea44587493b * 0.0.0.0/0 0.0.0.0/0
  57. 7 395 ACCEPT all -- br-6f42f52025a1 * 0.0.0.0/0 0.0.0.0/0
  58. 168 39889 ACCEPT all -- br-f29fcce418cf * 0.0.0.0/0 0.0.0.0/0
  59. 460 100K ACCEPT all -- br-58ee0a546e55 * 0.0.0.0/0 0.0.0.0/0
  60. 953K 70M ACCEPT all -- br-0be30b42e5a7 * 0.0.0.0/0 0.0.0.0/0
  61.  
  62. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  63. pkts bytes target prot opt in out source destination
  64. 133K 7763K DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  65. 757 331K DOCKER-ISOLATION-STAGE-2 all -- br-2ea44587493b !br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
  66. 7 395 DOCKER-ISOLATION-STAGE-2 all -- br-6f42f52025a1 !br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
  67. 168 39889 DOCKER-ISOLATION-STAGE-2 all -- br-f29fcce418cf !br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
  68. 460 100K DOCKER-ISOLATION-STAGE-2 all -- br-58ee0a546e55 !br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
  69. 953K 70M DOCKER-ISOLATION-STAGE-2 all -- br-0be30b42e5a7 !br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
  70.  
  71. Chain DOCKER-ISOLATION-STAGE-2 (6 references)
  72. pkts bytes target prot opt in out source destination
  73. 0 0 DROP all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
  74. 0 0 DROP all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
  75. 0 0 DROP all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
  76. 0 0 DROP all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
  77. 0 0 DROP all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
  78. 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
  79.  
  80. Chain DOCKER-USER (1 references)
  81. pkts bytes target prot opt in out source destination
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. FR VPS:
  93.  
  94. root@vps-d2576f6d:~# ufw status
  95. -bash: ufw: command not found
  96. root@vps-d2576f6d:~# iptables -L -n -v
  97. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  98. pkts bytes target prot opt in out source destination
  99.  
  100. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  101. pkts bytes target prot opt in out source destination
  102. 3179K 522M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
  103. 3179K 522M DOCKER-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  104.  
  105. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  106. pkts bytes target prot opt in out source destination
  107.  
  108. Chain DOCKER (2 references)
  109. pkts bytes target prot opt in out source destination
  110. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.7 udp dpt:25566
  111. 47 2504 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.7 tcp dpt:25566
  112. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.6 udp dpt:25465
  113. 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.6 tcp dpt:25465
  114. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.3 udp dpt:25579
  115. 4 240 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.3 tcp dpt:25579
  116. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.5 udp dpt:25576
  117. 6 340 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.5 tcp dpt:25576
  118. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.4 udp dpt:25467
  119. 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.4 tcp dpt:25467
  120. 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.2 udp dpt:25466
  121. 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.2 tcp dpt:25466
  122. 0 0 DROP all -- !pterodactyl0 pterodactyl0 0.0.0.0/0 0.0.0.0/0
  123. 0 0 DROP all -- !docker0 docker0 0.0.0.0/0 0.0.0.0/0
  124.  
  125. Chain DOCKER-BRIDGE (1 references)
  126. pkts bytes target prot opt in out source destination
  127. 450 26168 DOCKER all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0
  128. 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
  129.  
  130. Chain DOCKER-CT (1 references)
  131. pkts bytes target prot opt in out source destination
  132. 970K 171M ACCEPT all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  133. 0 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  134.  
  135. Chain DOCKER-FORWARD (1 references)
  136. pkts bytes target prot opt in out source destination
  137. 3179K 522M DOCKER-CT all -- * * 0.0.0.0/0 0.0.0.0/0
  138. 2209K 351M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
  139. 2209K 351M DOCKER-BRIDGE all -- * * 0.0.0.0/0 0.0.0.0/0
  140. 2209K 351M ACCEPT all -- pterodactyl0 * 0.0.0.0/0 0.0.0.0/0
  141. 0 0 ACCEPT all -- docker0 * 0.0.0.0/0 0.0.0.0/0
  142.  
  143. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  144. pkts bytes target prot opt in out source destination
  145. 2209K 351M DOCKER-ISOLATION-STAGE-2 all -- pterodactyl0 !pterodactyl0 0.0.0.0/0 0.0.0.0/0
  146. 0 0 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  147.  
  148. Chain DOCKER-ISOLATION-STAGE-2 (2 references)
  149. pkts bytes target prot opt in out source destination
  150. 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
  151. 0 0 DROP all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0
  152.  
  153. Chain DOCKER-USER (1 references)
  154. pkts bytes target prot opt in out source destination
  155.  
Advertisement
Add Comment
Please, Sign In to add comment