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.