Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BE VPS:
- root@vps-3e53b8c7:~# ufw status
- -bash: ufw: command not found
- root@vps-3e53b8c7:~# iptables -L -n -v
- Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- Chain FORWARD (policy DROP 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 2439K 3192M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
- 2439K 3192M DOCKER-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
- Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- Chain DOCKER (6 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT tcp -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 172.22.0.5 tcp dpt:8000
- 0 0 ACCEPT tcp -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 172.22.0.3 tcp dpt:80
- 17 936 ACCEPT tcp -- !br-58ee0a546e55 br-58ee0a546e55 0.0.0.0/0 172.21.0.2 tcp dpt:80
- 18 1000 ACCEPT tcp -- !br-f29fcce418cf br-f29fcce418cf 0.0.0.0/0 172.20.0.2 tcp dpt:3000
- 2 88 ACCEPT tcp -- !br-6f42f52025a1 br-6f42f52025a1 0.0.0.0/0 172.19.0.2 tcp dpt:80
- 18 952 ACCEPT tcp -- !br-2ea44587493b br-2ea44587493b 0.0.0.0/0 172.18.0.3 tcp dpt:80
- 0 0 DROP all -- !docker0 docker0 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !br-2ea44587493b br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !br-6f42f52025a1 br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !br-f29fcce418cf br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !br-58ee0a546e55 br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !br-0be30b42e5a7 br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-BRIDGE (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
- 18 952 DOCKER all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
- 2 88 DOCKER all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
- 18 1000 DOCKER all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
- 17 936 DOCKER all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
- 0 0 DOCKER all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-CT (1 references)
- pkts bytes target prot opt in out source destination
- 161K 431M ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 749 392K ACCEPT all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 6 375 ACCEPT all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 163 29821 ACCEPT all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 464 368K ACCEPT all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 1171K 2652M ACCEPT all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- Chain DOCKER-FORWARD (1 references)
- pkts bytes target prot opt in out source destination
- 2439K 3192M DOCKER-CT all -- * * 0.0.0.0/0 0.0.0.0/0
- 1095K 78M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
- 1095K 78M DOCKER-BRIDGE all -- * * 0.0.0.0/0 0.0.0.0/0
- 133K 7763K ACCEPT all -- docker0 * 0.0.0.0/0 0.0.0.0/0
- 757 331K ACCEPT all -- br-2ea44587493b * 0.0.0.0/0 0.0.0.0/0
- 7 395 ACCEPT all -- br-6f42f52025a1 * 0.0.0.0/0 0.0.0.0/0
- 168 39889 ACCEPT all -- br-f29fcce418cf * 0.0.0.0/0 0.0.0.0/0
- 460 100K ACCEPT all -- br-58ee0a546e55 * 0.0.0.0/0 0.0.0.0/0
- 953K 70M ACCEPT all -- br-0be30b42e5a7 * 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-ISOLATION-STAGE-1 (1 references)
- pkts bytes target prot opt in out source destination
- 133K 7763K DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
- 757 331K DOCKER-ISOLATION-STAGE-2 all -- br-2ea44587493b !br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
- 7 395 DOCKER-ISOLATION-STAGE-2 all -- br-6f42f52025a1 !br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
- 168 39889 DOCKER-ISOLATION-STAGE-2 all -- br-f29fcce418cf !br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
- 460 100K DOCKER-ISOLATION-STAGE-2 all -- br-58ee0a546e55 !br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
- 953K 70M DOCKER-ISOLATION-STAGE-2 all -- br-0be30b42e5a7 !br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-ISOLATION-STAGE-2 (6 references)
- pkts bytes target prot opt in out source destination
- 0 0 DROP all -- * br-0be30b42e5a7 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * br-58ee0a546e55 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * br-f29fcce418cf 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * br-6f42f52025a1 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * br-2ea44587493b 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-USER (1 references)
- pkts bytes target prot opt in out source destination
- FR VPS:
- root@vps-d2576f6d:~# ufw status
- -bash: ufw: command not found
- root@vps-d2576f6d:~# iptables -L -n -v
- Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- Chain FORWARD (policy DROP 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 3179K 522M DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
- 3179K 522M DOCKER-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
- Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- Chain DOCKER (2 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.7 udp dpt:25566
- 47 2504 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.7 tcp dpt:25566
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.6 udp dpt:25465
- 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.6 tcp dpt:25465
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.3 udp dpt:25579
- 4 240 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.3 tcp dpt:25579
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.5 udp dpt:25576
- 6 340 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.5 tcp dpt:25576
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.4 udp dpt:25467
- 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.4 tcp dpt:25467
- 0 0 ACCEPT udp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.2 udp dpt:25466
- 0 0 ACCEPT tcp -- !pterodactyl0 pterodactyl0 0.0.0.0/0 172.18.0.2 tcp dpt:25466
- 0 0 DROP all -- !pterodactyl0 pterodactyl0 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- !docker0 docker0 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-BRIDGE (1 references)
- pkts bytes target prot opt in out source destination
- 450 26168 DOCKER all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0
- 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-CT (1 references)
- pkts bytes target prot opt in out source destination
- 970K 171M ACCEPT all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- 0 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
- Chain DOCKER-FORWARD (1 references)
- pkts bytes target prot opt in out source destination
- 3179K 522M DOCKER-CT all -- * * 0.0.0.0/0 0.0.0.0/0
- 2209K 351M DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
- 2209K 351M DOCKER-BRIDGE all -- * * 0.0.0.0/0 0.0.0.0/0
- 2209K 351M ACCEPT all -- pterodactyl0 * 0.0.0.0/0 0.0.0.0/0
- 0 0 ACCEPT all -- docker0 * 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-ISOLATION-STAGE-1 (1 references)
- pkts bytes target prot opt in out source destination
- 2209K 351M DOCKER-ISOLATION-STAGE-2 all -- pterodactyl0 !pterodactyl0 0.0.0.0/0 0.0.0.0/0
- 0 0 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-ISOLATION-STAGE-2 (2 references)
- pkts bytes target prot opt in out source destination
- 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
- 0 0 DROP all -- * pterodactyl0 0.0.0.0/0 0.0.0.0/0
- Chain DOCKER-USER (1 references)
- pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment