-
Notifications
You must be signed in to change notification settings - Fork 16
Improve VPN Shoot IP forwarding solution for Calico v3.0 #18
Comments
We decided to enable IP forwarding for the vpn-shoot container manually for now (see 6fb8294). Actually, we would prefer a solution based on Calico's policy CRDs (https://docs.projectcalico.org/v3.0/reference/calicoctl/resources/globalnetworkpolicy). We need to further invest in a deeper understanding of how calico works internally and how we could achieve that. |
This commits also updates the versions of vpn-seed and vpn-shoot to 0.2.0 which incorporates an important change to cater with the disabled IP forwarding in Calico 3.0 (default); see gardener-attic/vpn#18 for more details.
@marwinski Can we do something concrete here? |
I am not sure on what the intention of @rfranzke and I don't see how those can help in that particular case. |
@marwinski @zanetworker @DockToFuture @mvladev Please forgive brevity while grooming the backlog. Issue still relevant in the context of the new VPN solution or would you like to close it (it is rotten)? |
Closing since we already enable ip-forwarding on the VPN-shoot. |
VPN Shoot does not forward packages received via the tunnel device to other pods. The reason for this is simply that IP Forwarding is not turned on.
I found the following in the release notes for Calico:
Host endpoint policies can be applied to forwarded traffic https://docs.projectcalico.org/v3.0/releases/
This will probably do the trick. I have done a simple
which also did the trick
The text was updated successfully, but these errors were encountered: