Advertisement
Guest User

Untitled

a guest
May 25th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT 252K packets, 139M bytes)
  2. pkts bytes target prot opt in out source destination
  3.  
  4. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  5. pkts bytes target prot opt in out source destination
  6. 3686 3589K DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
  7. 3686 3589K DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
  8. 1961 3468K ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
  9. 7 420 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
  10. 1718 121K ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  11. 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
  12.  
  13. Chain OUTPUT (policy ACCEPT 240K packets, 43M bytes)
  14. pkts bytes target prot opt in out source destination
  15.  
  16. Chain DOCKER (1 references)
  17. pkts bytes target prot opt in out source destination
  18. 4 240 ACCEPT tcp -- !docker0 docker0 0.0.0.0/0 172.17.0.2 tcp dpt:80
  19. 3 180 ACCEPT tcp -- !docker0 docker0 0.0.0.0/0 172.17.0.3 tcp dpt:80
  20. 0 0 ACCEPT tcp -- !docker0 docker0 0.0.0.0/0 172.17.0.4 tcp dpt:80
  21.  
  22. Chain DOCKER-ISOLATION-STAGE-1 (1 references)
  23. pkts bytes target prot opt in out source destination
  24. 1718 121K DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
  25. 3686 3589K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  26.  
  27. Chain DOCKER-ISOLATION-STAGE-2 (1 references)
  28. pkts bytes target prot opt in out source destination
  29. 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
  30. 1718 121K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
  31.  
  32. Chain DOCKER-USER (1 references)
  33. pkts bytes target prot opt in out source destination
  34. 3686 3589K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement