Page 2 of 2
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Sat Dec 07, 2024 10:08 pm
by rogs
Gluetun is disabled in the docker compose file you sent, so it's pretty clear you either did not configure the VPN on the installer or you changed the docker compose file manually.
What did you answer on the installer? Either way, your problem should be fixed by doing this: https://yams.media/advanced/vpn/#manual-configuration
Cheers!
Roger.
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Sat Dec 07, 2024 11:40 pm
by tommytrades
I followed the instructions during the installation process. Have now followed the link. Updated docker compose , VPN credentials removed.
https://pastebin.com/f3TkZjse
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Sun Dec 08, 2024 12:47 am
by rogs
Sorry that the docs are a little outdated
This should work, but you need to restore the gluetun environments:
Code: Select all
environment:
- VPN_SERVICE_PROVIDER=${VPN_SERVICE}
- VPN_TYPE=openvpn
- OPENVPN_USER=${VPN_USER}
- OPENVPN_PASSWORD=${VPN_PASSWORD}
- OPENVPN_CIPHERS=AES-256-GCM
I'll make an issue in Gitlab to fix this error in the docs later. Thank you for detecting it!
If you change the gluetun env variables back to this and restart, it should work.
Cheers!
Roger.
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Sun Dec 08, 2024 12:51 am
by rogs
For completeness, here's the issue. I'll fix it in a future release: https://gitlab.com/rogs/yams.media/-/issues/5
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Fri Dec 13, 2024 7:12 am
by tommytrades
Sorry, I know this must be frustrating. I really appreciate your persistence. I have replaced as you said in the docker compose.
In portainer under env, it has the actual log in information.
Th portainer log tell me that gluteun is connected to another country/ place. qBittorrent still cannot see tun0, when I am in the WebUI.
Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected
Posted: Fri Dec 13, 2024 10:48 am
by rogs
I do not use Portainer so I wouldn't know how to change it there. Make the changes in the docker compose file and it should work
Cheers!
Roger.