Advertisement
Guest User

iptables -L -n

a guest
Jun 9th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. KUBE-FIREWALL all -- 0.0.0.0/0 0.0.0.0/0
  4.  
  5. Chain FORWARD (policy ACCEPT)
  6. target prot opt source destination
  7. ACCEPT all -- 10.1.0.0/16 0.0.0.0/0 /* generated for MicroK8s pods */
  8. ACCEPT all -- 0.0.0.0/0 10.1.0.0/16 /* generated for MicroK8s pods */
  9.  
  10. Chain OUTPUT (policy ACCEPT)
  11. target prot opt source destination
  12. KUBE-FIREWALL all -- 0.0.0.0/0 0.0.0.0/0
  13.  
  14. Chain KUBE-FIREWALL (2 references)
  15. target prot opt source destination
  16. DROP all -- 0.0.0.0/0 0.0.0.0/0 /* kubernetes firewall for dropping marked packets */ mark match 0x8000/0x8000
  17. DROP all -- !127.0.0.0/8 127.0.0.0/8 /* block incoming localnet connections */ ! ctstate RELATED,ESTABLISHED,DNAT
  18.  
  19. Chain KUBE-KUBELET-CANARY (0 references)
  20. target prot opt source destination
  21.  
  22. Chain KUBE-PROXY-CANARY (0 references)
  23. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement