No internet access when connected to WireGuard

Hello.
I am running HAOS on a NUC. I can connect to WireGuard and see my internal LAN.
However, I would like to be able to access the internet, which is currently not possible.

This is my WG config.

server:
  host: XXX.duckdns.org
  addresses:
    - xxx.xx.xx.1
  dns:
    - 1.1.1.1
peers:
  - name: Name1
    public_key: XXXXXXXXXXXXXXXX
    addresses:
      - xxx.xx.xx.2
    allowed_ips: []
    client_allowed_ips: []

I tried changing DNS, adding allowed ip 0.0.0.0/0, but not working.
peers:

allowed_ips:
- 0.0.0.0/0
client_allowed_ips:
- 0.0.0.0/0

Help is appreciated.

I have the same issue. Have you solved it?

No I did not solve it, however I changed my phone in the meantime and the new phone does not have this problem, although configuration is identical.

: -)

1 Like