Wireguard VPN / cannot reach local IPs

Hey there,

I setup a wireguard VPN on my HomeAssistant which seems to be working

But I can’t reach any local ressources such as my router (192.168.1.1) from my iPhone while connected on the VPN

My Wireguard YAML is configured as below :

server:
  host: aa-ha.duckdns.org
  addresses:
    - 172.27.66.1
  dns: []
peers:
  - name: iPhone
    addresses:
      - 172.27.66.2
    allowed_ips: []
    client_allowed_ips: []

My UDP port 51820 is open on my router



Any idea why please ?

Thanks a lot

Hi @Denox

I’d recommend watching this.

I have a local DNS server like this:

host: ***Deleted***.duckdns.org
addresses:
  - 192.168.2.1
dns:
  - 192.168.0.1

and some client allowed IPs like this:

- name: ***Deleted***
  addresses:
    - 192.168.2.2
  allowed_ips: []
  client_allowed_ips:
    - 192.168.0.0/24
    - 192.168.2.0/24

Should I try with the same settings as you ?

Probably not. Your subnet seems to use 172.27.66.x addresses. Hoever, you may need something for DNS and client allowed IPs.