DEV Community

Discussion on: How to connect to kubernetes internal network using WireGuard

Collapse
 
just_insane profile image
Justin Gauthier

Hey, awesome write up!

I'm trying to get this working, however, it seems like I can't connect to any internal or external IP addresses after connecting to wireguard.

I've found github.com/linuxserver/docker-wire..., however it seems to not be working. Any ideas?

Collapse
 
ivanmoreno profile image
Iván Moreno

Did you enable the ip_forward in the host?

Collapse
 
just_insane profile image
Justin Gauthier

Yea, I had to enable sysctls on the host, thanks.