Guest User

Untitled

a guest
May 3rd, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. target prot opt source destination
  2.  
  3. Chain INPUT (policy ACCEPT)
  4. target prot opt source destination
  5.  
  6. Chain OUTPUT (policy ACCEPT)
  7. target prot opt source destination
  8. DOCKER_OUTPUT all -- anywhere localhost
  9.  
  10. Chain POSTROUTING (policy ACCEPT)
  11. target prot opt source destination
  12. DOCKER_POSTROUTING all -- anywhere localhost
  13. MASQUERADE all -- anywhere anywhere
  14. MASQUERADE all -- anywhere anywhere
  15.  
  16. Chain DOCKER_OUTPUT (1 references)
  17. target prot opt source destination
  18. DNAT tcp -- anywhere localhost tcp dpt:domain to:127.0.0.11:41689
  19. DNAT udp -- anywhere localhost udp dpt:domain to:127.0.0.11:50629
  20.  
  21. Chain DOCKER_POSTROUTING (1 references)
  22. target prot opt source destination
  23. SNAT tcp -- localhost anywhere tcp spt:41689 to::53
  24. SNAT udp -- localhost anywhere udp spt:50629 to::53
Advertisement
Add Comment
Please, Sign In to add comment