-
Notifications
You must be signed in to change notification settings - Fork 22
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
Port not opening and general unreliability #13
Comments
I just set this up two days ago and its been working great, my port shows open. The differences between my compose file and yours are:
Don't think either of those should matter though but maybe give it a shot. Or kind of a long shot add 10.2.0.2 to the bypass list in qbit. I don't think that is going to help tho. Otherwise it looks right to me. There are only two places this can go bad really. Either the gluetun container isn't opening the port or qbittorrent isn't actually listening on that port. Check the iptables config on gluetun: "sudo docker exec -it gluetun /bin/sh" then "iptables -L -v -n", should see something like:
If that looks ok, check qbittorrent for a few things:
There are other things you can try but take a little more know-how: shut down qbit, find some other container you can run "netcat" or "nc" on using servce:gluetun |
So, what I found on my end was that doing a port test via I was very confused, since my port hadn't changed in a few days and I had been listed as "connected" in the tracker I was using. It turns out that ProtonVPN had changed the wireguard server I was using from allowing port forwarding to not. I had to change servers. I regenerated glueTUN with a new wireguard server, and my @soxfor maybe a feature request to come out of this would be to actively test if the port is indeed open. (This is a feature I miss from Transmission.) |
I currently have the following stack up and running:
Basically, everything seems to be working correctly, and the logs from qbittorrent-natmap suggest everything is going well:
but the port isn't actually connectable when I check it on yougetsignal and my private tracker tests reports that it responds with connection refused. At one point it was reporting the port as open, but even then it completely refused to seed, and the private tracker stated that it was leeching and not seeding.
I'm going to be honest I'm pretty new to the homelab thing so this is very much a learning process for me but this solution you set up seems like exactly what I was looking for and I hoped it would work perfectly but I can't seem to get it set up, I'm happy to try and debug this in any way, just let me know what you need.
I have also tried the linuxserver qbittorrent with the same result.
The text was updated successfully, but these errors were encountered: