this post was submitted on 01 Jul 2023
24 points (92.9% liked)

Selfhosted

40113 readers
838 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

So, I've recently started torrenting more, but I wanted to be safe about it, or a safe as can be.

I already have a PIA subscription from like 3 years ago on a Christmas sale.

I would like to continue using Docker, as I have been.

I know there are docker images of qBittorrent with VPN included, but I have PIA set up with the "Gluetun" docker image, so that if I wanted to, I could run other containers through it rather easily.

So, I'm using PIA with Gluetun image, and the standard qBittorrent image that is being funneled through Gluetun. I'm using Portainer and Portainer Stacks to manage my docker environment. I'm also using a PIA server in CA Vancouver, as far as I can tell, that server allows port forwarding as well as seeding.

My problem is I can't seem to seed anything. Can any of y'all help me get properly set up for seeding as well as torrenting?

If you need any more info or screenshots, let me know!

Also, I am actively looking and researching to try to fix it, but work is a pain right now. I'll update if I manage to figure it out.

Thank you in advance!

all 10 comments
sorted by: hot top controversial new old
[–] reinar@distress.digital 9 points 1 year ago (4 children)

you need to set up port forwarding not only with your vpn provider, but also with gluetun:

https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/vpn-port-forwarding.md

[–] koinu@lemmy.world 3 points 1 year ago (1 children)

Oh. My.god. I'm worse at Google Fi than I thought.

Thank you so much! I'll try to get it set up on my break, and report back. Again, thank you so much!!

[–] kostel_thecreed@lemmy.ca 1 points 1 year ago (1 children)

Did you have a stroke commenting this 4 times? lol

[–] koinu@lemmy.world 1 points 1 year ago

Huh, the other comments show as deleted on my side? Strange.

But it was a glitch of either Connect for Lemmy or of Lemmy itself! About 60-75% of the time I try to post a comment, it times out or whatever and I am under the assumption that it failed to post, so I click "post" again, and that's how I end up with multiple comments haha.

I've started just copying my entire comment, and backing out to check if it already posted when I get that error.

Thanka for bringing it up! :) (Let's see if this comment times out haha)

[–] eating3645@lemmy.world 2 points 1 year ago (1 children)

The best way to troubleshoot your setup is to test each bit by bit individually until you figure out where it's gone wrong.

Try your qbit container without glutun. Can you download and seed a Linux iso from the same directory your current seeds are? If not, you're probably looking at a permissions issue.

Next test your glutun container. Can you ping the tracker from the container? If not, your VPN isn't set up correctly.

Lastly try qbit via glutun, if it doesn't work it's a port forwarding issue.

Good luck!

[–] koinu@lemmy.world 2 points 1 year ago

I'll go ahead and give this a try when I'm off work. Thank you so much for your help!