Advertisement
Guest User

Untitled

a guest
Apr 9th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Chain PREROUTING (policy ACCEPT 13956 packets, 1382K bytes)
  2. num pkts bytes target prot opt in out source destination
  3. 1 3158 208K DOCKER all -- any any anywhere anywhere ADDRTYPE match dst-type LOCAL
  4. 2 0 0 DNAT tcp -- any any anywhere anywhere tcp dpt:http to:192.168.137.111:7778
  5. 3 9 452 DNAT tcp -- any any anywhere anywhere tcp dpt:7778 to:192.168.137.111:7778
  6.  
  7. Chain INPUT (policy ACCEPT 513 packets, 92429 bytes)
  8. num pkts bytes target prot opt in out source destination
  9.  
  10. Chain OUTPUT (policy ACCEPT 2138 packets, 477K bytes)
  11. num pkts bytes target prot opt in out source destination
  12. 1 0 0 DOCKER all -- any any anywhere !localhost/8 ADDRTYPE match dst-type LOCAL
  13.  
  14. Chain POSTROUTING (policy ACCEPT 2138 packets, 477K bytes)
  15. num pkts bytes target prot opt in out source destination
  16. 1 0 0 MASQUERADE all -- any !docker0 172.17.0.0/16 anywhere
  17. 2 0 0 SNAT tcp -- any any anywhere 192.168.137.111 tcp dpt:7778 to:10.99.220.62
  18.  
  19. Chain DOCKER (2 references)
  20. num pkts bytes target prot opt in out source destination
  21. 1 0 0 RETURN all -- docker0 any anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement