Tracker Connection Failed #2207
Unanswered
SteveDevDev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the latest version.
I am seeing this on a lot of torrents. Some trackers do connect and things work, but it seems like about 95% failure. I'm using PIA VPN, but the logs look clean. From within the container I can ping the tracker DNS address and using Netcat tool I can connect to the specified hostname and port successfully.
Thu Mar 3 21:44:37 2022 /sbin/ip link set dev tun0 up mtu 1500
Thu Mar 3 21:44:37 2022 /sbin/ip addr add dev tun0 10.10.111.16/24 broadcast 10.10.111.255
Thu Mar 3 21:44:37 2022 /etc/openvpn/tunnelUp.sh tun0 1500 1555 10.10.111.16 255.255.255.0 init
Up script executed with tun0 1500 1555 10.10.111.16 255.255.255.0 init
Updating TRANSMISSION_BIND_ADDRESS_IPV4 to the ip of tun0 : 10.10.111.16
Updating Transmission settings.json with values from env variables
Using existing settings.json for Transmission /data/transmission-home/settings.json
Overriding bind-address-ipv4 because TRANSMISSION_BIND_ADDRESS_IPV4 is set to 10.10.111.16
Overriding download-dir because TRANSMISSION_DOWNLOAD_DIR is set to /data/completed
Overriding incomplete-dir because TRANSMISSION_INCOMPLETE_DIR is set to /data/incomplete
Overriding rpc-port because TRANSMISSION_RPC_PORT is set to 9091
Overriding watch-dir because TRANSMISSION_WATCH_DIR is set to /data/watch
sed'ing True to true
Enforcing ownership on transmission config directories
Applying permissions to transmission config directories
Setting owner for transmission paths to 1000:1000
Setting permissions for download and incomplete directories
�
2
Directories: 775
Files: 664
Setting permission for watch directory (775) and its files (664)
Transmission will run as
User name: abc
User uid: 1000
User gid: 1000
STARTING TRANSMISSION
Provider PIA has a script for automatic port forwarding. Will run it now.
If you want to disable this, set environment variable DISABLE_PORT_UPDATER=true
Transmission startup script complete.
Thu Mar 3 21:44:37 2022 /sbin/ip route add 154.13.1.13/32 via 172.25.0.1
Thu Mar 3 21:44:37 2022 /sbin/ip route add 0.0.0.0/1 via 10.10.111.1
Thu Mar 3 21:44:37 2022 /sbin/ip route add 128.0.0.0/1 via 10.10.111.1
Thu Mar 3 21:44:37 2022 WARNING: OpenVPN was configured to add an IPv6 route over tun0. However, no IPv6 has been configured for this interface, therefore the route installation may fail or may not work as expected.
Thu Mar 3 21:44:37 2022 Initialization Sequence Completed
Running functions for token based port fowarding
Reserved Port: 27457 Thu Mar 3 21:44:47 CST 2022
transmission auth not required
waiting for transmission to become responsive
transmission became responsive
18 n/a None Done 0.0 0.0 None Queued
Sum: 6.14 GB 0.0 0.0
setting transmission port to 27457
localhost:9091/transmission/rpc/ responded: "success"
Checking port...
Port is open: Yes
#######################
SUCCESS
#######################
Port: 27457
Expiration Thu May 5 10:37:35 CDT 2022
#######################
Entering infinite while loop
Every 15 minutes, check port status
Reserved Port: 27457 Thu Mar 3 22:00:00 CST 2022
Reserved Port: 27457 Thu Mar 3 22:15:02 CST 2022
Reserved Port: 27457 Thu Mar 3 22:30:04 CST 2022
Reserved Port: 27457 Thu Mar 3 22:45:07 CST 2022
Beta Was this translation helpful? Give feedback.
All reactions