I've been having the recent issue of the WebUI being inaccessible with VPN turned on. I have wireguard configured.
The log stalls on "[info] NAME_SERVERS defined as....."
From this forum I've followed all the advice:
- Adding :5.0.3-1-01 to Repository: gets it working again, but then I'm stuck at this version.
- My LAN_NETWORK is set correctly, and has always worked.
- My VPN_INPUT_PORTS is set correctly, and has always worked.
- I changed my PIA account password with no luck.
- I use a custom network, not bridge, it's always worked correctly, and I like my setup. However, setting it back to bridge did nothing to correct my issue.
What I found to correct my issue:
- Shutdown binhex-qbittorrentvpn.
- Deleted perms.txt from /appdata/binhex-qbittorrentvpn (this will reset permissions upon restart).
- While I was there, I deleted my supervisord.log as it had grown rather large, and also deleted its rotation logs .1, .2. etc...
- Renamed (deleted would have also worked) wg0.conf from /appdata/binhex-qbittorrentvpn/wireguard (this recreates it upon restart and pulled new keys when it did).
Note: I have had permission issues in the past and have gone through all my dockers and added PUID:99, PGID:100, UNMASK:000. My binhex-qbittorrentvpn runs as Privileged (If I remember right there was a reason for that). I've had some Dockers for a long time and these permission settings may have been introduced/updated along the way.