Qbittorrent not seing tun0, yams CLI saying VPN not connected

Questions about qBittorrent or Gluetun (VPN).
User avatar
rogs
Site Admin
Posts: 173
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post 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.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
tommytrades
Posts: 7
Joined: Sat Nov 09, 2024 4:30 am
Australia

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post 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

User avatar
rogs
Site Admin
Posts: 173
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post by rogs »

Sorry that the docs are a little outdated :mrgreen:

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.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
User avatar
rogs
Site Admin
Posts: 173
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post by rogs »

For completeness, here's the issue. I'll fix it in a future release: https://gitlab.com/rogs/yams.media/-/issues/5

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
tommytrades
Posts: 7
Joined: Sat Nov 09, 2024 4:30 am
Australia

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post 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.

User avatar
rogs
Site Admin
Posts: 173
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Qbittorrent not seing tun0, yams CLI saying VPN not connected

Post 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.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
Post Reply