You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have setup a Wireguard instance with one peer and the connection works fine.I just modified the AllowedIps section to 10.8.0.2/24,10.0.0.0/16,172.20.0.0/16. First one is the subnet of the peers, second my Pod CIDR and third my svc CIDR.
From the client side this works fine. Now I want to access a webserver running on the client from a pod running in my cluster. I tried. to use the IP of the wireguard client interface which is 10.8.0.2 but it times out. Should that normally work?
If no, is it possible to do that and how does it work?
If yes, where can I start debugging why it is not working in my case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have setup a Wireguard instance with one peer and the connection works fine.I just modified the AllowedIps section to
10.8.0.2/24,10.0.0.0/16,172.20.0.0/16
. First one is the subnet of the peers, second my Pod CIDR and third my svc CIDR.From the client side this works fine. Now I want to access a webserver running on the client from a pod running in my cluster. I tried. to use the IP of the wireguard client interface which is 10.8.0.2 but it times out. Should that normally work?
If no, is it possible to do that and how does it work?
If yes, where can I start debugging why it is not working in my case?
Thanks,
Christian
Beta Was this translation helpful? Give feedback.
All reactions