-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm deployement, client connect but not routed/nat correctly #140
Comments
I'm having the same issue. Did you find a solution? |
Adding a bit of color here: |
another +1 here. |
For everyone still having the problem, here is a workaround that does not involve sysctl admin tricks with PSPs and other. Just patch your wg-access-server deployment with this initContainer :
It will works fine, and even if it need privileged container, it's just the time to set the sysctl, after that the main container remains not privileged as expected ! |
Just added a Pull Request to fix this : #162 |
…ng-1.18.0-alpine
hello
i use the helm chart to deploy it
my client is connected , i can see it in my gui wireguard interface in green
in my client i can ping it gateway 10.44.0.1
in my pods i can ping my client 10.44.0.6
but my client cannot go to iinternet
in my wireguard server , if i do a tcpdum in wg0 i can see the packet for the port 443
but in my eth0 i have nothing , like the packet is not routed/nat ?
thanks for your help
here is my values.yaml
config:
dns:
upstream:
- "8.8.8.8"
loglevel: debug
externalHost: "xxx"
vpn:
cidr: 10.44.0.0/24
allowedIPs:
- 0.0.0.0/0
- ::/0
web:
config:
adminUsername: ""
adminPassword: ""
wireguard:
config:
privateKey: ""
service:
type: "LoadBalancer"
#loadBalancerIP: ""
persistence:
enabled: true
Persistent Volume Storage Class
If defined, storageClassName:
If set to "-", storageClassName: "", which disables dynamic provisioning
If undefined (the default) or set to null, no storageClassName spec is
set, choosing the default provisioner. (gp2 on AWS, standard on
GKE, AWS & OpenStack)
storageClass: "-"
size: 100Mi
annotations: {}
accessModes:
- ReadWriteOnce
subPath: ""
The text was updated successfully, but these errors were encountered: