Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Chain PREROUTING (policy ACCEPT)
  2. target prot opt source destination
  3. DOCKER all -- 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
  4.  
  5. Chain INPUT (policy ACCEPT)
  6. target prot opt source destination
  7.  
  8. Chain OUTPUT (policy ACCEPT)
  9. target prot opt source destination
  10. DOCKER all -- 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL
  11.  
  12. Chain POSTROUTING (policy ACCEPT)
  13. target prot opt source destination
  14. MASQUERADE all -- 172.17.0.0/16 0.0.0.0/0
  15.  
  16. Chain DOCKER (2 references)
  17. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement