-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot access webUI from within Docker network; fwmark not supported #12
Comments
On further review I realized that, when I can connect, I'm getting the same error as #11. Here are the logs from one container lifecycle with
|
Although it's weird, that you get the error You are right. It very much looks like your VPN connection is not working properly.
|
I have also created an image |
Hi, thank you for setting up this great container.
I have a container running Nginx Proxy Manager in the same Docker network as my qbittorrent-vpn container. When trying to proxy (or curl) the IP/hostname of the qbittorrent-vpn container, I get a gateway timeout. However, I can access the webUI via the exposed port (8081) on the Docker host, and I can proxy it successfully if I use
http://<IP of the Docker host>:8081
. My env is set up like this:Everything else is being successfully handled by my wg0.conf.
If I try to enable SET_FWMARK, I get an error
SET_FWMARK is set to 'yes' but no iptable_mangle support detected
.Any idea how I can get the webUI proxied between my Docker containers, without relying on the exposed port on my host?
The text was updated successfully, but these errors were encountered: