Skip to content

Helm deployement, client connect but not routed/nat correctly  #140

@sarce666

Description

@sarce666

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: ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions