addon-wireguard-client
addon-wireguard-client copied to clipboard
Unable to connect to other addons
Problem/Motivation
I have a HAOS installation on my Raspberry Pi. Besides some other addons, this HAOS installation runs the following two addons:
- WireGuard Client (this repository)
- TVHeadend (https://github.com/dfigus/addon-tvheadend)
The HAOS WireGuard client is connected to a WireGuard Server in the internet. In addition, there are other WireGuard clients connected to that server.
Now, all WireGuard clients can open the Home Assistant UI (<IP>:8123) just fine. However, no WireGuard client can open the TVHeadend page (<IP>:9981).
Expected behavior
Connecting to TVHeadend (<IP>:9981) opens the TVHeadend page.
Actual behavior
Connecting to TVHeadend (<IP>:9981) returns "Not Authorized".
Steps to reproduce
- Setup a HAOS installation
- Install the Wireguard Client Addon
- Install the TVHeadend Addon
- Connect to the WireGuard VPN
- Try to access TVHeadend via VPN
Proposed changes
I suspect it has something to do with the Docker environment and it's network settings used by HAOS. But I'm unsure how to fix it 🤔