Wireguard no access to network

Hello,

when I try to connect with my iphone (mobile data, LTE) I haven’t any connection. I’m not able to use the home network (access to hassio or router) and also can’t open normal websites.

I opened the port 51820 in my router (IPv6 Host Exposure) and I use ipv6 on my hassio.

Here is my wireguard configuration (split tunnel):

peers:
  - name: iphone
    addresses:
      - 192.168.255.2
    allowed_ips: []
    client_allowed_ips:
      - 192.168.0.0/24
      - 2a02:908:233:xxx:5e06:733:xxxx:a837/64
      - 2a02:xxx:233:7f20::xxxx/128
      - fe80::af2:xxxx:c9cc:xxxx/64
server:
  addresses:
    - 192.168.255.1
  dns:
    - 8.8.8.8
    - 4.2.2.2
  host: hxxxxxxm.duckdns.org

Thank you for help!

1 Like

Hi Christian,
did you find a solution?
Cheers
Florian