Skip to content

Commit

Permalink
Add FAQ about cali interface MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjd committed Nov 22, 2017
1 parent 5afabfe commit 9750b65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions master/usage/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ interface. This makes the host behave like a gateway, responding to
ARPs for 169.254.1.1 without having to actually allocate the IP address
to the interface.

## Why do all cali\* interfaces have the MAC address ee:ee:ee:ee:ee:ee?

In some setups the kernel is unable to generate a persistent MAC address so
setting one avoids that problem. Since traffic over those interfaces does not
reach the Data link layer the MAC Address is never used and can therefore be
the same for all the cali\* interfaces.

## Can I prevent my Kubernetes pods from initiating outgoing connections?

Yes! The Kubernetes [`NetworkPolicy`](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
Expand Down

0 comments on commit 9750b65

Please sign in to comment.